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

/external/llvm/include/llvm/Support/
H A DAIXDataTypesFix.h25 #undef INT64_MIN macro
H A DDataTypes.h196 #if !defined(INT64_MIN)
197 # define INT64_MIN ((-INT64_MAX)-1) macro
H A DDataTypes.h.cmake186 #if !defined(INT64_MIN)
187 # define INT64_MIN ((-INT64_MAX)-1)
H A DDataTypes.h.in183 #if !defined(INT64_MIN)
184 # define INT64_MIN ((-INT64_MAX)-1)
/external/llvm/lib/Support/
H A DTimeValue.cpp20 const TimeValue TimeValue::MinTime = TimeValue ( INT64_MIN,0 );
/external/mesa3d/include/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/compiler-rt/lib/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/llvm/unittests/Support/
H A Draw_ostream_test.cpp78 EXPECT_EQ("-9223372036854775808", printToString(INT64_MIN));
109 EXPECT_EQ("-9223372036854775808", printToStringUnbuffered(INT64_MIN));
/external/clang/test/Preprocessor/
H A Dstdint.c698 // TCE:INT64_MIN_ INT64_MIN
921 INT64_MIN_ INT64_MIN
/external/clang/lib/Headers/
H A Dstdint.h436 # define INT64_MIN (-INT64_C( 9223372036854775807)-1) macro
438 # define __INT_LEAST64_MIN INT64_MIN
441 # define __INT_LEAST32_MIN INT64_MIN
444 # define __INT_LEAST16_MIN INT64_MIN
447 # define __INT_LEAST8_MIN INT64_MIN
/external/clang/lib/include/
H A Dstdint.h436 # define INT64_MIN (-INT64_C( 9223372036854775807)-1) macro
438 # define __INT_LEAST64_MIN INT64_MIN
441 # define __INT_LEAST32_MIN INT64_MIN
444 # define __INT_LEAST16_MIN INT64_MIN
447 # define __INT_LEAST8_MIN INT64_MIN
/external/qemu/fpu/
H A Dsoftfloat-native.c345 v = llrint(a + (float64)INT64_MIN);
347 return v - INT64_MIN;
353 v = (int64_t)(a + (float64)INT64_MIN);
355 return v - INT64_MIN;
H A Dsoftfloat.c6149 v = float64_val(int64_to_float64(INT64_MIN STATUS_VAR));
6153 return v - INT64_MIN;
6160 v = float64_val(int64_to_float64(INT64_MIN STATUS_VAR));
6164 return v - INT64_MIN;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h158 #undef INT64_MIN macro
159 #define INT64_MIN (-__INT64_C(9223372036854775807)-1) macro
H A Dsanitizer_libc.cc187 return (res > INT64_MAX) ? INT64_MIN : ((s64)res * -1);
/external/protobuf/python/google/protobuf/internal/
H A Dwire_format.py62 INT64_MIN = -(1 << 63) variable
H A Dwire_format_test.py164 [wire_format.SFixed64ByteSize, wire_format.INT64_MIN, 8],
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1153 MaxOffset(INT64_MIN),
1310 Offs = -(uint64_t)Offs; // The cast does the right thing with INT64_MIN.
3281 if (Base.AM.BaseOffs == INT64_MIN && Factor == -1)
3289 if (Offset == INT64_MIN && Factor == -1)
3323 if (F.UnfoldedOffset == INT64_MIN && Factor == -1)
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c1952 # define INT64_MIN 0x8000000000000000ULL macro
1974 mkU64(INT64_MIN) );
1981 /* (argL == INT64_MIN && argR == -1) || argR == 0 */
1985 binop(Iop_CmpEQ64, argL, mkU64(INT64_MIN)),
2012 /* argL == INT64_MIN */
2014 = binop(Iop_CmpEQ64, argL, mkU64(INT64_MIN));
2024 mkU64(INT64_MIN) );
2061 # undef INT64_MIN macro

Completed in 1484 milliseconds