Searched refs:LLONG_MIN (Results 1 – 15 of 15) sorted by relevance
/external/clang/test/Headers/ |
D | limits.cpp | 37 _Static_assert(LLONG_MAX == -(LLONG_MIN+1LL), ""); 38 _Static_assert(LLONG_MIN == -LLONG_MAX-1LL, ""); 41 int LLONG_MIN, LLONG_MAX, ULLONG_MAX; // Not defined. variable
|
/external/chromium_org/third_party/libwebm/ |
D | libwebm_nacl.gyp | 27 # LLONG_MIN and UULONG_MAX are defined in newlib only for C++11. 28 'LLONG_MIN=LONG_LONG_MIN',
|
/external/libcxx/test/depr/depr.c.headers/ |
D | limits_h.pass.cpp | 78 #ifndef LLONG_MIN 79 #error LLONG_MIN not defined
|
/external/libcxx/test/language.support/support.limits/c.limits/ |
D | climits.pass.cpp | 78 #ifndef LLONG_MIN 79 #error LLONG_MIN not defined
|
/external/clang/lib/Headers/ |
D | limits.h | 94 #undef LLONG_MIN 99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL) macro
|
/external/bison/lib/ |
D | strtol.c | 117 # define STRTOL_LONG_MIN LLONG_MIN 156 # ifndef LLONG_MIN 157 # define LLONG_MIN TYPE_MINIMUM (long long int) macro
|
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/ |
D | limits.pxd | 27 enum: LLONG_MIN
|
/external/libcxx/include/ |
D | climits | 35 LLONG_MIN // C99
|
/external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/ |
D | lowest.pass.cpp | 51 test<long long>(LLONG_MIN); in main()
|
D | min.pass.cpp | 51 test<long long>(LLONG_MIN); in main()
|
/external/safe-iop/src/ |
D | safe_iop.c | 147 #ifndef LLONG_MIN 148 # define LLONG_MIN (-LLONG_MAX - 1LL) macro 240 a=LLONG_MIN; b=-1; EXPECT_FALSE(safe_add(NULL, a, b)); in T_add_longlong() 243 a=LLONG_MIN; b=LLONG_MAX; EXPECT_TRUE(safe_add(NULL, a, b)); in T_add_longlong() 443 a=LLONG_MIN; b=1; EXPECT_FALSE(safe_sub(NULL, a, b)); in T_sub_longlong() 444 a=LLONG_MIN; b=LLONG_MAX; EXPECT_FALSE(safe_sub(NULL, a, b)); in T_sub_longlong() 445 a=LLONG_MIN/2; b=LLONG_MAX; EXPECT_FALSE(safe_sub(NULL, a, b)); in T_sub_longlong() 645 a=LLONG_MIN; b=-1; EXPECT_FALSE(safe_mul(NULL, a, b)); in T_mul_longlong() 646 a=LLONG_MIN; b=-2; EXPECT_FALSE(safe_mul(NULL, a, b)); in T_mul_longlong() 653 a=LLONG_MIN; b=0; EXPECT_TRUE(safe_mul(NULL, a, b)); in T_mul_longlong() [all …]
|
/external/clang/tools/libclang/ |
D | CXType.cpp | 282 return LLONG_MIN; in clang_getEnumConstantDeclValue() 285 return LLONG_MIN; in clang_getEnumConstantDeclValue()
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/ |
D | mkvmuxer.cpp | 1786 date_utc_(LLONG_MIN), in SegmentInfo() 1862 if (date_utc_ != LLONG_MIN) in Write() 1885 if (date_utc_ != LLONG_MIN) in Write()
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | lpc_masking_model.c | 503 ((sum64_tmp < 0 && sum64 < 0) && (LLONG_MIN - sum64 > sum64_tmp))) { in WebRtcIsacfix_CalculateResidualEnergyC()
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | lpc_masking_model.c | 503 ((sum64_tmp < 0 && sum64 < 0) && (LLONG_MIN - sum64 > sum64_tmp))) { in WebRtcIsacfix_CalculateResidualEnergyC()
|