Searched defs:round (Results 76 - 100 of 114) sorted by relevance

12345

/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
H A DomxSP_FFTFwd_RToCCS_S16_Sfs_s.S74 #define round r3 define
/external/clang/lib/Headers/
H A Dtgmath.h1140 // round
1148 __tg_round(double __x) {return round(__x);}
1154 #undef round macro
1155 #define round(__x) __tg_round(__tg_promote1((__x))(__x)) macro
/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp77 * On certain platforms, round is a macro defined in math.h
81 #ifdef round
82 #undef round macro
1127 // Slow path. Create a DigitList, and have this formatter round it according to the
1705 adjustedNum.round(sigDigits);
1706 // Travis Keep (21/2/2014): Calling round on a digitList does not necessarily
/external/iproute2/ip/
H A Dipaddress.c877 int round = 0; local
884 while ((max_flush_loops == 0) || (round < max_flush_loops)) {
911 if (round == 0)
914 printf("*** Flush is complete after %d round%s ***\n", round, round>1?"s":"");
919 round++;
924 printf("\n*** Round %d, deleting %d addresses ***\n", round, filter.flushed);
929 * want to flush only a single round. Otherwise, we'll
H A Diproute.c1271 int round = 0; local
1301 if (round == 0 && (!filter.cloned || do_ipv6 == AF_INET6))
1304 printf("*** Flush is complete after %d round%s ***\n", round, round>1?"s":"");
1309 round++;
1320 printf("\n*** Round %d, deleting %d entries ***\n", round, filter.flushed);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_block.h77 int16_t *round; member in struct:macroblock_plane
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c788 vpx_codec_pts_t round, delta; local
805 round = (vpx_codec_pts_t)1000000 * ctx->cfg.g_timebase.num / 2 - 1;
809 (dst_time_stamp * ctx->cfg.g_timebase.den + round)
812 ((delta * ctx->cfg.g_timebase.den + round)
827 * ctx->cfg.g_timebase.den + round)
/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/chromium_org/third_party/freetype/src/autofit/
H A Daflatin.c213 /* round segments the overshoot positions. */
256 FT_Bool round = 0; local
324 /* now check whether the point belongs to a straight or round */
395 /* now set the `round' flag depending on the segment's kind */
402 round = 0;
404 round = FT_BOOL(
408 FT_TRACE5(( " (%s)\n", round ? "round" : "flat" ));
411 if ( round )
634 /* we round u
[all...]
H A Daflatin2.c223 FT_Bool round; local
290 /* now check whether the point belongs to a straight or round */
335 /* now, set the `round' flag depending on the segment's kind */
336 round = FT_BOOL(
340 FT_TRACE5(( " (%s)\n", round ? "round" : "flat" ));
343 if ( round )
578 /* we round up much more often */
832 /* a segment is round if it doesn't have successive */
1253 FT_Int is_round = 0; /* does it contain round segment
[all...]
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dentropy_coding.c211 int16_t round, shftVal = 0, sh; local
222 round = 32;
226 round = 256;
235 CorrQ11[k] = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(sum, tmpGain) + round, shftVal);
283 int16_t round, shftVal = 0, sh; local
295 round = 32;
299 round = 256;
308 CorrQ11[k] = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(sum, tmpGain) + round, shftVal);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dentropy_coding.c103 int16_t 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/freetype/src/autofit/
H A Daflatin.c255 /* round segments the overshoot positions. */
350 FT_Bool round = 0; local
425 /* now check whether the point belongs to a straight or round */
692 /* now set the `round' flag depending on the segment's kind: */
698 /* an `off' point, the segment is round, otherwise it is */
705 round = 0;
707 round = FT_BOOL(
713 if ( round && AF_LATIN_IS_NEUTRAL_BLUE( bs ) )
716 FT_TRACE5(( " (round, skipped)\n" ));
720 FT_TRACE5(( " (%s)\n", round
[all...]
H A Daflatin2.c224 FT_Bool round; local
291 /* now check whether the point belongs to a straight or round */
336 /* now, set the `round' flag depending on the segment's kind */
337 round = FT_BOOL(
341 FT_TRACE5(( " (%s)\n", round ? "round" : "flat" ));
344 if ( round )
579 /* we round up much more often */
833 /* a segment is round if it doesn't have successive */
1254 FT_Int is_round = 0; /* does it contain round segment
[all...]
/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/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/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);
/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/eigen/unsupported/test/mpreal/
H A Dmpreal.h452 friend const mpreal round(const mpreal& v);
2391 inline const mpreal round(const mpreal& v) function in namespace:mpfr
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp76 * On certain platforms, round is a macro defined in math.h
80 #ifdef round
81 #undef round macro
1045 // Slow path. Create a DigitList, and have this formatter round it according to the
1623 adjustedNum.round(sigDigits);
5182 * of zero, which allows proper round-trip patterns. We don't want
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.cc2219 FPRounding round = fpcr().RMode(); local
2277 case SCVTF_dx: set_dreg(dst, FixedToDouble(xreg(src), 0, round)); break;
2278 case SCVTF_dw: set_dreg(dst, FixedToDouble(wreg(src), 0, round)); break;
2279 case UCVTF_dx: set_dreg(dst, UFixedToDouble(xreg(src), 0, round)); break;
2281 set_dreg(dst, UFixedToDouble(reg<uint32_t>(src), 0, round));
2284 case SCVTF_sx: set_sreg(dst, FixedToFloat(xreg(src), 0, round)); break;
2285 case SCVTF_sw: set_sreg(dst, FixedToFloat(wreg(src), 0, round)); break;
2286 case UCVTF_sx: set_sreg(dst, UFixedToFloat(xreg(src), 0, round)); break;
2288 set_sreg(dst, UFixedToFloat(reg<uint32_t>(src), 0, round));
2304 FPRounding round local
2668 FixedToDouble(int64_t src, int fbits, FPRounding round) argument
2678 UFixedToDouble(uint64_t src, int fbits, FPRounding round) argument
2694 FixedToFloat(int64_t src, int fbits, FPRounding round) argument
2704 UFixedToFloat(uint64_t src, int fbits, FPRounding round) argument
[all...]
/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:

Completed in 922 milliseconds

12345