HomeSort by relevance Sort by last modified time
    Searched full:rounding (Results 51 - 75 of 839) sorted by null

1 23 4 5 6 7 8 91011>>

  /bionic/libm/man/
math.3 117 .Ss Residue and Rounding Functions
150 round according to the current (dynamic) rounding mode.
151 For more information on controlling the dynamic rounding mode, see
202 For most of these functions, however, incorrect rounding occurs
233 inaccurate results in other than the default rounding mode.
  /external/llvm/include/llvm/ADT/
APFloat.h 28 All 5 rounding modes in the IEEE-754R draft are handled correctly
32 conversion-from-integer. New rounding modes (e.g. away from zero)
50 At present, underflow tininess is detected after rounding; it
51 should be straight forward to add support for the before-rounding
56 rounding mode. Syntax is required to have been validated by the
61 output is correctly rounded for the specified rounding mode.
64 according to the specified rounding mode.
91 Optional ability to detect underflow tininess before rounding.
149 /* IEEE-754R gives five rounding modes. */
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM.c 25 * Converts a double precision value into a short int after rounding
51 * Converts a double precision value into a int after rounding
76 * Converts a double precision value into a short int after rounding and saturation
120 * Converts a double precision value into a int after rounding and saturation
164 * Converts a double precision value into a unsigned short int after rounding and saturation
192 * Converts a double precision value into a unsigned int after rounding and saturation
220 * Converts a double precision value into a 64 bit int after rounding
363 * integer value. Takes care of rounding while clipping the final
902 * Description : Integer division with rounding to the nearest integer.
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM.c 25 * Converts a double precision value into a short int after rounding
51 * Converts a double precision value into a int after rounding
76 * Converts a double precision value into a short int after rounding and saturation
120 * Converts a double precision value into a int after rounding and saturation
164 * Converts a double precision value into a unsigned short int after rounding and saturation
192 * Converts a double precision value into a unsigned int after rounding and saturation
220 * Converts a double precision value into a 64 bit int after rounding
363 * integer value. Takes care of rounding while clipping the final
902 * Description : Integer division with rounding to the nearest integer.
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM.c 25 * Converts a double precision value into a short int after rounding
51 * Converts a double precision value into a int after rounding
76 * Converts a double precision value into a short int after rounding and saturation
120 * Converts a double precision value into a int after rounding and saturation
164 * Converts a double precision value into a unsigned short int after rounding and saturation
192 * Converts a double precision value into a unsigned int after rounding and saturation
220 * Converts a double precision value into a 64 bit int after rounding
363 * integer value. Takes care of rounding while clipping the final
902 * Description : Integer division with rounding to the nearest integer.
  /external/icu4c/i18n/
