HomeSort by: relevance | last modified time | path
    Searched defs:UINT128 (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/libdecnumber/bid/
bid-dpd.h 26 typedef struct { UINT64 w[2]; } UINT128;
31 #define _Decimal128 UINT128
  /src/external/gpl3/gcc.old/dist/libdecnumber/bid/
bid-dpd.h 26 typedef struct { UINT64 w[2]; } UINT128;
31 #define _Decimal128 UINT128
  /src/external/gpl3/gdb/dist/libdecnumber/bid/
bid-dpd.h 26 typedef struct { UINT64 w[2]; } UINT128;
31 #define _Decimal128 UINT128
  /src/external/gpl3/gdb.old/dist/libdecnumber/bid/
bid-dpd.h 26 typedef struct { UINT64 w[2]; } UINT128;
31 #define _Decimal128 UINT128
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_gcc_intrinsics.h 99 } UINT128;
287 /* Used by gcc intrinsics. We have to define them after UINT128
301 UINT128 i;
307 UINT128 i;
bid_functions.h 66 } UINT128;
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...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_gcc_intrinsics.h 86 } UINT128;
261 /* Used by gcc intrinsics. We have to define them after UINT128
275 UINT128 i;
281 UINT128 i;
bid_functions.h 66 } UINT128;
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...]
  /src/usr.bin/xlint/common/
lint.h 79 UINT128, /* __uint128_t */
  /src/external/gpl3/gcc.old/dist/gcc/
value-range.cc 2144 #define UINT128(N) build_int_cstu (u128_type, (N))
2393 r0 = int_range<1> (UINT128 (0), UINT128 (127));
2396 tree low = fold_build2 (MINUS_EXPR, u128_type, high, UINT128(127));
2401 r1 = int_range<1> (UINT128(128),
2404 UINT128(128)));
2428 r0 = int_range<1> (UINT128 (0), UINT128 (5), VR_ANTI_RANGE);
2429 r1 = int_range<1> (UINT128(6), build_minus_one_cst (u128_type));

Completed in 27 milliseconds