Searched refs:UINT128 (Results 1 - 25 of 128) sorted by relevance

123456

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid128_to_uint16.c30 UINT128, x, bid128_to_uint32_rnint,
34 UINT128, x, bid128_to_uint32_xrnint,
38 UINT128, x, bid128_to_uint32_rninta,
42 bid128_to_uint16_xrninta, UINT128, x,
47 UINT128, x, bid128_to_uint32_int,
51 UINT128, x, bid128_to_uint32_xint,
55 UINT128, x, bid128_to_uint32_floor,
59 UINT128, x, bid128_to_uint32_ceil,
63 UINT128, x, bid128_to_uint32_xfloor,
67 UINT128,
[all...]
H A Dbid128_to_uint8.c30 UINT128, x, bid128_to_uint32_rnint,
34 UINT128, x, bid128_to_uint32_xrnint,
38 UINT128, x, bid128_to_uint32_rninta,
42 UINT128, x, bid128_to_uint32_xrninta,
46 UINT128, x, bid128_to_uint32_int,
50 UINT128, x, bid128_to_uint32_xint,
54 UINT128, x, bid128_to_uint32_floor,
58 UINT128, x, bid128_to_uint32_ceil,
62 UINT128, x, bid128_to_uint32_xfloor,
66 UINT128,
[all...]
H A Dbid128_to_int8.c29 BID_TO_SMALL_INT_CVT_FUNCTION (char, bid128_to_int8_rnint, UINT128, x,
33 BID_TO_SMALL_INT_CVT_FUNCTION (char, bid128_to_int8_xrnint, UINT128, x,
37 BID_TO_SMALL_INT_CVT_FUNCTION (char, bid128_to_int8_rninta, UINT128, x,
41 BID_TO_SMALL_INT_CVT_FUNCTION (char, bid128_to_int8_xrninta, UINT128, x,
45 BID_TO_SMALL_INT_CVT_FUNCTION (char, bid128_to_int8_int, UINT128, x,
49 BID_TO_SMALL_INT_CVT_FUNCTION (char, bid128_to_int8_xint, UINT128, x,
53 BID_TO_SMALL_INT_CVT_FUNCTION (char, bid128_to_int8_floor, UINT128, x,
57 BID_TO_SMALL_INT_CVT_FUNCTION (char, bid128_to_int8_ceil, UINT128, x,
61 BID_TO_SMALL_INT_CVT_FUNCTION (char, bid128_to_int8_xfloor, UINT128, x,
65 BID_TO_SMALL_INT_CVT_FUNCTION (char, bid128_to_int8_xceil, UINT128,
[all...]
H A Dbid128_to_int16.c29 BID_TO_SMALL_INT_CVT_FUNCTION (short, bid128_to_int16_rnint, UINT128, x,
33 BID_TO_SMALL_INT_CVT_FUNCTION (short, bid128_to_int16_xrnint, UINT128,
37 BID_TO_SMALL_INT_CVT_FUNCTION (short, bid128_to_int16_rninta, UINT128,
41 BID_TO_SMALL_INT_CVT_FUNCTION (short, bid128_to_int16_xrninta, UINT128,
45 BID_TO_SMALL_INT_CVT_FUNCTION (short, bid128_to_int16_int, UINT128, x,
49 BID_TO_SMALL_INT_CVT_FUNCTION (short, bid128_to_int16_xint, UINT128, x,
53 BID_TO_SMALL_INT_CVT_FUNCTION (short, bid128_to_int16_floor, UINT128, x,
57 BID_TO_SMALL_INT_CVT_FUNCTION (short, bid128_to_int16_ceil, UINT128, x,
61 BID_TO_SMALL_INT_CVT_FUNCTION (short, bid128_to_int16_xfloor, UINT128,
65 BID_TO_SMALL_INT_CVT_FUNCTION (short, bid128_to_int16_xceil, UINT128,
[all...]
H A Dbid_functions.h66 } UINT128; variable in typeref:struct:__anon1205
76 #define BINARY128 UINT128
313 UINT128 decfp128_value;
349 extern void bid_to_dpd128 (UINT128 * pres, UINT128 * px);
352 extern void dpd_to_bid128 (UINT128 * pres, UINT128 * px);
354 extern void bid128dd_add (UINT128 * pres, UINT64 * px,
358 extern void bid128dq_add (UINT128 * pres, UINT64 * px,
359 UINT128 * p
[all...]
H A Dbid128_mul.c28 bid64dq_mul (UINT64 * pres, UINT64 * px, UINT128 * py
37 bid64dq_mul (UINT64 x, UINT128 y
42 UINT128 x1;
61 bid64qd_mul (UINT64 * pres, UINT128 * px, UINT64 * py
70 bid64qd_mul (UINT128 x, UINT64 y
75 UINT128 y1;
94 bid64qq_mul (UINT64 * pres, UINT128 * px, UINT128 * py
97 UINT128 x = *px, y = *py;
103 bid64qq_mul (UINT128
[all...]
H A Dbid128_noncomp.c52 UINT128 * px _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
53 UINT128 x = *px;
56 bid128_isSigned (UINT128 x _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
68 UINT128 * px _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
69 UINT128 x = *px;
72 bid128_isNormal (UINT128 x _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
153 UINT128 * px _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
154 UINT128 x = *px;
157 bid128_isSubnormal (UINT128 x _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
236 UINT128 * p
[all...]
H A Dbid_from_int.c191 UINT128 x128, res128;
275 bid128_from_int32 (UINT128 * pres,
279 UINT128
282 UINT128 res;
297 bid128_from_uint32 (UINT128 * pres, unsigned int *px
301 UINT128
304 UINT128 res;
313 bid128_from_int64 (UINT128 * pres, SINT64 * px
317 UINT128
321 UINT128 re
[all...]
H A Dbid128_next.c33 bid128_nextup (UINT128 * pres,
34 UINT128 *
36 UINT128 x = *px;
38 UINT128
39 bid128_nextup (UINT128 x _EXC_FLAGS_PARAM _EXC_MASKS_PARAM
43 UINT128 res;
50 UINT128 C1; // C1.w[1], C1.w[0] represent x_signif_hi, x_signif_lo (UINT64)
238 bid128_nextdown (UINT128 * pres,
239 UINT128 *
241 UINT128
[all...]
H A Dbid_dpd.c355 bid_to_dpd128 (UINT128 * pres, UINT128 * pba) {
356 UINT128 ba = *pba;
358 UINT128
359 bid_to_dpd128 (UINT128 ba) {
361 UINT128 res;
363 UINT128 sign;
365 UINT128 trailing;
366 UINT128 d0, d1, d2, d3, d4, d5, d6, d7, d8, d9, d10, d11;
367 UINT128 bcoef
[all...]
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...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid128_to_int16.c29 BID_TO_SMALL_INT_CVT_FUNCTION (short, bid128_to_int16_rnint, UINT128, x,
33 BID_TO_SMALL_INT_CVT_FUNCTION (short, bid128_to_int16_xrnint, UINT128,
37 BID_TO_SMALL_INT_CVT_FUNCTION (short, bid128_to_int16_rninta, UINT128,
41 BID_TO_SMALL_INT_CVT_FUNCTION (short, bid128_to_int16_xrninta, UINT128,
45 BID_TO_SMALL_INT_CVT_FUNCTION (short, bid128_to_int16_int, UINT128, x,
49 BID_TO_SMALL_INT_CVT_FUNCTION (short, bid128_to_int16_xint, UINT128, x,
53 BID_TO_SMALL_INT_CVT_FUNCTION (short, bid128_to_int16_floor, UINT128, x,
57 BID_TO_SMALL_INT_CVT_FUNCTION (short, bid128_to_int16_ceil, UINT128, x,
61 BID_TO_SMALL_INT_CVT_FUNCTION (short, bid128_to_int16_xfloor, UINT128,
65 BID_TO_SMALL_INT_CVT_FUNCTION (short, bid128_to_int16_xceil, UINT128,
[all...]
H A Dbid128_to_int8.c29 BID_TO_SMALL_INT_CVT_FUNCTION (char, bid128_to_int8_rnint, UINT128, x,
33 BID_TO_SMALL_INT_CVT_FUNCTION (char, bid128_to_int8_xrnint, UINT128, x,
37 BID_TO_SMALL_INT_CVT_FUNCTION (char, bid128_to_int8_rninta, UINT128, x,
41 BID_TO_SMALL_INT_CVT_FUNCTION (char, bid128_to_int8_xrninta, UINT128, x,
45 BID_TO_SMALL_INT_CVT_FUNCTION (char, bid128_to_int8_int, UINT128, x,
49 BID_TO_SMALL_INT_CVT_FUNCTION (char, bid128_to_int8_xint, UINT128, x,
53 BID_TO_SMALL_INT_CVT_FUNCTION (char, bid128_to_int8_floor, UINT128, x,
57 BID_TO_SMALL_INT_CVT_FUNCTION (char, bid128_to_int8_ceil, UINT128, x,
61 BID_TO_SMALL_INT_CVT_FUNCTION (char, bid128_to_int8_xfloor, UINT128, x,
65 BID_TO_SMALL_INT_CVT_FUNCTION (char, bid128_to_int8_xceil, UINT128,
[all...]
H A Dbid128_to_uint16.c30 UINT128, x, bid128_to_uint32_rnint,
34 UINT128, x, bid128_to_uint32_xrnint,
38 UINT128, x, bid128_to_uint32_rninta,
42 bid128_to_uint16_xrninta, UINT128, x,
47 UINT128, x, bid128_to_uint32_int,
51 UINT128, x, bid128_to_uint32_xint,
55 UINT128, x, bid128_to_uint32_floor,
59 UINT128, x, bid128_to_uint32_ceil,
63 UINT128, x, bid128_to_uint32_xfloor,
67 UINT128,
[all...]
H A Dbid128_to_uint8.c30 UINT128, x, bid128_to_uint32_rnint,
34 UINT128, x, bid128_to_uint32_xrnint,
38 UINT128, x, bid128_to_uint32_rninta,
42 UINT128, x, bid128_to_uint32_xrninta,
46 UINT128, x, bid128_to_uint32_int,
50 UINT128, x, bid128_to_uint32_xint,
54 UINT128, x, bid128_to_uint32_floor,
58 UINT128, x, bid128_to_uint32_ceil,
62 UINT128, x, bid128_to_uint32_xfloor,
66 UINT128,
[all...]
H A Dbid_functions.h66 } UINT128; variable in typeref:struct:__anon1468
76 #define BINARY128 UINT128
313 UINT128 decfp128_value;
349 extern void bid_to_dpd128 (UINT128 * pres, UINT128 * px);
352 extern void dpd_to_bid128 (UINT128 * pres, UINT128 * px);
354 extern void bid128dd_add (UINT128 * pres, UINT64 * px,
358 extern void bid128dq_add (UINT128 * pres, UINT64 * px,
359 UINT128 * p
[all...]
H A Dbid128_mul.c28 bid64dq_mul (UINT64 * pres, UINT64 * px, UINT128 * py
37 bid64dq_mul (UINT64 x, UINT128 y
42 UINT128 x1;
61 bid64qd_mul (UINT64 * pres, UINT128 * px, UINT64 * py
70 bid64qd_mul (UINT128 x, UINT64 y
75 UINT128 y1;
94 bid64qq_mul (UINT64 * pres, UINT128 * px, UINT128 * py
97 UINT128 x = *px, y = *py;
103 bid64qq_mul (UINT128
[all...]
H A Dbid128_noncomp.c52 UINT128 * px _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
53 UINT128 x = *px;
56 bid128_isSigned (UINT128 x _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
68 UINT128 * px _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
69 UINT128 x = *px;
72 bid128_isNormal (UINT128 x _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
153 UINT128 * px _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
154 UINT128 x = *px;
157 bid128_isSubnormal (UINT128 x _EXC_MASKS_PARAM _EXC_INFO_PARAM) {
236 UINT128 * p
[all...]
H A Dbid_from_int.c191 UINT128 x128, res128;
275 bid128_from_int32 (UINT128 * pres,
279 UINT128
282 UINT128 res;
297 bid128_from_uint32 (UINT128 * pres, unsigned int *px
301 UINT128
304 UINT128 res;
313 bid128_from_int64 (UINT128 * pres, SINT64 * px
317 UINT128
321 UINT128 re
[all...]
H A Dbid128_next.c33 bid128_nextup (UINT128 * pres,
34 UINT128 *
36 UINT128 x = *px;
38 UINT128
39 bid128_nextup (UINT128 x _EXC_FLAGS_PARAM _EXC_MASKS_PARAM
43 UINT128 res;
50 UINT128 C1; // C1.w[1], C1.w[0] represent x_signif_hi, x_signif_lo (UINT64)
238 bid128_nextdown (UINT128 * pres,
239 UINT128 *
241 UINT128
[all...]
H A Dbid_dpd.c355 bid_to_dpd128 (UINT128 * pres, UINT128 * pba) {
356 UINT128 ba = *pba;
358 UINT128
359 bid_to_dpd128 (UINT128 ba) {
361 UINT128 res;
363 UINT128 sign;
365 UINT128 trailing;
366 UINT128 d0, d1, d2, d3, d4, d5, d6, d7, d8, d9, d10, d11;
367 UINT128 bcoef
[all...]
/netbsd-current/external/gpl3/gdb/dist/libdecnumber/bid/
H A Dbid-dpd.h26 typedef struct { UINT64 w[2]; } UINT128; typedef in typeref:struct:__anon1146
31 #define _Decimal128 UINT128
/netbsd-current/external/gpl3/gdb.old/dist/libdecnumber/bid/
H A Dbid-dpd.h26 typedef struct { UINT64 w[2]; } UINT128; typedef in typeref:struct:__anon1145
31 #define _Decimal128 UINT128
/netbsd-current/external/gpl3/gcc.old/dist/libdecnumber/bid/
H A Dbid-dpd.h26 typedef struct { UINT64 w[2]; } UINT128; typedef in typeref:struct:__anon1146
31 #define _Decimal128 UINT128
/netbsd-current/external/gpl3/gcc/dist/libdecnumber/bid/
H A Dbid-dpd.h26 typedef struct { UINT64 w[2]; } UINT128; typedef in typeref:struct:__anon1409
31 #define _Decimal128 UINT128

Completed in 241 milliseconds

123456