Searched refs:INT64_MIN (Results 1 - 25 of 77) sorted by relevance

1234

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DAIXDataTypesFix.h25 #undef INT64_MIN macro
H A DDataTypes.h181 #if !defined(INT64_MIN)
182 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/syslinux/com32/include/bitsize64/
H A Dstdintlimits.h5 #define INT_FAST16_MIN INT64_MIN
6 #define INT_FAST32_MIN INT64_MIN
12 #define INTPTR_MIN INT64_MIN
16 #define PTRDIFF_MIN INT64_MIN
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
H A DDataTypes.h74 #undef INT64_MIN macro
124 #if !defined(INT64_MIN)
125 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
H A DDataTypes.h74 #undef INT64_MIN macro
124 #if !defined(INT64_MIN)
125 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/
H A DDataTypes.h74 #undef INT64_MIN macro
124 #if !defined(INT64_MIN)
125 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/valgrind/none/tests/s390x/
H A Dcomp-1.c166 SCOMP_REG_REG(cgr, INT64_MIN, INT64_MIN);
167 SCOMP_REG_REG(cgr, INT64_MIN, INT64_MAX);
168 SCOMP_REG_REG(cgr, INT64_MAX, INT64_MIN);
173 SCOMP_REG_REG(cgfr, INT64_MIN, INT32_MIN);
174 SCOMP_REG_REG(cgfr, INT64_MIN, INT32_MAX);
186 SCOMP_REG_MEM(cg, INT64_MIN, INT64_MIN, int64_t);
187 SCOMP_REG_MEM(cg, INT64_MIN, INT64_MAX, int64_t);
188 SCOMP_REG_MEM(cg, INT64_MAX, INT64_MIN, int64_
[all...]
H A Dcomp-2.c144 SCOMP_REG_REG(clgr, INT64_MIN, INT64_MIN);
145 SCOMP_REG_REG(clgr, INT64_MIN, INT64_MAX);
146 SCOMP_REG_REG(clgr, INT64_MAX, INT64_MIN);
151 SCOMP_REG_REG(clgfr, INT64_MIN, INT32_MIN);
152 SCOMP_REG_REG(clgfr, INT64_MIN, INT32_MAX);
164 SCOMP_REG_MEM(clg, INT64_MIN, INT64_MIN, int64_t);
165 SCOMP_REG_MEM(clg, INT64_MIN, INT64_MAX, int64_t);
166 SCOMP_REG_MEM(clg, INT64_MAX, INT64_MIN, int64_
[all...]
H A Drounding-5.c80 i64 = INT64_MIN;
88 i64 = INT64_MIN;
/external/libusb/msvc/
H A Dstdint.h130 #define INT64_MIN (-9223372036854775807LL - 1) macro
146 #define INT_LEAST64_MIN INT64_MIN
162 #define INT_FAST64_MIN INT64_MIN
177 #define INTPTR_MIN INT64_MIN
187 #define INTMAX_MIN INT64_MIN
193 #define PTRDIFF_MIN INT64_MIN
/external/llvm/include/llvm/Support/
H A DDataTypes.h.cmake74 #undef INT64_MIN
124 #if !defined(INT64_MIN)
125 # define INT64_MIN ((-INT64_MAX)-1)
H A DDataTypes.h196 #if !defined(INT64_MIN)
197 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/LLVM/lib/Support/
H A DTimeValue.cpp20 const TimeValue TimeValue::MinTime = TimeValue ( INT64_MIN,0 );
/external/syslinux/com32/include/
H A Dstdint.h34 #define INT64_MIN (__INT64_C(-9223372036854775807)-1) macro
49 #define INT_LEAST64_MIN INT64_MIN
62 #define INT_FAST64_MIN INT64_MIN
70 #define INTMAX_MIN INT64_MIN
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h138 #define INT64_MIN ((int64_t)_I64_MIN) macro
152 #define INT_LEAST64_MIN INT64_MIN
166 #define INT_FAST64_MIN INT64_MIN
175 # define INTPTR_MIN INT64_MIN
185 #define INTMAX_MIN INT64_MIN
/external/libvncserver/compat/msvc/
H A Dstdint.h138 #define INT64_MIN ((int64_t)_I64_MIN) macro
152 #define INT_LEAST64_MIN INT64_MIN
166 #define INT_FAST64_MIN INT64_MIN
175 # define INTPTR_MIN INT64_MIN
185 #define INTMAX_MIN INT64_MIN
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h123 #define INT64_MIN ((int64_t)_I64_MIN) macro
137 #define INT_LEAST64_MIN INT64_MIN
151 #define INT_FAST64_MIN INT64_MIN
160 # define INTPTR_MIN INT64_MIN
170 #define INTMAX_MIN INT64_MIN
/external/llvm/test/MC/X86/
H A Dimm-comments.s14 # This line should not induce undefined behavior via negation of INT64_MIN.
/external/llvm/unittests/Support/
H A Draw_ostream_test.cpp78 EXPECT_EQ("-9223372036854775808", printToString(INT64_MIN));
109 EXPECT_EQ("-9223372036854775808", printToStringUnbuffered(INT64_MIN));
170 printToString(format_hex((INT64_MIN), 18), 18));
181 printToString(format_decimal(INT64_MIN, 21), 21));
/external/compiler-rt/lib/builtins/ppc/
H A Dfixtfdi.c71 /* x very close to INT64_MIN, care must be taken to see which side we are on. */
74 int64_t result = INT64_MIN;
78 /* If the tail is positive, the correct result is something other than INT64_MIN.
103 return INT64_MIN;
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
H A DDataTypes.h180 #if !defined(INT64_MIN)
181 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
H A DDataTypes.h180 #if !defined(INT64_MIN)
181 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
H A DDataTypes.h180 #if !defined(INT64_MIN)
181 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
H A DDataTypes.h180 #if !defined(INT64_MIN)
181 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
H A DDataTypes.h196 #if !defined(INT64_MIN)
197 #define INT64_MIN ((-INT64_MAX) - 1) macro

Completed in 394 milliseconds

1234