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

  /external/freetype/src/psaux/
psconv.c 296 goto Underflow;
325 goto Underflow;
353 Underflow:
354 FT_TRACE4(( "!!!UNDERFLOW:!!!" ));
  /external/freetype/src/cff/
cffparse.c 271 goto Underflow;
345 goto Underflow;
391 Underflow:
393 FT_TRACE4(( "!!!UNDERFLOW:!!!" ));
  /external/chromium_org/media/filters/
audio_renderer_impl_unittest.cc 435 TEST_F(AudioRendererImplTest, Underflow) {
444 // Verify the next FillBuffer() call triggers the underflow callback
479 // Verify the next FillBuffer() call triggers the underflow callback
489 // Verify we're getting muted audio during underflow.
517 // Verify the next FillBuffer() call triggers the underflow callback
  /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...]
  /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...]

Completed in 161 milliseconds