/external/chromium_org/third_party/ots/src/ |
gasp.cc | 55 if ((i == num_ranges - 1u) && // never underflow.
|
/external/fdlibm/ |
k_standard.c | 38 * 7 -- exp underflow 53 * 22-- ieee_pow(x,y) underflow 64 * 33-- scalb underflow 185 /* ieee_exp(finite) underflow */ 186 exc.type = UNDERFLOW; 428 /* ieee_pow(x,y) underflow */ 429 exc.type = UNDERFLOW; 588 /* scalb underflow */ 589 exc.type = UNDERFLOW;
|
/external/freetype/src/psaux/ |
psconv.c | 296 goto Underflow; 325 goto Underflow; 353 Underflow: 354 FT_TRACE4(( "!!!UNDERFLOW:!!!" ));
|
/external/skia/tests/ |
SrcOverTest.cpp | 54 // Now ensure that we never over/underflow a byte
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/ |
fenv.h | 77 /* feraiseexcept does not set the inexact flag on overflow/underflow */
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/ |
fenv.h | 77 /* feraiseexcept does not set the inexact flag on overflow/underflow */
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
fenv.h | 77 /* feraiseexcept does not set the inexact flag on overflow/underflow */
|
/bionic/libc/kernel/common/linux/netfilter_arp/ |
arp_tables.h | 102 unsigned int underflow[NF_ARP_NUMHOOKS]; member in struct:arpt_getinfo 116 unsigned int underflow[NF_ARP_NUMHOOKS]; member in struct:arpt_replace
|
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
ip_tables.h | 117 unsigned int underflow[NF_IP_NUMHOOKS]; member in struct:ipt_getinfo 131 unsigned int underflow[NF_IP_NUMHOOKS]; member in struct:ipt_replace
|
/bionic/libc/kernel/common/linux/netfilter_ipv6/ |
ip6_tables.h | 120 unsigned int underflow[NF_IP6_NUMHOOKS]; member in struct:ip6t_getinfo 134 unsigned int underflow[NF_IP6_NUMHOOKS]; member in struct:ip6t_replace
|
/external/chromium_org/third_party/freetype/src/cff/ |
cf2stack.c | 133 return 0; /* underflow */ 155 return cf2_intToFixed( 0 ); /* underflow */
|
/external/freetype/src/cff/ |
cf2stack.c | 133 return 0; /* underflow */ 155 return cf2_intToFixed( 0 ); /* underflow */
|
/external/oprofile/events/i386/p4-ht/ |
unit_masks | 46 0x01 handle FP stack underflow 49 0x08 handle x87 output underflow
|
/external/stlport/src/ |
num_get_float.cpp | 392 if (bexp <= -1022) { /* HI denorm or underflow */ 394 if (bexp < -53) { /* guaranteed underflow */ 397 else { /* denorm or possible underflow */ 587 /* HI denorm or underflow */ 589 if (bexp < -limits::digits) { /* guaranteed underflow */ 591 } else { /* denorm or possible underflow */ 732 * so retval of +-Inf signals OVERFLOW, 0.0 UNDERFLOW */ 835 so retval of +-Inf signals OVERFLOW, 0.0 UNDERFLOW
|
/libcore/luni/src/main/native/ |
libcore_icu_AlphabeticIndex.cpp | 118 // Return "" for the underflow/inflow/overflow buckets. 168 // Return "" for the underflow/inflow/overflow buckets.
|
/ndk/sources/cxx-stl/stlport/src/ |
num_get_float.cpp | 392 if (bexp <= -1022) { /* HI denorm or underflow */ 394 if (bexp < -53) { /* guaranteed underflow */ 397 else { /* denorm or possible underflow */ 587 /* HI denorm or underflow */ 589 if (bexp < -limits::digits) { /* guaranteed underflow */ 591 } else { /* denorm or possible underflow */ 732 * so retval of +-Inf signals OVERFLOW, 0.0 UNDERFLOW */ 835 so retval of +-Inf signals OVERFLOW, 0.0 UNDERFLOW
|
/packages/apps/Email/src/com/beetstra/jutf7/ |
UTF7StyleCharsetDecoder.java | 100 return CoderResult.UNDERFLOW;
151 return CoderResult.UNDERFLOW;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
max.decTest | 243 -- overflow and underflow tests ... 369 -- subnormals and underflow 379 maxx515 max 0.999E-999 0 -> 1.00E-999 Inexact Rounded Subnormal Underflow 380 maxx516 max 0.099E-999 0 -> 1.0E-1000 Inexact Rounded Subnormal Underflow 381 maxx517 max 0.009E-999 0 -> 1E-1001 Inexact Rounded Subnormal Underflow 382 maxx518 max 0.001E-999 0 -> 0E-1001 Inexact Rounded Subnormal Underflow Clamped 383 maxx519 max 0.0009E-999 0 -> 0E-1001 Inexact Rounded Subnormal Underflow Clamped 384 maxx520 max 0.0001E-999 0 -> 0E-1001 Inexact Rounded Subnormal Underflow Clamped
|
min.decTest | 232 -- overflow and underflow tests .. subnormal results [inputs] now allowed 359 -- subnormals and underflow 381 mnmx535 min -0.999E-999 0 -> -1.00E-999 Inexact Rounded Subnormal Underflow 382 mnmx536 min -0.099E-999 0 -> -1.0E-1000 Inexact Rounded Subnormal Underflow 383 mnmx537 min -0.009E-999 0 -> -1E-1001 Inexact Rounded Subnormal Underflow 384 mnmx538 min -0.001E-999 0 -> -0E-1001 Inexact Rounded Subnormal Underflow Clamped 385 mnmx539 min -0.0009E-999 0 -> -0E-1001 Inexact Rounded Subnormal Underflow Clamped 386 mnmx540 min -0.0001E-999 0 -> -0E-1001 Inexact Rounded Subnormal Underflow Clamped
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
max.decTest | 243 -- overflow and underflow tests ... 369 -- subnormals and underflow 379 maxx515 max 0.999E-999 0 -> 1.00E-999 Inexact Rounded Subnormal Underflow 380 maxx516 max 0.099E-999 0 -> 1.0E-1000 Inexact Rounded Subnormal Underflow 381 maxx517 max 0.009E-999 0 -> 1E-1001 Inexact Rounded Subnormal Underflow 382 maxx518 max 0.001E-999 0 -> 0E-1001 Inexact Rounded Subnormal Underflow Clamped 383 maxx519 max 0.0009E-999 0 -> 0E-1001 Inexact Rounded Subnormal Underflow Clamped 384 maxx520 max 0.0001E-999 0 -> 0E-1001 Inexact Rounded Subnormal Underflow Clamped
|
min.decTest | 232 -- overflow and underflow tests .. subnormal results [inputs] now allowed 359 -- subnormals and underflow 381 mnmx535 min -0.999E-999 0 -> -1.00E-999 Inexact Rounded Subnormal Underflow 382 mnmx536 min -0.099E-999 0 -> -1.0E-1000 Inexact Rounded Subnormal Underflow 383 mnmx537 min -0.009E-999 0 -> -1E-1001 Inexact Rounded Subnormal Underflow 384 mnmx538 min -0.001E-999 0 -> -0E-1001 Inexact Rounded Subnormal Underflow Clamped 385 mnmx539 min -0.0009E-999 0 -> -0E-1001 Inexact Rounded Subnormal Underflow Clamped 386 mnmx540 min -0.0001E-999 0 -> -0E-1001 Inexact Rounded Subnormal Underflow Clamped
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
streambuf | 96 virtual int_type underflow(); 197 virtual int_type underflow(); 312 return underflow(); 512 basic_streambuf<_CharT, _Traits>::underflow() 521 if (underflow() == traits_type::eof())
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
streambuf | 332 * otherwise calls and returns @c underflow(). Does not move the 342 __ret = this->underflow(); 634 * @c underflow() will not return @c traits::eof() until at 636 * showmanyc() returns -1, then calls to @c underflow() or @c 641 * calls [to underflow or uflow] will not return @c eof() but 685 underflow() 692 * Informally, this function does the same thing as @c underflow(), 694 * the new character, like @c underflow() does. However, this 701 const bool __testeof = traits_type::eq_int_type(this->underflow(), 717 * are the same as for @c underflow() [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
streambuf | 332 * otherwise calls and returns @c underflow(). Does not move the 342 __ret = this->underflow(); 634 * @c underflow() will not return @c traits::eof() until at 636 * showmanyc() returns -1, then calls to @c underflow() or @c 641 * calls [to underflow or uflow] will not return @c eof() but 685 underflow() 692 * Informally, this function does the same thing as @c underflow(), 694 * the new character, like @c underflow() does. However, this 701 const bool __testeof = traits_type::eq_int_type(this->underflow(), 717 * are the same as for @c underflow() [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
streambuf | 334 * otherwise calls and returns @c underflow(). Does not move the 344 __ret = this->underflow(); 636 * @c underflow() will not return @c traits::eof() until at 638 * showmanyc() returns -1, then calls to @c underflow() or @c 643 * calls [to underflow or uflow] will not return @c eof() but 687 underflow() 694 * Informally, this function does the same thing as @c underflow(), 696 * the new character, like @c underflow() does. However, this 703 const bool __testeof = traits_type::eq_int_type(this->underflow(), 719 * are the same as for @c underflow() [all...] |