/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_round.c | 33 round(double x) function
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/ |
aes.h | 58 v128_t round[15]; member in struct:__anon17431
|
/external/compiler-rt/lib/builtins/ |
floatsisf.c | 11 // compiler-rt library in the IEEE-754 default round-to-nearest, ties-to-even 50 rep_t round = (rep_t)a << (typeWidth - shift); local 51 if (round > signBit) result++; 52 if (round == signBit) result += result & 1;
|
floatunsisf.c | 11 // compiler-rt library in the IEEE-754 default round-to-nearest, ties-to-even 42 rep_t round = (rep_t)a << (typeWidth - shift); local 43 if (round > signBit) result++; 44 if (round == signBit) result += result & 1;
|
divsf3.c | 154 // code to round them correctly. 159 const bool round = (residual << 1) > bSignificand; local 164 // Round 165 absResult += round;
|
divdf3.c | 169 // code to round them correctly. 174 const bool round = (residual << 1) > bSignificand; local 179 // Round 180 absResult += round;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
vp9_systemdependent.h | 36 // round is not defined in MSVC before VS2013. 37 static INLINE int round(double x) { function
|
/external/chromium_org/third_party/skia/tools/lua/ |
glyph-usage.lua | 50 function round(x, mul) function 123 local fontID = round(k / 1000) 136 local ave = round(totalCount / strikeCount)
|
/external/libvpx/libvpx/vp9/common/ |
vp9_systemdependent.h | 36 // round is not defined in MSVC before VS2013. 37 static INLINE int round(double x) { function
|
/external/chromium_org/v8/tools/ |
generate-ten-powers.scm | 56 (define (round-n-cut n e nb-bits) 58 (define (round n) 59 (case *round* 63 ;; with the -1 it will only round up if the cut off part is 68 ((round) 73 (cut (bit-rshbx (round n) shift)) 77 (round-n-cut n (+fx e 1) nb-bits)))) 80 (case *round* 83 ((round) (let ((tmp (/bx (*bx #z2 x) y))) 126 (round-n-cut n e nb-bits [all...] |
/development/ndk/sources/android/libportable/arch-x86/ |
fenv.c | 151 int round = REAL(fegetround)(); local 152 return x86_get_rounding(round); 156 WRAP(fesetround)(int round) 158 return REAL(fesetround)(x86_change_rounding(round));
|
/external/ceres-solver/internal/ceres/ |
parameter_block_ordering.cc | 97 int round = 0; local 104 ordering->AddElementToGroup(parameter_block->mutable_user_state(), round); 108 ++round;
|
/development/ndk/sources/android/libportable/arch-mips64/ |
fenv.c | 132 int round = REAL(fegetround)(); local 133 return mips64_get_rounding(round); 136 int WRAP(fesetround)(int round) { 137 return REAL(fesetround)(mips64_change_rounding(round));
|
/development/ndk/sources/android/libportable/arch-x86_64/ |
fenv.c | 152 int round = REAL(fegetround)(); local 153 return x86_64_get_rounding(round); 156 int WRAP(fesetround)(int round) { 157 return REAL(fesetround)(x86_64_change_rounding(round));
|
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
idct8x8_test.cc | 27 static int round(double x) { function in namespace:__anon17615 105 output[i] = round(out2[i]/32); 127 coeff[j] = round(output_r[j]);
|
dct32x32_test.cc | 31 static int round(double x) { function in namespace:__anon17606 173 << "Error: 32x32 FDCT/IDCT has an individual round-trip error > 1"; 176 << "Error: 32x32 FDCT/IDCT has average round-trip error > 1 per block"; 285 coeff[j] = round(out_r[j]);
|
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/ |
omxSP_FFTFwd_CToC_FC32_Sfs_s.S | 69 #define round r3 define
|
omxSP_FFTInv_CToC_FC32_Sfs_s.S | 70 #define round r3 define 152 movw round, #0 153 movt round, #0x3f80 @// round = 1.0 154 vmov.f32 fone, round
|
/external/chromium_org/third_party/re2/util/ |
benchmark.cc | 83 static int round(int n) { function 113 n = round(n);
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
transform.c | 44 factQ19 = 16921; // 0.5/sqrt(240) in Q19 is round(.5/sqrt(240)*(2^19)) = 16921 72 int32_t round = WEBRTC_SPL_LSHIFT_W32((int32_t)1, -sh-1); local 74 inre1Q9[k] = (int16_t) WEBRTC_SPL_RSHIFT_W32(tmpreQ16[k]+round, -sh); //Q(16+sh) 75 inre2Q9[k] = (int16_t) WEBRTC_SPL_RSHIFT_W32(tmpimQ16[k]+round, -sh); //Q(16+sh) 167 int32_t round = WEBRTC_SPL_LSHIFT_W32((int32_t)1, -sh-1); local 169 inreQ7[k] = (int16_t) WEBRTC_SPL_RSHIFT_W32(outre1Q16[k]+round, -sh); //Q(16+sh) 170 inimQ7[k] = (int16_t) WEBRTC_SPL_RSHIFT_W32(outre2Q16[k]+round, -sh); //Q(16+sh) 199 factQ11 = 31727; // sqrt(240) in Q11 is round(15.49193338482967*2048) = 31727
|
/external/deqp/framework/common/ |
tcuFloatFormat.cpp | 139 //! significand bits and minimum exponent of the floatformat. Round up if 141 double FloatFormat::round (double d, bool upward) const function in class:tcu::FloatFormat 190 // Round both bounds _inwards_ to closest representable values. 192 ret |= clampValue(round(tmp.lo(), true)) | clampValue(round(tmp.hi(), false)); 210 return round(d, upward); 213 //! Round output of an operation. 343 oss << "round(" << arg << ", false)"; 344 check(oss.str(), m_fmt->round(arg, false), refDown); 348 oss << "round(" << arg << ", true)" [all...] |
/external/libvpx/libvpx/test/ |
dct32x32_test.cc | 30 static int round(double x) { function in namespace:__anon4331 133 << "Error: 32x32 FDCT/IDCT has an individual round-trip error > 1"; 136 << "Error: 32x32 FDCT/IDCT has average round-trip error > 1 per block"; 231 coeff[j] = round(out_r[j]);
|
idct8x8_test.cc | 27 static int round(double x) { function in namespace:__anon4337 105 output[i] = round(out2[i]/32); 126 coeff[j] = round(output_r[j]);
|
/external/bluetooth/bluedroid/stack/smp/ |
smp_cmac.c | 39 UINT16 round; member in struct:__anon6339 144 while (i <= cmac_cb.round) 146 smp_xor_128(&cmac_cb.text[(cmac_cb.round - i)*BT_OCTET16_LEN], x); /* Mi' := Mi (+) X */ 148 if (!SMP_Encrypt(key, BT_OCTET16_LEN, &cmac_cb.text[(cmac_cb.round - i)*BT_OCTET16_LEN], BT_OCTET16_LEN, &output)) 194 SMP_TRACE_WARNING("flag = %d round = %d", flag, cmac_cb.round); 310 cmac_cb.round = n;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
SimpleBigDecimal.java | 159 public BigInteger round() method in class:SimpleBigDecimal
|