HomeSort by relevance Sort by last modified time
    Searched refs:Underflow (Results 1 - 23 of 23) sorted by null

  /prebuilts/go/darwin-x86/src/math/
exp.go 13 // Very small values underflow to 1.
84 // if x < -7.45133219101941108420e+02 then exp(x) underflow
99 Underflow = -7.45133219101941108420e+02
111 case x < Underflow:
143 Underflow = -1.0740e+03
154 case x < Underflow:
  /prebuilts/go/linux-x86/src/math/
exp.go 13 // Very small values underflow to 1.
84 // if x < -7.45133219101941108420e+02 then exp(x) underflow
99 Underflow = -7.45133219101941108420e+02
111 case x < Underflow:
143 Underflow = -1.0740e+03
154 case x < Underflow:
  /external/freetype/src/psaux/
psconv.c 297 goto Underflow;
326 goto Underflow;
354 Underflow:
355 FT_TRACE4(( "!!!UNDERFLOW:!!!" ));
  /external/pdfium/third_party/freetype/src/psaux/
psconv.c 297 goto Underflow;
326 goto Underflow;
354 Underflow:
355 FT_TRACE4(( "!!!UNDERFLOW:!!!" ));
  /external/pdfium/third_party/base/numerics/
safe_conversions.h 24 // or underflow. NaN source will always trigger a CHECK.
28 // would otherwise overflow or underflow. An NaN source returns 0 by
73 // overflow or underflow. NaN source will always trigger a CHECK.
99 static constexpr T Underflow() {
114 : S<Dst>::Underflow())
123 // overflow or underflow, and NaN assignment to an integral will return 0.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fpieee.h 131 unsigned int Underflow : 1;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
addressing.s 31 bnuf Type_BI ; No underflow branch (01110)
32 buf Type_BI ; Underflow branch (01111)
35 bnluf Type_BI ; No latched FP underflow branch (10010)
36 bluf Type_BI ; Latched FP underflow branch (10011)
37 bzuf Type_BI ; Zero or FP underflow branch (10100)
63 ldinuf R0,R0 ; No underflow load (01110)
64 ldiuf R0,R0 ; Underflow load (01111)
67 ldinluf R0,R0 ; No latched FP underflow load (10010)
68 ldiluf R0,R0 ; Latched FP underflow load (10011)
69 ldizuf R0,R0 ; Zero or FP underflow load (10100
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffparse.c 267 goto Underflow;
341 goto Underflow;
387 Underflow:
389 FT_TRACE4(( "!!!UNDERFLOW:!!!" ));
  /external/freetype/src/cff/
cffparse.c 303 goto Underflow;
377 goto Underflow;
423 Underflow:
425 FT_TRACE4(( "!!!UNDERFLOW:!!!" ));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
decimal.py 127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow',
166 Underflow (Inexact, Rounded, Subnormal) that indicates that it is only
278 were non-zero), or if an overflow or underflow condition occurs. The
304 coefficient), or if an overflow or underflow condition occurs. The
360 class Underflow(Inexact, Rounded, Subnormal):
361 """Numerical underflow with result rounded to 0.
363 This occurs and signals underflow if a result is inexact and the
368 The result after an underflow will be a subnormal number rounded, if
377 Underflow, InvalidOperation, Subnormal]
    [all...]
  /external/python/cpython2/Lib/
decimal.py 127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow',
165 Underflow (Inexact, Rounded, Subnormal) that indicates that it is only
277 were non-zero), or if an overflow or underflow condition occurs. The
303 coefficient), or if an overflow or underflow condition occurs. The
359 class Underflow(Inexact, Rounded, Subnormal):
360 """Numerical underflow with result rounded to 0.
362 This occurs and signals underflow if a result is inexact and the
367 The result after an underflow will be a subnormal number rounded, if
376 Underflow, InvalidOperation, Subnormal]
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py 127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow',
166 Underflow (Inexact, Rounded, Subnormal) that indicates that it is only
278 were non-zero), or if an overflow or underflow condition occurs. The
304 coefficient), or if an overflow or underflow condition occurs. The
360 class Underflow(Inexact, Rounded, Subnormal):
361 """Numerical underflow with result rounded to 0.
363 This occurs and signals underflow if a result is inexact and the
368 The result after an underflow will be a subnormal number rounded, if
377 Underflow, InvalidOperation, Subnormal]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
decimal.py 127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow',
166 Underflow (Inexact, Rounded, Subnormal) that indicates that it is only
278 were non-zero), or if an overflow or underflow condition occurs. The
304 coefficient), or if an overflow or underflow condition occurs. The
360 class Underflow(Inexact, Rounded, Subnormal):
361 """Numerical underflow with result rounded to 0.
363 This occurs and signals underflow if a result is inexact and the
368 The result after an underflow will be a subnormal number rounded, if
377 Underflow, InvalidOperation, Subnormal]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow',
166 Underflow (Inexact, Rounded, Subnormal) that indicates that it is only
278 were non-zero), or if an overflow or underflow condition occurs. The
304 coefficient), or if an overflow or underflow condition occurs. The
360 class Underflow(Inexact, Rounded, Subnormal):
361 """Numerical underflow with result rounded to 0.
363 This occurs and signals underflow if a result is inexact and the
368 The result after an underflow will be a subnormal number rounded, if
377 Underflow, InvalidOperation, Subnormal]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow',
166 Underflow (Inexact, Rounded, Subnormal) that indicates that it is only
278 were non-zero), or if an overflow or underflow condition occurs. The
304 coefficient), or if an overflow or underflow condition occurs. The
360 class Underflow(Inexact, Rounded, Subnormal):
361 """Numerical underflow with result rounded to 0.
363 This occurs and signals underflow if a result is inexact and the
368 The result after an underflow will be a subnormal number rounded, if
377 Underflow, InvalidOperation, Subnormal]
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decimal.py 49 Underflow, Overflow, DivisionByZero, InvalidOperation)
132 'underflow' : Underflow}
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_decimal.py 49 Underflow, Overflow, DivisionByZero, InvalidOperation)
132 'underflow' : Underflow}
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_decimal.py 49 Underflow, Overflow, DivisionByZero, InvalidOperation)
132 'underflow' : 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/python/cpython2/Lib/test/
test_decimal.py 50 Underflow, Overflow, DivisionByZero, InvalidOperation)
133 'underflow' : Underflow}
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/gob/
decode.go 203 ovfl error // error message for overflow/underflow (for arrays, of the elements)
335 // +Inf is OK in both 32- and 64-bit floats. Underflow is always OK.
    [all...]
  /prebuilts/go/linux-x86/src/encoding/gob/
decode.go 203 ovfl error // error message for overflow/underflow (for arrays, of the elements)
335 // +Inf is OK in both 32- and 64-bit floats. Underflow is always OK.
    [all...]

Completed in 1049 milliseconds