Searched defs:round (Results 1 - 25 of 114) sorted by relevance

12345

/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Daes.h58 v128_t round[15]; member in struct:__anon12806
/external/compiler-rt/lib/builtins/
H A Dfloatsisf.c11 // 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;
H A Dfloatunsisf.c11 // 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;
H A Ddivsf3.c154 // code to round them correctly.
159 const bool round = (residual << 1) > bSignificand; local
165 absResult += round;
H A Ddivdf3.c169 // code to round them correctly.
174 const bool round = (residual << 1) > bSignificand; local
180 absResult += round;
H A Ddivtf3.c186 // code to round them correctly.
190 const bool round = (residual << 1) >= bSignificand; local
196 absResult += round;
/external/valgrind/main/none/tests/s390x/
H A Drounding-1.c11 rtext(unsigned round) argument
13 switch (round) {
26 #define convert_to_int(opcode,src_type,dst_type,dst_fmt,round,value) \
32 __asm__ volatile (opcode " %[dst]," #round ",%[src]\n\t" \
40 opcode, rtext(round), src, dst, cc); \
44 #define cfdbr(round,value) \
45 convert_to_int("cfdbr",double,int32_t,PRId32,round,value)
55 cfdbr(4, dval); // round to nearest with ties to even
56 cfdbr(5, dval); // round to zero
57 cfdbr(6, dval); // round t
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_systemdependent.h36 // round is not defined in MSVC before VS2013.
37 static INLINE int round(double x) { function
/external/chromium_org/third_party/skia/tools/lua/
H A Dglyph-usage.lua50 function round(x, mul) function
123 local fontID = round(k / 1000)
136 local ave = round(totalCount / strikeCount)
/external/libvpx/libvpx/vp9/common/
H A Dvp9_systemdependent.h36 // round is not defined in MSVC before VS2013.
37 static INLINE int round(double x) { function
/external/skia/tools/lua/
H A Dglyph-usage.lua50 function round(x, mul) function
123 local fontID = round(k / 1000)
136 local ave = round(totalCount / strikeCount)
/external/chromium_org/v8/tools/
H A Dgenerate-ten-powers.scm56 (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
[all...]
/external/srec/audio/AudioIn/UNIX/include/
H A Dfilter.h45 typeAccum round; // used for roundoff member in struct:fir_struct
/external/ceres-solver/internal/ceres/
H A Dparameter_block_ordering.cc97 int round = 0; local
104 ordering->AddElementToGroup(parameter_block->mutable_user_state(), round);
108 ++round;
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Didct8x8_test.cc27 static int round(double x) { function in namespace:__anon12990
105 output[i] = round(out2[i]/32);
127 coeff[j] = round(output_r[j]);
H A Ddct32x32_test.cc31 static int round(double x) { function in namespace:__anon12981
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/
H A DomxSP_FFTFwd_CToC_FC32_Sfs_s.S69 #define round r3 define
H A DomxSP_FFTInv_CToC_FC32_Sfs_s.S70 #define round r3 define
152 movw round, #0
153 movt round, #0x3f80 @// round = 1.0
154 vmov.f32 fone, round
/external/fio/
H A Dtickmarks.c17 static double nicenum(double x, int round) argument
24 if (round) {
/external/libvpx/libvpx/test/
H A Didct8x8_test.cc27 static int round(double x) { function in namespace:__anon24785
105 output[i] = round(out2[i]/32);
126 coeff[j] = round(output_r[j]);
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_cmac.c39 UINT16 round; member in struct:__anon1714
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/
H A DSimpleBigDecimal.java159 public BigInteger round() method in class:SimpleBigDecimal
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
H A DomxSP_FFTInv_CToC_SC32_Sfs_s.S96 #define round r3 define
/external/chromium_org/third_party/re2/util/
H A Dbenchmark.cc83 static int round(int n) { function
113 n = round(n);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dtransform.c44 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

Completed in 5257 milliseconds

12345