HomeSort by relevance Sort by last modified time
    Searched full:rounding (Results 251 - 275 of 845) sorted by null

<<11121314151617181920>>

  /frameworks/compile/libbcc/runtime/test/Unit/
fixunsxfti_test.c 19 // Returns: convert a to a unsigned long long, rounding toward zero.
fixxfdi_test.c 19 // Returns: convert a to a signed long long, rounding toward zero.
fixxfti_test.c 19 // Returns: convert a to a signed long long, rounding toward zero.
floatdidf_test.c 18 // Returns: convert a to a double, rounding toward even.
floatdixf_test.c 18 // Returns: convert a to a long double, rounding toward even.
floattisf_test.c 20 // Returns: convert a to a float, rounding toward even.
floatundidf_test.c 18 // Returns: convert a to a double, rounding toward even.
floatundixf_test.c 19 // Returns: convert a to a long double, rounding toward even.
floatuntisf_test.c 20 // Returns: convert a to a float, rounding toward even.
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
PERF.awk 119 # rare rounding issue in AWK when comparing hex and decimal numbers
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
gmon.h 149 * general rounding functions.
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/machine/
ieee.h 46 * floating point. It does *not* define (yet?) any of the rounding
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/machine/
ieee.h 46 * floating point. It does *not* define (yet?) any of the rounding
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/machine/
ieee.h 46 * floating point. It does *not* define (yet?) any of the rounding
  /external/valgrind/main/VEX/priv/
host_ppc_isel.c 107 exceptions masked. The rounding mode is set appropriately before
110 which are unaffected by the rm and so the rounding mode is not set
114 rounding mode. At some point the ppc docs get sufficiently vague
145 (note: for fnm*, rounding happens before final negation)
241 IRRoundingMode-encoded value) to which the FPU's rounding mode
243 avoid redundant settings of the FPU's rounding mode, as
860 /*--- ISEL: FP rounding mode helpers ---*/
863 ///* Set FPU's rounding mode to the default */
870 // /* Default rounding mode = 0x0
871 // Only supporting the rounding-mode bits - the rest of FPSCR is 0x
    [all...]
host_amd64_isel.c 667 /* Set the SSE unit's rounding mode to default (%mxcsr = 0x1F80) */
681 /* Mess with the FPU's rounding mode: set to the default rounding mode
696 /* Mess with the SSE unit's rounding mode: 'mode' is an I32-typed
699 have the same rounding.
705 both rounding bits == 0. If that wasn't the case, we couldn't
706 create a new rounding field simply by ORing the new value into
731 /* Mess with the FPU's rounding mode: 'mode' is an I32-typed
734 the same rounding.
    [all...]
  /external/icu4c/i18n/
decContext.c 130 /* decContextGetRounding -- return current rounding mode */
133 /* returns the rounding mode */
137 U_CAPI enum rounding U_EXPORT2 uprv_decContextGetRounding(decContext *context) {
187 /* decContextSetRounding -- set current rounding mode */
196 enum rounding newround) {
  /external/icu4c/i18n/unicode/
unum.h 177 /** The possible number format rounding modes.
186 * Half-even rounding, misspelled name
193 * Half-even rounding
648 /** Rounding Mode */
650 /** Rounding increment */
    [all...]
utmscale.h 399 * The constant used to select the minimum safe rounding value
411 * The constant used to select the maximum safe rounding value
  /external/v8/src/
conversions.cc 202 number++; // Rounding up.
204 // Rounding to even to consistency with decimals: half-way case rounds
207 number++; // Rounding up.
211 // Rounding up may cause overflow.
365 // The following code causes accumulating rounding error for numbers greater
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
pvamrwb_math_op.cpp 33 mult_int16_r() : Same as mult_int16 with rounding
34 shr_rnd() : Same as shr(var1,var2) but with rounding
67 Same as mult_int16 with rounding, i.e.:
117 Same as shr(var1,var2) but with rounding. Saturate the result in case of|
374 4- L_x = L_x >> (30-exponant) (with rounding)
  /external/qemu/target-arm/
neon_helper.c 530 /* The addition of the rounding constant may overflow, so we use an
559 /* In this case, it means that the rounding constant is 1,
590 /* The addition of the rounding constant may overflow, so we use an
617 /* Rounding a 1-bit result just preserves that bit. */
622 /* In this case, it means that the rounding constant is 1,
817 /* The addition of the rounding constant may overflow, so we use an
864 /* In this case, it means that the rounding constant is 1,
914 /* The addition of the rounding constant may overflow, so we use an
960 /* In this case, it means that the rounding constant is 1,
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 458 /* TODO: clarify semantics wrt rounding, negative values, whatever */
519 /* Binary operations, with rounding. */
531 /* Unary operations, without rounding. */
538 /* Unary operations, with rounding. */
559 IRRoundingMode) which is an indication of the rounding mode
594 Rounding is required whenever the destination type cannot
620 /* Binary ops, with rounding. */
634 /* Unary ops, with rounding. */
647 /* Ternary operations, with rounding. */
794 Vector Saturating Rounding Doubling Multiply Returning High Half *
    [all...]
  /external/icu4c/test/intltest/
tsnmfmt.cpp 175 tryIt(3.88057859588817e-68); // Test rounding when only some digits are shown because exponent is close to -maxfrac
180 tryIt(3.88057859588817e-096); // Test rounding when only some digits are shown because exponent is close to -maxfrac
  /external/libvpx/vp8/encoder/
ssim.c 77 // small errors are possible, due to rounding. Clamp to zero.
139 // small errors are possible, due to rounding. Clamp to zero.

Completed in 868 milliseconds

<<11121314151617181920>>