Searched refs:UINT32_C (Results 1 - 15 of 15) sorted by relevance

/barrelfish-master/lib/compiler-rt/test/
H A Dfixunstfsi_test.c42 if (test__fixunstfsi(makeInf128(), UINT32_C(0xffffffff)))
44 if (test__fixunstfsi(0, UINT32_C(0x0)))
46 if (test__fixunstfsi(0x1.23456789abcdefp+5, UINT32_C(0x24)))
48 if (test__fixunstfsi(0x1.23456789abcdefp-3, UINT32_C(0x0)))
50 if (test__fixunstfsi(0x1.23456789abcdefp+20, UINT32_C(0x123456)))
52 if (test__fixunstfsi(0x1.23456789abcdefp+40, UINT32_C(0xffffffff)))
54 if (test__fixunstfsi(0x1.23456789abcdefp+256, UINT32_C(0xffffffff)))
56 if (test__fixunstfsi(-0x1.23456789abcdefp+3, UINT32_C(0x0)))
H A Dtrunctfsf2_test.c44 UINT32_C(0x7fc00000)))
48 UINT32_C(0x7fc08000)))
52 UINT32_C(0x7f800000)))
55 if (test__trunctfsf2(0.0L, UINT32_C(0x0)))
59 UINT32_C(0x4211d156)))
62 UINT32_C(0x3b71e9e2)))
65 UINT32_C(0x7f800000)))
68 UINT32_C(0x0)))
H A Dextendsftf2_test.c49 if (test__extendsftf2(makeNaN32(UINT32_C(0x410000)),
H A Dextendhfsf2_test.c42 makeNaN32(UINT32_C(0x8000))))
H A Dtruncsfhf2_test.c42 if (test__truncsfhf2(makeNaN32(UINT32_C(0x8000)),
/barrelfish-master/lib/compiler-rt/builtins/
H A Dfp_extend.h22 #define SRC_REP_C UINT32_C
56 #define DST_REP_C UINT32_C
H A Dfp_trunc.h21 #define SRC_REP_C UINT32_C
49 #define DST_REP_C UINT32_C
H A Ddivsf3.c92 uint32_t reciprocal = UINT32_C(0x7504f333) - q31b;
H A Ddivdf3.c91 uint32_t recip32 = UINT32_C(0x7504f333) - q31b;
H A Dfp_lib.h46 #define REP_C UINT32_C
/barrelfish-master/include/arch/aarch64/machine/
H A D_stdint.h45 #define UINT32_C(c) (c ## U) macro
/barrelfish-master/include/arch/arm/machine/
H A D_stdint.h45 #define UINT32_C(c) (c ## U) macro
/barrelfish-master/lib/libc/stdlib/
H A Dhsearch_r.c68 hash *= UINT32_C(16777619);
/barrelfish-master/include/arch/x86_32/machine/
H A D_stdint.h53 #define UINT32_C(c) (c ## U) macro
/barrelfish-master/include/arch/x86_64/machine/
H A D_stdint.h53 #define UINT32_C(c) (c ## U) macro

Completed in 64 milliseconds