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

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/math/
floor_386.s 13 ORW $0x0800, AX // Rounding Control set to +Inf
27 ORW $0x0400, AX // Rounding Control set to -Inf
40 ORW $0x0c00, AX // Rounding Control set to truncate
  /prebuilts/go/linux-x86/src/math/
floor_386.s 13 ORW $0x0800, AX // Rounding Control set to +Inf
27 ORW $0x0400, AX // Rounding Control set to -Inf
40 ORW $0x0c00, AX // Rounding Control set to truncate
  /art/runtime/interpreter/mterp/x86/
cvtfp_int.S 5 * should be zero. Further, the rounding mode is to truncate. This model
18 fnstcw LOCAL0(%esp) # remember original rounding mode
22 fldcw LOCAL0+2(%esp) # set "to zero" rounding mode
29 fldcw LOCAL0(%esp) # restore previous rounding mode
  /external/valgrind/VEX/test/
fpucw.c 38 printf("rounding\n");
  /external/valgrind/none/tests/s390x/
rounding-4.c 5 /* Test "load rounded" with universally available rounding modes.
6 Rounding mode is provided via FPC.
7 Also test "load lengthened" (which is independent of rounding modes). */
27 printf("setting FPC rounding mode to %s\n", rtext(mode));
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug470.go 7 // Converting constants between types must introduce rounding.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug470.go 7 // Converting constants between types must introduce rounding.
  /external/webp/src/dsp/
