Searched defs:round (Results 1 - 25 of 114) sorted by last modified time

12345

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dentropy_coding.c177 WebRtc_Word16 round, shftVal = 0, sh; local
188 round = 32;
192 round = 256;
201 CorrQ11[k] = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(sum, tmpGain) + round, shftVal);
249 WebRtc_Word16 round, shftVal = 0, sh; local
261 round = 32;
265 round = 256;
274 CorrQ11[k] = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(sum, tmpGain) + round, shftVal);
H A Dtransform.c130 factQ19 = 16921; // 0.5/sqrt(240) in Q19 is round(.5/sqrt(240)*(2^19)) = 16921
158 WebRtc_Word32 round = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)1, -sh-1); local
160 inre1Q9[k] = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(tmpreQ16[k]+round, -sh); //Q(16+sh)
161 inre2Q9[k] = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(tmpimQ16[k]+round, -sh); //Q(16+sh)
253 WebRtc_Word32 round = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)1, -sh-1); local
255 inreQ7[k] = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(outre1Q16[k]+round, -sh); //Q(16+sh)
256 inimQ7[k] = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(outre2Q16[k]+round, -sh); //Q(16+sh)
285 factQ11 = 31727; // sqrt(240) in Q11 is round(15.49193338482967*2048) = 31727
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dentropy_coding.c103 WebRtc_Word16 round, shftVal = 0, sh; local
117 round = 32;
121 round = 256;
130 CorrQ11[k] = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(sum, tmpGain) + 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/vixl/src/a64/
H A Dsimulator-a64.cc1356 FPRounding round = RMode(); local
1414 case SCVTF_dx: set_dreg(dst, FixedToDouble(xreg(src), 0, round)); break;
1415 case SCVTF_dw: set_dreg(dst, FixedToDouble(wreg(src), 0, round)); break;
1416 case UCVTF_dx: set_dreg(dst, UFixedToDouble(xreg(src), 0, round)); break;
1418 set_dreg(dst, UFixedToDouble(static_cast<uint32_t>(wreg(src)), 0, round));
1421 case SCVTF_sx: set_sreg(dst, FixedToFloat(xreg(src), 0, round)); break;
1422 case SCVTF_sw: set_sreg(dst, FixedToFloat(wreg(src), 0, round)); break;
1423 case UCVTF_sx: set_sreg(dst, UFixedToFloat(xreg(src), 0, round)); break;
1425 set_sreg(dst, UFixedToFloat(static_cast<uint32_t>(wreg(src)), 0, round));
1441 FPRounding round local
1802 FixedToDouble(int64_t src, int fbits, FPRounding round) argument
1812 UFixedToDouble(uint64_t src, int fbits, FPRounding round) argument
1828 FixedToFloat(int64_t src, int fbits, FPRounding round) argument
1838 UFixedToFloat(uint64_t src, int fbits, FPRounding round) argument
[all...]
/external/webp/src/dsp/
H A Denc.c261 int size, int round, int shift) {
271 DC = (DC + round) >> shift;
275 DC = (DC + round) >> shift;
259 DCMode(uint8_t* dst, const uint8_t* left, const uint8_t* top, int size, int round, int shift) argument
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c3846 IRTemp shval, old_shval, imm_val, round; local
3859 round = newTemp(Q ? Ity_V128 : Ity_I64);
3943 assign(round, binop(Q ? Iop_AndV128 : Iop_And64,
3959 mkexpr(round)));
3961 assign(round, binop(Q ? Iop_AndV128 : Iop_And64,
3974 mkexpr(round)));
3983 IRTemp tmp, shval, mask, old_shval, imm_val, round; local
3997 round = newTemp(Q ? Ity_V128 : Ity_I64);
4092 assign(round, binop(Q ? Iop_AndV128 : Iop_And64,
4105 mkexpr(round)));
12335 Bool round = False; local
[all...]
H A Dguest_ppc_toIR.c75 round-to-nearest. This means V will compute incorrect results
2655 all exceptions masked, round-to-nearest.
9869 IRExpr* round = get_IR_roundingmode_DFP(); local
9886 assign( frS, triop( Iop_AddD64, round, mkexpr( frA ), mkexpr( frB ) ) );
9891 assign( frS, triop( Iop_SubD64, round, mkexpr( frA ), mkexpr( frB ) ) );
9896 assign( frS, triop( Iop_MulD64, round, mkexpr( frA ), mkexpr( frB ) ) );
9901 assign( frS, triop( Iop_DivD64, round, mkexpr( frA ), mkexpr( frB ) ) );
9927 IRExpr* round = get_IR_roundingmode_DFP(); local
9944 assign( frS, triop( Iop_AddD128, round, mkexpr( frA ), mkexpr( frB ) ) );
9949 assign( frS, triop( Iop_SubD128, round, mkexp
10052 IRExpr* round = get_IR_roundingmode_DFP(); local
10118 IRExpr* round = get_IR_roundingmode_DFP(); local
[all...]
/external/srec/audio/AudioIn/UNIX/include/
H A Dfilter.h45 typeAccum round; // used for roundoff member in struct:fir_struct
/external/skia/tests/
H A DMathTest.cpp248 assert_float_equal(reporter, "round", x, ix, iix);
298 // round (down) large ints the same as IEEE...
336 int round = (int)floorf(s + 0.5f); local
342 REPORTER_ASSERT(reporter, iround == round);
/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/regex-re2/util/
H A Dbenchmark.cc83 static int round(int n) { function
113 n = round(n);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/qemu/ui/
H A Dd3des.c325 register int round; local
347 for( round = 0; round < 8; round++ ) {
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.h126 round(double x) function
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c1205 const boolean round = (boolean) setup->softpipe->rasterizer->point_smooth; local
1275 if (halfSize <= 0.5 && !round) {
1285 if (round) {
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2400 boolean round)
2407 if (round) {
2398 emit_trunc_round(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn, boolean round) argument
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h508 /// double round(double x);
509 round, enumerator in enum:llvm::LibFunc::Func
741 case LibFunc::round: case LibFunc::roundf: case LibFunc::roundl:
/external/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp75 cl::desc("Dump graphs for each function/round in the compilation unit."),
502 // We need another round if spill intervals were added.
576 unsigned round = 0; local
579 DEBUG(dbgs() << " PBQP Regalloc round " << round << ":\n");
587 rs << round; local
591 DEBUG(dbgs() << "Dumping graph for round " << round << " to \""
602 ++round;
/external/libvpx/libvpx/test/
H A Ddct16x16_test.cc34 static int round(double x) { function in namespace:__anon24778
320 << "Error: 16x16 FHT/IHT has an individual round trip error > 1";
323 << "Error: 16x16 FHT/IHT has average round trip error > 1 per block";
401 coeff[j] = round(out_r[j]);
H A Ddct32x32_test.cc30 static int round(double x) { function in namespace:__anon24779
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]);
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/libvpx/libvpx/vp8/encoder/
H A Dblock.h47 short *round; member in struct:block

Completed in 3697 milliseconds

12345