HomeSort by relevance Sort by last modified time
    Searched full:roundoff (Results 1 - 25 of 64) sorted by null

1 2 3

  /cts/tests/tests/text/src/android/text/cts/
BoringLayoutTest.java 106 float roundOff = 2.0f;
108 assertEquals(metricsBottomToTop + roundOff, (float) boringLayout.getHeight());
113 roundOff = -2.0f;
115 assertEquals(metricsBottomToTop + roundOff, (float) boringLayout.getHeight());
120 roundOff = 1.0f;
122 assertEquals(metricsBottomToTop + roundOff, (float) boringLayout.getHeight());
127 roundOff = -1.0f;
129 assertEquals(metricsBottomToTop + roundOff, (float) boringLayout.getHeight());
134 roundOff = 3.0f;
136 assertEquals(metricsBottomToTop + roundOff, (float) boringLayout.getHeight())
    [all...]
  /bionic/libm/man/
acosh.3 59 For a discussion of error due to roundoff, see
asinh.3 59 For a discussion of error due to roundoff, see
atan.3 57 For a discussion of error due to roundoff, see
atanh.3 59 For a discussion of error due to roundoff, see
cos.3 60 For a discussion of error due to roundoff, see
tan.3 60 For a discussion of error due to roundoff, see
tanh.3 57 For a discussion of error due to roundoff, see
acos.3 59 For a discussion of error due to roundoff, see
asin.3 59 For a discussion of error due to roundoff, see
hypot.3 80 .Sh ERROR (due to Roundoff, etc.)
exp.3 143 .Sh ERROR (due to Roundoff etc.)
  /external/srec/audio/AudioIn/UNIX/include/
filter.h 45 typeAccum round; // used for roundoff
  /bionic/libm/src/
s_exp2f.c 82 * Using double precision in the final calculation avoids roundoff error.
  /external/jpeg/
jfdctflt.c 13 * machines because of differences in roundoff behavior. Speed will depend
change.log 157 Changed color conversion roundoff behavior so that grayscale values are
cjpeg.1 92 as roundoff error). This setting is mainly of interest for experimental
jidctflt.c 14 * machines because of differences in roundoff behavior. Speed will depend
  /external/qemu/distrib/jpeg-6b/
jfdctflt.c 13 * machines because of differences in roundoff behavior. Speed will depend
change.log 157 Changed color conversion roundoff behavior so that grayscale values are
cjpeg.1 92 as roundoff error). This setting is mainly of interest for experimental
jidctflt.c 14 * machines because of differences in roundoff behavior. Speed will depend
  /external/srec/srec/include/
all_defs.h 103 #define ROUNDOFF(X) ((int)((X) >= 0 ? ((X) + 0.5) : ((X) - 0.5)))
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnClassifier.cpp 64 // from these values quickly become huge, leading to roundoff errors
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
legendre_function.tcc 101 // This arrangement is supposed to be better for roundoff

Completed in 965 milliseconds

1 2 3