yuv.h 189 // Stub functions that can be called with various rounding values:
190 static WEBP_INLINE int VP8ClipUV(int uv, int rounding) {
191 uv = (uv + rounding + (128 << (YUV_FIX + 2))) >> (YUV_FIX + 2);
197 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) {
199 return (luma + rounding + (16 << YUV_FIX)) >> YUV_FIX; // no need to clip
202 static WEBP_INLINE int VP8RGBToU(int r, int g, int b, int rounding) {
204 return VP8ClipUV(u, rounding);
207 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) {
209 return VP8ClipUV(v, rounding);
217 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) {
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cnmdptst.h 38 /* Test proper rounding by the format method.*/
41 /* Test proper handling of rounding modes. */
  /external/v8/test/mjsunit/
number-literal.js 32 test('rounding-down', '1.12512512512512452', '1.1251251251251244');
33 test('rounding-up', '1.12512512512512453', '1.1251251251251246');
  /external/valgrind/none/tests/mips32/
test_math.cpp 15 fesetround(FE_UPWARD); // lrint/lrintf/lrintl obey the rounding mode.
20 fesetround(FE_TOWARDZERO); // lrint/lrintf/lrintl obey the rounding mode.
25 fesetround(FE_UPWARD); // llrint/llrintf/llrintl obey the rounding mode.
30 fesetround(FE_TOWARDZERO); // llrint/llrintf/llrintl obey the rounding mode.
37 fesetround(FE_UPWARD); // rint/rintf/rintl obey the rounding mode.
66 fesetround(FE_TOWARDZERO); // rint/rintf obey the rounding mode.
73 fesetround(FE_UPWARD); // nearbyint/nearbyintf/nearbyintl obey the rounding mode.
90 fesetround(FE_TOWARDZERO); // nearbyint/nearbyintf/nearbyintl obey the rounding mode.
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/number/
CurrencyDemo.java 48 result.setRoundingIncrement(hack.rounding);
58 double rounding; field in class:CurrencyDemo.HackCurrencyInfo
60 HackCurrencyInfo(int decimals, double rounding, String symbol) {
62 this.rounding = rounding;
  /external/valgrind/VEX/priv/
guest_s390_defs.h 202 | S390_CC_OP_BFP_32_TO_INT_32 | F source | Z rounding mode | |
203 | S390_CC_OP_BFP_64_TO_INT_32 | F source | Z rounding mode | |
204 | S390_CC_OP_BFP_128_TO_INT_32 | F source hi 64 bits | F source low 64 bits | Z rounding mode |
205 | S390_CC_OP_BFP_32_TO_INT_64 | F source | Z rounding mode | |
206 | S390_CC_OP_BFP_64_TO_INT_64 | F source | Z rounding mode | |
207 | S390_CC_OP_BFP_128_TO_INT_64 | F source hi 64 bits | F source low 64 bits | Z rounding mode |
212 | S390_CC_OP_BFP_32_TO_UINT_32 | F source | Z rounding mode | |
213 | S390_CC_OP_BFP_64_TO_UINT_32 | F source | Z rounding mode | |
214 | S390_CC_OP_BFP_128_TO_UINT_32 | F source hi 64 bits | F source low 64 bits | Z rounding mode |
215 | S390_CC_OP_BFP_32_TO_UINT_64 | F source | Z rounding mode |
    [all...]
  /external/valgrind/docs/internals/
s390-opcodes.csv 333 srnm,"set rounding mode",implemented,
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 51 ;// rounding cases are handled. Just copies a block from pSrc to pDst
87 ;// rounding cases are handled by the parameter "$rndVal". Averages between
88 ;// a pixel and pixel right to it, rounding it based on $rndVal. The
89 ;// rounding is implemented by using opCode switching between "VRHADD" and
96 ;// $rndVal: 0 for rounding and 1 for no rounding
149 ;// rounding cases are handled by the parameter "$rndVal". Averages between
150 ;// a pixel and pixel below it, rounding it based on $rndVal. The
151 ;// rounding is implemented by using opCode switching between "VRHADD" and
158 ;// $rndVal: 0 for rounding and 1 for no roundin
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/
fenv.h 61 * 1-0 -> rounding control
64 * Rounding Control:
65 * 00 - rounding to nearest (RN)
66 * 01 - rounding toward zero (RZ)
67 * 10 - rounding (up) toward plus infinity (RP)
68 * 11 - rounding (down)toward minus infinity (RM)
93 /* Rounding modes */
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
fenv.h 61 * 1-0 -> rounding control
64 * Rounding Control:
65 * 00 - rounding to nearest (RN)
66 * 01 - rounding toward zero (RZ)
67 * 10 - rounding (up) toward plus infinity (RP)
68 * 11 - rounding (down)toward minus infinity (RM)
93 /* Rounding modes */
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
fenv.h 61 * 1-0 -> rounding control
64 * Rounding Control:
65 * 00 - rounding to nearest (RN)
66 * 01 - rounding toward zero (RZ)
67 * 10 - rounding (up) toward plus infinity (RP)
68 * 11 - rounding (down)toward minus infinity (RM)
93 /* Rounding modes */
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
fenv.h 61 * 1-0 -> rounding control
64 * Rounding Control:
65 * 00 - rounding to nearest (RN)
66 * 01 - rounding toward zero (RZ)
67 * 10 - rounding (up) toward plus infinity (RP)
68 * 11 - rounding (down)toward minus infinity (RM)
93 /* Rounding modes */
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
fenv.h 61 * 1-0 -> rounding control
64 * Rounding Control:
65 * 00 - rounding to nearest (RN)
66 * 01 - rounding toward zero (RZ)
67 * 10 - rounding (up) toward plus infinity (RP)
68 * 11 - rounding (down)toward minus infinity (RM)
93 /* Rounding modes */
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
fenv.h 61 * 1-0 -> rounding control
64 * Rounding Control:
65 * 00 - rounding to nearest (RN)
66 * 01 - rounding toward zero (RZ)
67 * 10 - rounding (up) toward plus infinity (RP)
68 * 11 - rounding (down)toward minus infinity (RM)
93 /* Rounding modes */
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/
fenv.h 61 * 1-0 -> rounding control
64 * Rounding Control:
65 * 00 - rounding to nearest (RN)
66 * 01 - rounding toward zero (RZ)
67 * 10 - rounding (up) toward plus infinity (RP)
68 * 11 - rounding (down)toward minus infinity (RM)
93 /* Rounding modes */
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/
fenv.h 61 * 1-0 -> rounding control
64 * Rounding Control:
65 * 00 - rounding to nearest (RN)
66 * 01 - rounding toward zero (RZ)
67 * 10 - rounding (up) toward plus infinity (RP)
68 * 11 - rounding (down)toward minus infinity (RM)
93 /* Rounding modes */
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/
fenv.h 61 * 1-0 -> rounding control
64 * Rounding Control:
65 * 00 - rounding to nearest (RN)
66 * 01 - rounding toward zero (RZ)
67 * 10 - rounding (up) toward plus infinity (RP)
68 * 11 - rounding (down)toward minus infinity (RM)
93 /* Rounding modes */
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
fenv.h 61 * 1-0 -> rounding control
64 * Rounding Control:
65 * 00 - rounding to nearest (RN)
66 * 01 - rounding toward zero (RZ)
67 * 10 - rounding (up) toward plus infinity (RP)
68 * 11 - rounding (down)toward minus infinity (RM)
93 /* Rounding modes */

Completed in 2085 milliseconds

1 23 4 5 6 7 8 91011>>