decContext.h 36 /* round -- must be one of the enumerated rounding modes */
74 enum rounding { enum
91 enum rounding round; /* rounding mode */
252 U_INTERNAL enum rounding U_EXPORT2 uprv_decContextGetRounding(decContext *);
256 U_INTERNAL decContext * U_EXPORT2 uprv_decContextSetRounding(decContext *, enum rounding);
  /bionic/libm/include/i387/
fenv.h 60 /* Rounding modes */
82 /* C99 rounding control functions */
  /bionic/libm/src/
s_rint.c 20 * rounding mode.
64 * possibility of errors from double rounding in
s_nearbyint.c 38 * rounding can't overflow as long as emax >= p.
e_sqrt.c 69 * 3. Final rounding
74 * The rounding mode can be detected by checking whether
169 /* use floating add to find out rounding direction */
278 correctly rounded according to the prevailing rounding mode
279 as follows. Let r and i be copies of the rounding mode and
287 R := RZ; ... set rounding mode to round-toward-zero
295 z := z - ulp; ... special rounding
351 ... set rounding mode to Round-to-nearest
367 correctly rounded according to the prevailing rounding mode
368 as follows. Let r and i be copies of the rounding mode an
    [all...]
s_fmal.c 35 * Fused multiply-add: Compute x * y + z with a single rounding error.
75 * will overflow, so we handle these cases specially. Rounding
172 * avoid double rounding.
  /external/valgrind/main/VEX/pub/
libvex_guest_x86.h 94 FPROUND[1:0] is the FPU's notional rounding mode, encoded as per
96 the Intel encoding. Note carefully, the rounding mode is only
98 rounding, but not for general float-to-float operations, which are
102 loads, everything except the rounding mode is ignored, and on
103 stores, you get a vanilla control world (0x037F) with the rounding
115 SSEROUND[1:0] is the SSE unit's notional rounding mode, encoded as
117 rounding mode is the only part of %MXCSR that Vex observes. On
119 rounding mode patched in. Hence the only values you will get are
  /external/llvm/include/llvm/Target/
TargetOptions.h 62 /// FMA-like operations and use of the X86 FP registers without rounding all
87 /// -enable-sign-dependent-rounding-fp-math is specified. If this returns
89 /// rounding behavior is the default (round-to-zero for all floating point to
92 /// assume that the rounding mode may dynamically change.
  /external/llvm/lib/Target/MBlaze/
MBlazeFrameLowering.h 34 /// responsible for rounding up the stack frame (probably at emitPrologue
  /external/v8/test/cctest/
test-diy-fp.cc 45 // Test rounding.
  /bionic/libm/amd64/
fenv.h 57 /* Rounding modes */
67 * has the rounding control bits offset by 3 and the exception mask
138 * rounding mode. Reading the control word on the x87 turns
  /bionic/libm/include/amd64/
fenv.h 57 /* Rounding modes */
67 * has the rounding control bits offset by 3 and the exception mask
138 * rounding mode. Reading the control word on the x87 turns
  /development/ndk/platforms/android-9/arch-x86/include/
fenv.h 67 /* Rounding modes */
77 * has the rounding control bits offset by 3 and the exception mask
170 * rounding mode. Reading the control word on the x87 turns
  /external/fdlibm/
e_sqrt.c 64 * 3. Final rounding
69 * The rounding mode can be detected by checking whether
172 /* use floating add to find out rounding direction */
282 correctly rounded according to the prevailing rounding mode
283 as follows. Let r and i be copies of the rounding mode and
291 R := RZ; ... set rounding mode to round-toward-zero
299 z := z - ulp; ... special rounding
355 ... set rounding mode to Round-to-nearest
371 correctly rounded according to the prevailing rounding mode
372 as follows. Let r and i be copies of the rounding mode an
    [all...]
  /external/icu4c/test/intltest/
numfmtst.h 72 * Test proper rounding by the format method.
130 /* Port of ICU4J rounding test. */
245 // internal rounding checking for TestRounding
  /external/qemu/distrib/sdl-1.2.12/src/video/
e_sqrt.h 68 * 3. Final rounding
73 * The rounding mode can be detected by checking whether
216 /* use floating add to find out rounding direction */
325 correctly rounded according to the prevailing rounding mode
326 as follows. Let r and i be copies of the rounding mode and
334 R := RZ; ... set rounding mode to round-toward-zero
342 z := z - ulp; ... special rounding
398 ... set rounding mode to Round-to-nearest
414 correctly rounded according to the prevailing rounding mode
415 as follows. Let r and i be copies of the rounding mode an
    [all...]
  /external/v8/src/
conversions.h 38 // rounding towards zero.
51 // There is no rounding involved in converting an integer to a
59 // There is no rounding involved in converting an unsigned integer to a
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGForeignObject.cpp 90 // FIXME: Investigate in size rounding issues
96 // FIXME: Investigate in size rounding issues
127 // FIXME: Investigate in location rounding issues - only affects RenderSVGForeignObject & RenderSVGText
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_BlockMatch_Half.c 49 * [in] rndVal rounding control bit for half pixel motion estimation;
50 * 0=rounding control disabled; 1=rounding control enabled
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/include/
mpf2mpfr.h 31 /* Get current Rounding Mode */
42 /* functions which don't take as argument the rounding mode */
82 /* functions which take as argument the rounding mode */

Completed in 1409 milliseconds

1 23 4 5 6 7 8 91011>>