HomeSort by relevance Sort by last modified time
    Searched full:rounding (Results 351 - 375 of 2466) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
dqSubtract.decTest 29 rounding: half_even
113 -- with input rounding.
353 rounding: half_up
375 rounding: half_even
401 rounding: down
424 rounding: half_up
446 rounding: half_even
472 rounding: down
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
ddSubtract.decTest 29 rounding: half_even
113 -- with input rounding.
353 rounding: half_up
375 rounding: half_even
401 rounding: down
424 rounding: half_up
446 rounding: half_even
472 rounding: down
496 -- input rounding would have affected the following
497 rounding: half_u
    [all...]
dqSubtract.decTest 29 rounding: half_even
113 -- with input rounding.
353 rounding: half_up
375 rounding: half_even
401 rounding: down
424 rounding: half_up
446 rounding: half_even
472 rounding: down
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gethex.c 157 switch(fpi->rounding) {
176 switch(fpi->rounding) {
277 switch (fpi->rounding) {
320 switch(fpi->rounding) {
hdtoa.c 66 * current rounding mode. Note that this could produce a string whose
117 * boundaries (before rounding).
174 * rounding phase.
271 * rounding phase.
  /bionic/libm/include/i387/machine/
fenv.h 61 /* Rounding modes */
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrtf.c 71 /* rounding to 24 bits is perfect in round-to-nearest mode */
s_nearbyint.c 38 * rounding can't overflow as long as emax >= p.
  /bionic/tests/
math_test.cpp 761 fesetround(FE_UPWARD); // lrint/lrintf/lrintl obey the rounding mode.
765 fesetround(FE_TOWARDZERO); // lrint/lrintf/lrintl obey the rounding mode.
770 fesetround(FE_UPWARD); // llrint/llrintf/llrintl obey the rounding mode.
774 fesetround(FE_TOWARDZERO); // llrint/llrintf/llrintl obey the rounding mode.
785 fesetround(FE_UPWARD); // rint/rintf/rintl obey the rounding mode.
804 fesetround(FE_TOWARDZERO); // rint/rintf obey the rounding mode.
814 fesetround(FE_UPWARD); // nearbyint/nearbyintf/nearbyintl obey the rounding mode.
833 fesetround(FE_TOWARDZERO); // nearbyint/nearbyintf/nearbyintl obey the rounding mode.
843 fesetround(FE_UPWARD); // lround ignores the rounding mode.
853 fesetround(FE_UPWARD); // llround ignores the rounding mode
    [all...]
  /development/ndk/platforms/android-21/arch-x86/include/machine/
fenv.h 61 /* Rounding modes */
  /external/caliper/caliper/src/main/java/com/google/caliper/util/
ShortDuration.java 59 // convert to picoseconds first, to minimize rounding
140 * implementation of this method may simply ignore the rounding mode.
149 * implementation of this method may simply ignore the rounding mode.
158 * implementation of this method may simply ignore the rounding mode.
  /external/clang/test/CodeGen/
blocks.c 57 // The alignment after rounding up to the align of F5 is actually
  /external/clang/test/SemaCXX/
warn-literal-conversion.cpp 36 // Expressions, such as those that indicate rounding-down, should NOT produce warnings.
  /external/compiler-rt/lib/builtins/
fixunsxfdi.c 19 /* Returns: convert a to a unsigned long long, rounding toward zero.
fixunsxfsi.c 19 /* Returns: convert a to a unsigned int, rounding toward zero.
fixunsxfti.c 19 /* Returns: convert a to a unsigned long long, rounding toward zero.
fixxfdi.c 19 /* Returns: convert a to a signed long long, rounding toward zero. */
fixxfti.c 19 /* Returns: convert a to a signed long long, rounding toward zero. */
floatditf.c 40 // Shift a into the significand field, rounding if it is a right-shift
floatdixf.c 19 /* Returns: convert a to a long double, rounding toward even. */
floatsisf.c 43 // Shift a into the significand field, rounding if it is a right-shift
floatundixf.c 19 /* Returns: convert a to a long double, rounding toward even. */
floatunsisf.c 35 // Shift a into the significand field, rounding if it is a right-shift
  /external/guava/guava/src/com/google/common/math/
MathPreconditions.java 81 throw new ArithmeticException("mode was UNNECESSARY, but rounding was necessary");
  /external/guava/guava-tests/benchmark/com/google/common/math/
BigIntegerMathRoundingBenchmark.java 33 * Benchmarks for the rounding methods of {@code BigIntegerMath}.

Completed in 785 milliseconds

<<11121314151617181920>>