/external/stlport/stlport/stl/ |
_fstream.c | 75 basic_filebuf<_CharT, _Traits>::underflow() { function in class:_Traits 625 // class always needs a buffer because of the semantics of underflow().
|
/frameworks/base/core/jni/android/graphics/ |
Canvas.cpp | 184 doThrowISE(env, "Underflow in restore"); 199 doThrowIAE(env, "Underflow in restoreToCount"); [all...] |
/libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/ |
CharsetTest.java | 802 return CoderResult.UNDERFLOW; 815 return CoderResult.UNDERFLOW; [all...] |
/libcore/luni/src/main/java/javax/xml/datatype/ |
Duration.java | 518 * will cause overflow/underflow to the given {@link Calendar}. 521 * the overflow/underflow issues. [all...] |
/ndk/build/gmsl/ |
gmsl-tests | 347 $(call test_assert,$(call int_subtract,$(call int_encode,3),$(call int_encode,4)),Subtraction underflow) 523 $(call test_assert,$(call int_dec,$(call int_encode,0)),Decrement underflow)
|
__gmsl | 556 # or outputs an error on a numeric underflow 560 $(call __gmsl_warning,Subtraction underflow))) 567 # or outputs an error on a numeric underflow 673 # decrement does not range check and hence will not underflow, but 697 $(call __gmsl_warning,Decrement underflow))) [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_fstream.c | 75 basic_filebuf<_CharT, _Traits>::underflow() { function in class:_Traits 625 // class always needs a buffer because of the semantics of underflow().
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_fstream.c | 75 basic_filebuf<_CharT, _Traits>::underflow() { function in class:_Traits 625 // class always needs a buffer because of the semantics of underflow().
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_fstream.c | 75 basic_filebuf<_CharT, _Traits>::underflow() { function in class:_Traits 625 // class always needs a buffer because of the semantics of underflow().
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_fstream.c | 75 basic_filebuf<_CharT, _Traits>::underflow() { function in class:_Traits 625 // class always needs a buffer because of the semantics of underflow().
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_fstream.c | 75 basic_filebuf<_CharT, _Traits>::underflow() { function in class:_Traits 625 // class always needs a buffer because of the semantics of underflow().
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_fstream.c | 75 basic_filebuf<_CharT, _Traits>::underflow() { function in class:_Traits 625 // class always needs a buffer because of the semantics of underflow().
|
/external/chromium/base/third_party/dmg_fp/ |
dtoa.cc | 150 * avoids underflows on inputs whose result does not underflow. 153 * than implementing gradual underflow, then you must also #define 167 * also does extra computations to set the underflow and overflow 1460 /* The factor of 2^53 in tinytens[4] helps us avoid setting the underflow */ [all...] |
/external/chromium_org/base/third_party/dmg_fp/ |
dtoa.cc | 150 * avoids underflows on inputs whose result does not underflow. 153 * than implementing gradual underflow, then you must also #define 167 * also does extra computations to set the underflow and overflow 1466 /* The factor of 2^53 in tinytens[4] helps us avoid setting the underflow */ [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_decimal.py | 49 Underflow, Overflow, DivisionByZero, InvalidOperation) 132 'underflow' : Underflow} [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_decimal.py | 49 Underflow, Overflow, DivisionByZero, InvalidOperation) 132 'underflow' : Underflow} [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkGeometry.cpp | 123 if (r == 0) // catch underflow if numer <<<< denom 347 // we couldn't compute a unit_divide value (probably underflow). 376 // we couldn't compute a unit_divide value (probably underflow). [all...] |
/external/skia/src/core/ |
SkGeometry.cpp | 123 if (r == 0) // catch underflow if numer <<<< denom 347 // we couldn't compute a unit_divide value (probably underflow). 376 // we couldn't compute a unit_divide value (probably underflow). [all...] |
/external/llvm/lib/Support/ |
APFloat.cpp | [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_media_task.c | [all...] |
/external/e2fsprogs/e2fsck/ |
profile.c | [all...] |
/external/valgrind/main/VEX/switchback/ |
test_emfloat.c | 905 ** (NORMALIZE, ROUND, OVERFLOW, AND UNDERFLOW) ** 959 /* Underflow */ [all...] |
/external/valgrind/main/VEX/useful/ |
hd_fpu.c | 252 fprintf(stderr, "--- FP STACK UNDERFLOW!\n" ); 1031 fp_set_statusword_flag_to(FP_F_C1, 0); /* stack underflow */ [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
compare.decTest | 24 -- overflow or underflow, so actual subtractions are not necessary). 696 -- overflow and underflow tests .. subnormal results now allowed
|
comparetotal.decTest | 24 -- overflow or underflow, so actual subtractions are not necessary). 735 -- overflow and underflow tests .. subnormal results now allowed [all...] |