Searched refs:UINT128 (Results 26 - 50 of 128) sorted by relevance

123456

/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_conf.h837 UINT128 arg_name={ pbid_##arg_name->w[1], pbid_##arg_name->w[0]};
839 UINT128 arg_name={ bid_##arg_name.w[1], bid_##arg_name.w[0]};
842 UINT128 arg_name=*pbid_##arg_name;
844 UINT128 arg_name= bid_##arg_name;
876 void fn_name (UINT128 * pres, \
877 UINT128 * \
885 void fn_name (UINT128 * pres, \
886 UINT128 * \
894 UINT128 * \
901 void fn_name (UINT128 * pre
[all...]
H A Dbid128_minmax.c33 bid128_minnum (UINT128 * pres, UINT128 * px,
34 UINT128 * py _EXC_FLAGS_PARAM) {
35 UINT128 x = *px;
36 UINT128 y = *py;
38 UINT128
39 bid128_minnum (UINT128 x, UINT128 y _EXC_FLAGS_PARAM) {
42 UINT128 res;
45 UINT128 sig_
[all...]
H A Dbid128_add.c29 bid64dq_add (UINT64 * pres, UINT64 * px, UINT128 * py
38 bid64dq_add (UINT64 x, UINT128 y
43 UINT128 x1;
62 bid64qd_add (UINT64 * pres, UINT128 * px, UINT64 * py
71 bid64qd_add (UINT128 x, UINT64 y
76 UINT128 y1;
95 bid64qq_add (UINT64 * pres, UINT128 * px, UINT128 * py
98 UINT128 x = *px, y = *py;
104 bid64qq_add (UINT128
[all...]
H A Dbid128_fma.c39 UINT128 * ptrres, _IDEC_flags * ptrfpsf) {
42 UINT128 res = *ptrres; // expected to have the correct sign and coefficient
259 UINT128 C3,
266 _IDEC_flags * ptrfpsf, UINT128 * ptrres) {
272 UINT128 P128, R128;
288 UINT128 res = *ptrres;
637 int *ptr_is_inexact_gt_midpoint, UINT128 * pres,
638 UINT128 * px, UINT128 * py,
639 UINT128 *
[all...]
H A Dbid_internal.h136 UINT128 Q128; \
146 UINT128 Q128; \
233 UINT128 ALBL, ALBH, QM2, QM; \
347 UINT128 ALBL, ALBH, AHBL, AHBH, QM, QM2; \
360 UINT128 ALBL, ALBH, AHBL, AHBH, QM, QM2; \
375 UINT128 ALBL; \
386 UINT128 ALBL, ALBH, QM2; \
395 UINT128 ALBL, ALBH, QM2; \
407 UINT128 ALBL, ALBH, QM2; \
419 UINT128 ALB
[all...]
H A Dbid128_logb.c29 UINT128 CX;
H A Dbid64_to_bid128.c30 TYPE0_FUNCTION_ARGTYPE1_NORND (UINT128, bid64_to_bid128, UINT64, x)
32 UINT128 new_coeff, res;
67 UINT128 *
70 UINT128 x = *px;
74 bid128_to_bid64 (UINT128 x _RND_MODE_PARAM _EXC_FLAGS_PARAM
77 UINT128 CX, T128, TP128, Qh, Ql, Qh1, Stemp, Tmp, Tmp1, CX1;
H A Dbid32_to_bid128.c30 TYPE0_FUNCTION_ARGTYPE1_NORND (UINT128, bid32_to_bid128, UINT32, x)
32 UINT128 new_coeff, res;
68 UINT128 *
71 UINT128 x = *px;
75 bid128_to_bid32 (UINT128 x _RND_MODE_PARAM _EXC_FLAGS_PARAM
78 UINT128 CX, T128, TP128, Qh, Ql, Qh1, Stemp, Tmp, Tmp1, CX1;
H A Dbid64_to_int64.c51 UINT128 C;
53 UINT128 fstar;
54 UINT128 P128;
284 UINT128 C;
286 UINT128 fstar;
287 UINT128 P128;
556 UINT128 C;
558 UINT128 fstar;
559 UINT128 P128;
780 UINT128
[all...]
H A Dbid64_to_uint64.c51 UINT128 C;
53 UINT128 fstar;
54 UINT128 P128;
287 UINT128 C;
289 UINT128 fstar;
290 UINT128 P128;
562 UINT128 C;
564 UINT128 P128;
747 UINT128 C;
749 UINT128 fsta
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid128_minmax.c33 bid128_minnum (UINT128 * pres, UINT128 * px,
34 UINT128 * py _EXC_FLAGS_PARAM) {
35 UINT128 x = *px;
36 UINT128 y = *py;
38 UINT128
39 bid128_minnum (UINT128 x, UINT128 y _EXC_FLAGS_PARAM) {
42 UINT128 res;
45 UINT128 sig_
[all...]
H A Dbid128_add.c29 bid64dq_add (UINT64 * pres, UINT64 * px, UINT128 * py
38 bid64dq_add (UINT64 x, UINT128 y
43 UINT128 x1;
62 bid64qd_add (UINT64 * pres, UINT128 * px, UINT64 * py
71 bid64qd_add (UINT128 x, UINT64 y
76 UINT128 y1;
95 bid64qq_add (UINT64 * pres, UINT128 * px, UINT128 * py
98 UINT128 x = *px, y = *py;
104 bid64qq_add (UINT128
[all...]
H A Dbid128_fma.c39 UINT128 * ptrres, _IDEC_flags * ptrfpsf) {
42 UINT128 res = *ptrres; // expected to have the correct sign and coefficient
259 UINT128 C3,
266 _IDEC_flags * ptrfpsf, UINT128 * ptrres) {
272 UINT128 P128, R128;
288 UINT128 res = *ptrres;
637 int *ptr_is_inexact_gt_midpoint, UINT128 * pres,
638 UINT128 * px, UINT128 * py,
639 UINT128 *
[all...]
H A Dbid_internal.h136 UINT128 Q128; \
146 UINT128 Q128; \
233 UINT128 ALBL, ALBH, QM2, QM; \
347 UINT128 ALBL, ALBH, AHBL, AHBH, QM, QM2; \
360 UINT128 ALBL, ALBH, AHBL, AHBH, QM, QM2; \
375 UINT128 ALBL; \
386 UINT128 ALBL, ALBH, QM2; \
395 UINT128 ALBL, ALBH, QM2; \
407 UINT128 ALBL, ALBH, QM2; \
419 UINT128 ALB
[all...]
H A Dbid128_logb.c29 UINT128 CX;
H A Dbid32_to_bid128.c30 TYPE0_FUNCTION_ARGTYPE1_NORND (UINT128, bid32_to_bid128, UINT32, x)
32 UINT128 new_coeff, res;
68 UINT128 *
71 UINT128 x = *px;
75 bid128_to_bid32 (UINT128 x _RND_MODE_PARAM _EXC_FLAGS_PARAM
78 UINT128 CX, T128, TP128, Qh, Ql, Qh1, Stemp, Tmp, Tmp1, CX1;
H A Dbid64_to_bid128.c30 TYPE0_FUNCTION_ARGTYPE1_NORND (UINT128, bid64_to_bid128, UINT64, x)
32 UINT128 new_coeff, res;
67 UINT128 *
70 UINT128 x = *px;
74 bid128_to_bid64 (UINT128 x _RND_MODE_PARAM _EXC_FLAGS_PARAM
77 UINT128 CX, T128, TP128, Qh, Ql, Qh1, Stemp, Tmp, Tmp1, CX1;
H A Dbid64_to_int64.c51 UINT128 C;
53 UINT128 fstar;
54 UINT128 P128;
284 UINT128 C;
286 UINT128 fstar;
287 UINT128 P128;
556 UINT128 C;
558 UINT128 fstar;
559 UINT128 P128;
780 UINT128
[all...]
H A Dbid64_to_uint64.c51 UINT128 C;
53 UINT128 fstar;
54 UINT128 P128;
287 UINT128 C;
289 UINT128 fstar;
290 UINT128 P128;
562 UINT128 C;
564 UINT128 P128;
747 UINT128 C;
749 UINT128 fsta
[all...]
H A Dbid_div_macros.h38 __div_128_by_128 (UINT128 * pCQ, UINT128 * pCR, UINT128 CX, UINT128 CY) {
39 UINT128 CB, CB2, CB4, CB8, CQB, CA;
160 __div_256_by_128 (UINT128 * pCQ, UINT256 * pCA4, UINT128 CY) {
162 UINT128 CQ2, CQ3Y;
272 __div_128_by_128 (UINT128 * pCQ, UINT128 * pC
[all...]
/netbsd-current/usr.bin/xlint/common/
H A Dinittyp.c99 typeinfo("__int128_t", INT128, UINT128, INT128_SIZE, 7, 's'),
100 typeinfo("__uint128_t", INT128, UINT128, INT128_SIZE, 7, 'u'),
/netbsd-current/external/gpl3/gdb/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c60 UINT128 Q128; \
70 UINT128 ALBL, ALBH, AHBL, AHBH, QM, QM2; \
282 UINT128 res;
283 UINT128 sign;
285 UINT128 bcoeff;
286 UINT128 dcoeff;
287 UINT128 BH, d1018, BT2, BT1;
354 UINT128 res;
355 UINT128 sign;
357 UINT128 trailin
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c60 UINT128 Q128; \
70 UINT128 ALBL, ALBH, AHBL, AHBH, QM, QM2; \
282 UINT128 res;
283 UINT128 sign;
285 UINT128 bcoeff;
286 UINT128 dcoeff;
287 UINT128 BH, d1018, BT2, BT1;
354 UINT128 res;
355 UINT128 sign;
357 UINT128 trailin
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c60 UINT128 Q128; \
70 UINT128 ALBL, ALBH, AHBL, AHBH, QM, QM2; \
284 UINT128 res;
285 UINT128 sign;
287 UINT128 bcoeff;
288 UINT128 dcoeff;
289 UINT128 BH, d1018, BT2, BT1;
370 UINT128 res;
371 UINT128 sign;
373 UINT128 trailin
[all...]
/netbsd-current/external/gpl3/gcc/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c60 UINT128 Q128; \
70 UINT128 ALBL, ALBH, AHBL, AHBH, QM, QM2; \
284 UINT128 res;
285 UINT128 sign;
287 UINT128 bcoeff;
288 UINT128 dcoeff;
289 UINT128 BH, d1018, BT2, BT1;
370 UINT128 res;
371 UINT128 sign;
373 UINT128 trailin
[all...]

Completed in 384 milliseconds

123456