| /llvm-project-15.0.7/compiler-rt/test/builtins/Unit/ppc/ |
| H A D | floatditf_test.h | 8 { INT64_C(0x0000000000000061), 0x1.84p+6, 0x0p+0 }, 9 { INT64_C(0xffffffffffffff9e), -0x1.88p+6, 0x0p+0 }, 10 { INT64_C(0x0000000000000062), 0x1.88p+6, 0x0p+0 }, 11 { INT64_C(0xffffffffffffff9d), -0x1.8cp+6, 0x0p+0 }, 12 { INT64_C(0x0000000000000403), 0x1.00cp+10, 0x0p+0 }, 13 { INT64_C(0xfffffffffffffbfc), -0x1.01p+10, 0x0p+0 }, 14 { INT64_C(0x000000000000040a), 0x1.028p+10, 0x0p+0 }, 15 { INT64_C(0xfffffffffffffbf5), -0x1.02cp+10, 0x0p+0 }, 16 { INT64_C(0x000000000000040c), 0x1.03p+10, 0x0p+0 }, 18 { INT64_C(0x000000000000040e), 0x1.038p+10, 0x0p+0 }, [all …]
|
| H A D | fixtfdi_test.c | 62 { 0x1.fffffffcp30, 0.0, INT64_C(0x7fffffff) }, 63 { 0x1.fffffffcp30, 0x1.0p-24, INT64_C(0x7fffffff) }, 65 { 0x1.fffffffffffffp30, 0.0, INT64_C(0x7fffffff) }, 68 { 0x1.0p31, 0.0, INT64_C(0x80000000) }, 71 { 0x1.0000000000001p31, 0.0, INT64_C(0x80000000) }, 74 { 0x1.00000002p31, 0.0, INT64_C(0x80000001) }, 78 { 0x1.fffffffep31, 0.0, INT64_C(0xffffffff) }, 79 { 0x1.fffffffep31, 0x1.0p-24, INT64_C(0xffffffff) }, 84 { 0x1.0p32, 0.0, INT64_C(0x100000000) }, 87 { 0x1.0000000000001p32, 0.0, INT64_C(0x100000000) }, [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ppc/ |
| H A D | fixtfdi.c | 24 int64_t result = hibits.x & INT64_C(0x000fffffffffffff); // mantissa(hi) in __fixtfdi() 25 result |= INT64_C(0x0010000000000000); // matissa(hi) with implicit bit in __fixtfdi() 33 int64_t tailMantissa = lobits.x & INT64_C(0x000fffffffffffff); in __fixtfdi() 34 tailMantissa |= INT64_C(0x0010000000000000); in __fixtfdi() 65 return INT64_C(0); in __fixtfdi() 77 int64_t tailMantissa = lobits.x & INT64_C(0x000fffffffffffff); in __fixtfdi() 78 tailMantissa |= INT64_C(0x0010000000000000); in __fixtfdi() 81 tailMantissa = (tailMantissa ^ INT64_C(-1)) + INT64_C(1); in __fixtfdi()
|
| H A D | fixunstfdi.c | 28 int64_t tailMantissa = lobits.x & INT64_C(0x000fffffffffffff); in __fixunstfdi() 29 tailMantissa |= INT64_C(0x0010000000000000); in __fixunstfdi()
|
| /llvm-project-15.0.7/clang/test/C/drs/ |
| H A D | dr209.c | 19 #elif INT64_C(0) != 0LL 35 (void)_Generic(INT64_C(0), __typeof__(+(int_least64_t){0}) : 1); in dr209()
|
| /llvm-project-15.0.7/libcxx/test/libcxx/depr/depr.c.headers/ |
| H A D | stdint_h.std_types_t.compile.pass.cpp | 237 #ifndef INT64_C 238 #error INT64_C not defined
|
| H A D | stdint_h.xopen_source.compile.pass.cpp | 234 #ifndef INT64_C 235 #error INT64_C not defined
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/ |
| H A D | stdint_h.pass.cpp | 270 #ifndef INT64_C in main() 271 #error INT64_C not defined in main()
|
| /llvm-project-15.0.7/compiler-rt/test/builtins/timing/ |
| H A D | lshrdi3.c | 28 int64_t fixedInput = INT64_C(0x1234567890ABCDEF); in main()
|
| H A D | ashldi3.c | 28 int64_t fixedInput = INT64_C(0x1234567890ABCDEF); in main()
|
| H A D | negdi2.c | 29 int64_t fixedInput = INT64_C(0x1234567890ABCDEF); in main()
|
| H A D | ashrdi3.c | 28 int64_t fixedInput = INT64_C(0x1234567890ABCDEF); in main()
|
| H A D | modsi3.c | 31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF); in main()
|
| H A D | udivdi3.c | 31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF); in main()
|
| H A D | divdi3.c | 31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF); in main()
|
| H A D | umoddi3.c | 31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF); in main()
|
| H A D | muldi3.c | 31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF); in main()
|
| H A D | moddi3.c | 31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF); in main()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | stdint.h | 303 # define INT64_C(v) __int_c(v, __int64_c_suffix) macro 306 # define INT64_C(v) v macro 461 # define INT64_MAX INT64_C( 9223372036854775807) 462 # define INT64_MIN (-INT64_C( 9223372036854775807)-1)
|
| /llvm-project-15.0.7/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
| H A D | cstdint.pass.cpp | 271 #ifndef INT64_C in main() 272 #error INT64_C not defined in main()
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | floatdidf.c | 37 low.x |= a & INT64_C(0x00000000ffffffff); in __floatdidf()
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VE.h | 365 return (uint64_t)((INT64_C(1) << 63) >> (Val & 0x3f)); // (m)1 in mimm2Val() 366 return ((uint64_t)INT64_C(-1) >> (Val & 0x3f)); // (m)0 in mimm2Val()
|
| /llvm-project-15.0.7/clang/test/Preprocessor/ |
| H A D | stdint.c | 1603 INT64_C_(0) INT64_C(0)
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyInstPrinter.cpp | 276 (AI.getBitWidth() == 32 ? INT64_C(0x007fffff) in toString() 277 : INT64_C(0x000fffffffffffff)), in toString()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | dbgcall-site-64-bit-imms.ll | 14 ; foo(INT64_C(0x1122334455667788));
|