HomeSort by: relevance | last modified time | path
    Searched refs:INT64_C (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/ppc/
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 },
17 { INT64_C(0xfffffffffffffbf3), -0x1.034p+10, 0x0p+0 }
    [all...]
fixtfdi_test.c 59 { 0x1.fffffffcp30, -0x1.0p-24, INT64_C(0x7ffffffe) },
60 { 0x1.fffffffcp30, 0.0, INT64_C(0x7fffffff) },
61 { 0x1.fffffffcp30, 0x1.0p-24, INT64_C(0x7fffffff) },
62 { 0x1.fffffffffffffp30, -0x1.0p-24, INT64_C(0x7fffffff) },
63 { 0x1.fffffffffffffp30, 0.0, INT64_C(0x7fffffff) },
64 { 0x1.fffffffffffffp30, 0x1.fffffffffffffp-24, INT64_C(0x7fffffff) },
65 { 0x1.0p31, -0x1.fffffffffffffp-24, INT64_C(0x7fffffff) },
66 { 0x1.0p31, 0.0, INT64_C(0x80000000) },
67 { 0x1.0p31, 0x1.fffffffffffffp-24, INT64_C(0x80000000) },
68 { 0x1.0000000000001p31, -0x1.fffffffffffffp-24, INT64_C(0x80000000) }
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ppc/
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 },
17 { INT64_C(0xfffffffffffffbf3), -0x1.034p+10, 0x0p+0 }
    [all...]
fixtfdi_test.c 59 { 0x1.fffffffcp30, -0x1.0p-24, INT64_C(0x7ffffffe) },
60 { 0x1.fffffffcp30, 0.0, INT64_C(0x7fffffff) },
61 { 0x1.fffffffcp30, 0x1.0p-24, INT64_C(0x7fffffff) },
62 { 0x1.fffffffffffffp30, -0x1.0p-24, INT64_C(0x7fffffff) },
63 { 0x1.fffffffffffffp30, 0.0, INT64_C(0x7fffffff) },
64 { 0x1.fffffffffffffp30, 0x1.fffffffffffffp-24, INT64_C(0x7fffffff) },
65 { 0x1.0p31, -0x1.fffffffffffffp-24, INT64_C(0x7fffffff) },
66 { 0x1.0p31, 0.0, INT64_C(0x80000000) },
67 { 0x1.0p31, 0x1.fffffffffffffp-24, INT64_C(0x80000000) },
68 { 0x1.0000000000001p31, -0x1.fffffffffffffp-24, INT64_C(0x80000000) }
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
fixtfdi.c 26 int64_t result = hibits.x & INT64_C(0x000fffffffffffff); /* mantissa(hi) */
27 result |= INT64_C(0x0010000000000000); /* matissa(hi) with implicit bit */
36 int64_t tailMantissa = lobits.x & INT64_C(0x000fffffffffffff);
37 tailMantissa |= INT64_C(0x0010000000000000);
69 return INT64_C(0);
83 int64_t tailMantissa = lobits.x & INT64_C(0x000fffffffffffff);
84 tailMantissa |= INT64_C(0x0010000000000000);
87 tailMantissa = (tailMantissa ^ INT64_C(-1)) + INT64_C(1);
fixunstfdi.c 30 int64_t tailMantissa = lobits.x & INT64_C(0x000fffffffffffff);
31 tailMantissa |= INT64_C(0x0010000000000000);
  /src/sys/arch/arm/include/
int_const.h 48 #define INT64_C(c) c ## L
50 #define INT64_C(c) c ## LL
  /src/sys/arch/mips/include/
int_const.h 48 #define INT64_C(c) c ## L
50 #define INT64_C(c) c ## LL
  /src/sys/arch/powerpc/include/
int_const.h 48 #define INT64_C(c) c ## L
50 #define INT64_C(c) c ## LL
  /src/sys/arch/sparc/include/
int_const.h 48 #define INT64_C(c) c ## L
50 #define INT64_C(c) c ## LL
  /src/sys/arch/alpha/include/
int_const.h 47 #define INT64_C(c) c ## L
  /src/sys/arch/hppa/include/
int_const.h 44 #define INT64_C(c) c ## LL
  /src/sys/arch/i386/include/
int_const.h 48 #define INT64_C(c) c ## LL
  /src/sys/arch/ia64/include/
int_const.h 48 #define INT64_C(c) c ## L
  /src/sys/arch/m68k/include/
int_const.h 47 #define INT64_C(c) c ## LL
  /src/sys/arch/sh3/include/
int_const.h 47 #define INT64_C(c) c ## LL
  /src/sys/arch/vax/include/
int_const.h 47 #define INT64_C(c) c ## LL
  /src/sys/arch/amd64/include/
int_const.h 50 #define INT64_C(c) c ## L
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/
ashldi3.c 28 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
ashrdi3.c 28 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
lshrdi3.c 28 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
negdi2.c 29 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
  /src/sys/external/bsd/compiler_rt/dist/test/timing/
ashldi3.c 28 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
ashrdi3.c 28 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
lshrdi3.c 28 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);

Completed in 30 milliseconds

1 2