| /external/deqp/framework/delibs/debase/ | 
| deFloat16.c | 48 			/* Rounds to zero. */ 
 | 
| /external/deqp/modules/glshared/ | 
| glsStateQueryUtil.hpp | 55  * \brief Rounds given float to the nearest integer (half up). 59  * form x.5), the integer with the higher value is chosen. (x.5 rounds to x+1)
 68  * \brief Rounds given float to the nearest integer (half down).
 72  * form x.5), the integer with the higher value is chosen. (x.5 rounds to x)
 
 | 
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ | 
| SerializableTest.java | 619         int rounds[] = {  field in class:SerializableTest.MathContextHandler 626             int objectCount = forms.length * rounds.length;
 631                 for (int r = 0; r < rounds.length; r += 1) {
 635                     contexts[i++] = new MathContext(digits, forms[f], lostDigits, rounds[r]);
 [all...]
 | 
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ | 
| SerializableTest.java | 615         int rounds[] = {  field in class:SerializableTest.MathContextHandler 622             int objectCount = forms.length * rounds.length;
 627                 for (int r = 0; r < rounds.length; r += 1) {
 631                     contexts[i++] = new MathContext(digits, forms[f], lostDigits, rounds[r]);
 [all...]
 | 
| /external/libopus/silk/ | 
| CNG.c | 141             /* Avoids introducing a bias because silk_SMLAWB() always rounds to -inf */ 
 | 
| NSQ.c | 217         /* Avoids introducing a bias because silk_SMLAWB() always rounds to -inf */ 241             /* Avoids introducing a bias because silk_SMLAWB() always rounds to -inf */
 
 | 
| /external/opencv3/3rdparty/openexr/IlmImf/ | 
| ImfConvert.h | 61 //				(rounds towards zero) 
 | 
| /external/valgrind/coregrind/m_replacemalloc/ | 
| replacemalloc_core.c | 44 /* Nb: the allocator always rounds blocks up to a multiple of 
 | 
| /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ | 
| float.h | 128 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown.  */ 
 | 
| /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ | 
| float.h | 128 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown.  */ 
 | 
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ | 
| gmon.h | 87  * Note that the division above rounds down, thus if MIN_SUBR_FRACTION 
 | 
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ | 
| gmon.h | 87  * Note that the division above rounds down, thus if MIN_SUBR_FRACTION 
 | 
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ | 
| gmon.h | 87  * Note that the division above rounds down, thus if MIN_SUBR_FRACTION 
 | 
| /prebuilts/go/darwin-x86/src/math/big/ | 
| example_test.go | 76 	// rounds to be performed. 20 is a good value.) 
 | 
| /prebuilts/go/darwin-x86/src/runtime/ | 
| stack2.go | 68 	// The hackery here rounds FixedStack0 up to a power of 2. 
 | 
| /prebuilts/go/darwin-x86/test/ | 
| maplinear.go | 157 	// by doing multiple rounds within a single run. 
 | 
| /prebuilts/go/linux-x86/src/math/big/ | 
| example_test.go | 76 	// rounds to be performed. 20 is a good value.) 
 | 
| /prebuilts/go/linux-x86/src/runtime/ | 
| stack2.go | 68 	// The hackery here rounds FixedStack0 up to a power of 2. 
 | 
| /prebuilts/go/linux-x86/test/ | 
| maplinear.go | 157 	// by doing multiple rounds within a single run. 
 | 
| /toolchain/binutils/binutils-2.25/gprof/ | 
| gmon.h | 114  * Note that the division above rounds down, thus if MIN_SUBR_FRACTION 
 | 
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ | 
| LongArray.java | [all...] | 
| /external/boringssl/src/crypto/aes/ | 
| aes.c | [all...] | 
| /bionic/tests/ | 
| math_test.cpp | 950   fesetround(FE_TOWARDZERO); // round ignores the rounding mode and always rounds away from zero. 963   fesetround(FE_TOWARDZERO); // roundf ignores the rounding mode and always rounds away from zero.
 976   fesetround(FE_TOWARDZERO); // roundl ignores the rounding mode and always rounds away from zero.
 989   fesetround(FE_UPWARD); // trunc ignores the rounding mode and always rounds toward zero.
 1002   fesetround(FE_UPWARD); // truncf ignores the rounding mode and always rounds toward zero.
 1015   fesetround(FE_UPWARD); // truncl ignores the rounding mode and always rounds toward zero.
 [all...]
 | 
| /bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/ | 
| sha1.c | 65  * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1 182     /* 4 rounds of 20 operations each. Loop unrolled. */
 
 | 
| /external/harfbuzz_ng/src/ | 
| hb-ot-shape-normalize.cc | 313    * separate rounds: decompose, reorder, recompose (if desired).  Currently 315    * two rounds into the inner loop for the first round, but it's more readable
 
 |