/external/clang/test/CodeGen/ |
unsigned-promotion.c | 1 // Check -fsanitize=signed-integer-overflow and 2 // -fsanitize=unsigned-integer-overflow with promoted unsigned types 5 // RUN: -fsanitize=signed-integer-overflow | FileCheck %s --check-prefix=CHECKS 7 // RUN: -fsanitize=unsigned-integer-overflow | FileCheck %s --check-prefix=CHECKU 20 // CHECKS: [[T1:%.*]] = call { i32, i1 } @llvm.sadd.with.overflow.i32(i32 [[T2:%.*]], i32 [[T3:%.*]]) 42 // CHECKS: [[T1:%.*]] = call { i32, i1 } @llvm.ssub.with.overflow.i32(i32 [[T2:%.*]], i32 [[T3:%.*]]) 64 // CHECKS: [[T1:%.*]] = call { i32, i1 } @llvm.smul.with.overflow.i32(i32 [[T2:%.*]], i32 [[T3:%.*]]) 85 // CHECKS: [[T1:%.*]] = call { i32, i1 } @llvm.sadd.with.overflow.i32(i32 [[T2:%.*]], i32 [[T3:%.*]]) 107 // CHECKS: [[T1:%.*]] = call { i32, i1 } @llvm.ssub.with.overflow.i32(i32 [[T2:%.*]], i32 [[T3:%.*]]) 129 // CHECKS: [[T1:%.*]] = call { i32, i1 } @llvm.smul.with.overflow.i32(i32 [[T2:%.*]], i32 [[T3:%.*]] [all...] |
/external/neven/Embedded/common/src/b_BasicEm/ |
Math.h | 120 * (no overflow handling, slow for sizeA < 32 ) 137 * applies appropriate shifting, rounding and saturation to minimize overflow-damage 142 * applies appropriate shifting, rounding and saturation to minimize overflow-damage 149 /** returns floating point squared norm of 32 bit vector (maximum accuracy - overflow-safe); 156 /** returns floating point squared norm of 16 bit vector (maximum accuracy - overflow-safe); 163 * overflow-safe when sizeA < 65535 168 * maximum accuracy - overflow-safe 174 * maximum accuracy - overflow-safe 179 /** matrix multiply rA = x1A * x2A, input/output 1.15, no overflow protection, in-place not allowed */ 183 /** matrix multiply rA = x1A * transposed( x2A ), input/output 1.15, no overflow protection, in-place not allowed * [all...] |
/external/bison/lib/ |
intprops.h | 129 /* Range overflow checks. 133 arithmetic overflow. They do not rely on undefined or 143 printf ("multiply would overflow"); 163 /* Return 1 if A + B would overflow in [MIN,MAX] arithmetic. 170 /* Return 1 if A - B would overflow in [MIN,MAX] arithmetic. 177 /* Return 1 if - A would overflow in [MIN,MAX] arithmetic. 184 /* Return 1 if A * B would overflow in [MIN,MAX] arithmetic. 201 /* Return 1 if A / B would overflow in [MIN,MAX] arithmetic. 206 /* Return 1 if A % B would overflow in [MIN,MAX] arithmetic. 208 Mathematically, % should never overflow, but on x86-like host [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/decimaltestdata/ |
power.decTest | 303 powx421 power 2.5E-501 -2 -> Infinity Overflow Inexact Rounded 515 -- overflow and underflow tests 524 powx283 power 10.0001 999999 -> Infinity Overflow Inexact Rounded 525 powx285 power 11 999999 -> Infinity Overflow Inexact Rounded 526 powx286 power 12 999999 -> Infinity Overflow Inexact Rounded 527 powx287 power 999 999999 -> Infinity Overflow Inexact Rounded 528 powx288 power 999999999 999999 -> Infinity Overflow Inexact Rounded 529 powx289 power 9.9E999999999 999999 -> Infinity Overflow Inexact Rounded 543 powx312 power -10.0001 999999 -> -Infinity Overflow Inexact Rounded 544 powx313 power -10.1 999999 -> -Infinity Overflow Inexact Rounde [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/decimaltestdata/ |
power.decTest | 303 powx421 power 2.5E-501 -2 -> Infinity Overflow Inexact Rounded 515 -- overflow and underflow tests 524 powx283 power 10.0001 999999 -> Infinity Overflow Inexact Rounded 525 powx285 power 11 999999 -> Infinity Overflow Inexact Rounded 526 powx286 power 12 999999 -> Infinity Overflow Inexact Rounded 527 powx287 power 999 999999 -> Infinity Overflow Inexact Rounded 528 powx288 power 999999999 999999 -> Infinity Overflow Inexact Rounded 529 powx289 power 9.9E999999999 999999 -> Infinity Overflow Inexact Rounded 543 powx312 power -10.0001 999999 -> -Infinity Overflow Inexact Rounded 544 powx313 power -10.1 999999 -> -Infinity Overflow Inexact Rounde [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
power.decTest | 303 powx421 power 2.5E-501 -2 -> Infinity Overflow Inexact Rounded 515 -- overflow and underflow tests 524 powx283 power 10.0001 999999 -> Infinity Overflow Inexact Rounded 525 powx285 power 11 999999 -> Infinity Overflow Inexact Rounded 526 powx286 power 12 999999 -> Infinity Overflow Inexact Rounded 527 powx287 power 999 999999 -> Infinity Overflow Inexact Rounded 528 powx288 power 999999999 999999 -> Infinity Overflow Inexact Rounded 529 powx289 power 9.9E999999999 999999 -> Infinity Overflow Inexact Rounded 543 powx312 power -10.0001 999999 -> -Infinity Overflow Inexact Rounded 544 powx313 power -10.1 999999 -> -Infinity Overflow Inexact Rounde [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
power.decTest | 303 powx421 power 2.5E-501 -2 -> Infinity Overflow Inexact Rounded 515 -- overflow and underflow tests 524 powx283 power 10.0001 999999 -> Infinity Overflow Inexact Rounded 525 powx285 power 11 999999 -> Infinity Overflow Inexact Rounded 526 powx286 power 12 999999 -> Infinity Overflow Inexact Rounded 527 powx287 power 999 999999 -> Infinity Overflow Inexact Rounded 528 powx288 power 999999999 999999 -> Infinity Overflow Inexact Rounded 529 powx289 power 9.9E999999999 999999 -> Infinity Overflow Inexact Rounded 543 powx312 power -10.0001 999999 -> -Infinity Overflow Inexact Rounded 544 powx313 power -10.1 999999 -> -Infinity Overflow Inexact Rounde [all...] |
/external/speex/libspeex/ |
bits.c | 81 bits->overflow=0; 99 bits->overflow=0; 106 bits->overflow=0; 144 bits->overflow=0; 287 bits->overflow=1; 288 if (bits->overflow) 312 bits->overflow=1; 313 if (bits->overflow) 337 bits->overflow=1; 338 if (bits->overflow) [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
hashmap.go | 24 // return the keys in walk order (bucket #, then overflow 33 // Picking loadFactor: too large and we have lots of overflow 37 // loadFactor %overflow bytes/entry hitprobe missprobe 48 // %overflow = percentage of buckets which have an overflow bucket 84 // Each bucket (including its overflow buckets, if any) will have either all or none of its 116 // However, bmap.overflow is a pointer. In order to keep overflow buckets 117 // alive, we store pointers to all overflow buckets in hmap.overflow [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
hashmap.go | 24 // return the keys in walk order (bucket #, then overflow 33 // Picking loadFactor: too large and we have lots of overflow 37 // loadFactor %overflow bytes/entry hitprobe missprobe 48 // %overflow = percentage of buckets which have an overflow bucket 84 // Each bucket (including its overflow buckets, if any) will have either all or none of its 116 // However, bmap.overflow is a pointer. In order to keep overflow buckets 117 // alive, we store pointers to all overflow buckets in hmap.overflow [all...] |
/system/core/liblog/ |
log_event_list.c | 39 bool overflow; member in struct:__anon74326 60 context->overflow = true; 111 context->overflow = true; 116 context->overflow = true; 122 context->overflow = true; 125 if (context->overflow) { 153 if (context->overflow) { 158 context->overflow = true; 189 if (context->overflow) { 194 context->overflow = true [all...] |
/external/llvm/test/CodeGen/AMDGPU/ |
uaddo.ll | 5 declare { i32, i1 } @llvm.uadd.with.overflow.i32(i32, i32) nounwind readnone 6 declare { i64, i1 } @llvm.uadd.with.overflow.i64(i64, i64) nounwind readnone 16 %uadd = call { i64, i1 } @llvm.uadd.with.overflow.i64(i64 %a, i64 %b) nounwind 31 %uadd = call { i32, i1 } @llvm.uadd.with.overflow.i32(i32 %a, i32 %b) nounwind 47 %uadd = call { i32, i1 } @llvm.uadd.with.overflow.i32(i32 %a, i32 %b) nounwind 62 %uadd = call { i64, i1 } @llvm.uadd.with.overflow.i64(i64 %a, i64 %b) nounwind 79 %uadd = call { i64, i1 } @llvm.uadd.with.overflow.i64(i64 %a, i64 %b) nounwind
|
usubo.ll | 5 declare { i32, i1 } @llvm.usub.with.overflow.i32(i32, i32) nounwind readnone 6 declare { i64, i1 } @llvm.usub.with.overflow.i64(i64, i64) nounwind readnone 13 %usub = call { i64, i1 } @llvm.usub.with.overflow.i64(i64 %a, i64 %b) nounwind 28 %usub = call { i32, i1 } @llvm.usub.with.overflow.i32(i32 %a, i32 %b) nounwind 44 %usub = call { i32, i1 } @llvm.usub.with.overflow.i32(i32 %a, i32 %b) nounwind 61 %usub = call { i64, i1 } @llvm.usub.with.overflow.i64(i64 %a, i64 %b) nounwind 80 %usub = call { i64, i1 } @llvm.usub.with.overflow.i64(i64 %a, i64 %b) nounwind
|
/external/skia/src/core/ |
SkFloatBits.cpp | 50 if (exp > 7) { // overflow 76 if (exp > 7) { // overflow 81 // apply the sign after we check for overflow 115 if (exp > 7) { // overflow 120 // apply the sign after we check for overflow 145 if (exp > 7) { // overflow 150 // apply the sign after we check for overflow
|
/external/vulkan-validation-layers/libs/glm/detail/ |
type_half.inl | 36 GLM_FUNC_QUALIFIER float overflow() 41 f *= f; // this will overflow before 189 // Rounding may cause the significand to overflow and make 248 m = 0; // overflow in significand, 254 // Handle exponent overflow 259 overflow(); // Cause a hardware floating point overflow;
|
/frameworks/base/docs/html/training/appbar/ |
actions.jd | 48 <em>overflow</em> menu. The app can also specify that an action should always 49 be shown in the overflow menu, instead of being displayed on the app bar. 59 overflow menu. 65 All action buttons and other items available in the action overflow are 89 <!-- Settings, should always be in the overflow --> 102 actions are sent to the overflow menu. If you set 104 overflow menu, not displayed in the app bar.
|
/libcore/luni/src/test/java/libcore/java/lang/ |
StrictMathTest.java | 49 fail(); // This is not an overflow 61 fail(); // This is not an overflow 72 fail(); // This is not an overflow 102 fail(); // This is not an overflow 113 fail(); // This is not an overflow 124 fail(); // This is not an overflow 135 fail(); // This is not an overflow
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
flag-types.h | 162 /* Names for the different levels of -Wstrict-overflow=N. The numeric 167 /* Overflow warning that should be issued with -Wall: a questionable 171 /* Overflow warning about folding a comparison to a constant because 172 of undefined signed overflow, other than cases covered by 176 /* Overflow warning about changes to comparisons other than folding 179 /* Overflow warnings not covered by the above cases. Example: 182 /* Overflow warnings about reducing magnitude of constants in
|
/system/core/libsysutils/src/ |
FrameworkListener.cpp | 114 goto overflow; 124 goto overflow; 128 goto overflow; 149 goto overflow; 164 goto overflow; 176 goto overflow; 212 overflow:
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
fwd_txfm_impl_sse2.h | 89 int test, overflow; local 178 overflow = check_epi16_overflow_x2(&x0, &x1); 179 if (overflow) { 200 overflow = check_epi16_overflow_x2(&t0, &t1); 201 if (overflow) { 239 overflow = check_epi16_overflow_x2(&x0, &x1); 240 if (overflow) { 283 int overflow; local 322 overflow = check_epi16_overflow_x8(&q0, &q1, &q2, &q3, 324 if (overflow) { 618 int overflow; local [all...] |
/system/core/libutils/ |
LinearTransform.cpp | 24 // disable sanitize as these functions may intentionally overflow (see comments below). 40 // remote sanitize failure on overflow case. 78 // an overflow. 112 // remote possiblility over overflow in such a case). 160 return false; // overflow/undeflow 162 // if scaled is >= 0x8000<etc>, then we are going to overflow or 164 // non-overflow/underflow region. 170 return false; // certain overflow 181 // sign bit, then we have under/overflow. An easy way to compute this
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_scalbn.c | 51 if (k > 0x7fe) return huge*copysign(huge,x); /* overflow */ 55 if (n > 50000) /* in case integer overflow in n+k */ 56 return huge*copysign(huge,x); /*overflow*/
|
s_scalbnf.c | 46 if (k > 0xfe) return huge*copysignf(huge,x); /* overflow */ 50 if (n > 50000) /* in case integer overflow in n+k */ 51 return huge*copysignf(huge,x); /*overflow*/
|
s_scalbnl.c | 59 if (k >= 0x7fff) return huge*copysignl(huge,x); /* overflow */ 63 if (n > 50000) /* in case integer overflow in n+k */ 64 return huge*copysign(huge,x); /*overflow*/
|
/device/google/contexthub/lib/libm/ |
sf_scalbn.c | 60 if (k > FLT_LARGEST_EXP) return huge*copysignf(huge,x); /* overflow */ 64 if (n > OVERFLOW_INT) /* in case integer overflow in n+k */ 65 return huge*copysignf(huge,x); /*overflow*/
|