HomeSort by relevance Sort by last modified time
    Searched defs:round (Results 101 - 125 of 203) sorted by null

1 2 3 45 6 7 8 9

  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 75 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/mesa3d/src/gallium/auxiliary/util/
u_math.h 126 round(double x) function
299 * Round float to nearest int.
  /external/skia/tests/
MathTest.cpp 248 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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
block.h 47 short *round; member in struct:block
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 887 vpx_codec_pts_t round, delta; local
892 round = (vpx_codec_pts_t)1000000
897 (dst_time_stamp * ctx->cfg.g_timebase.den + round)
900 ((delta * ctx->cfg.g_timebase.den + round)
917 * ctx->cfg.g_timebase.den + round)
    [all...]
  /ndk/sources/android/support/src/stdio/
vfprintf.c 264 long double round = 8.0; local
274 while (re--) round*=16;
277 y-=round;
278 y+=round;
281 y+=round;
282 y-=round;
368 long double round = CONCAT(0x1p,LDBL_MANT_DIG); local
370 if (*d/i & 1) round += 2;
374 if (pl && *prefix=='-') round*=-1, small*=-1;
376 /* Decide whether to round by probing round+small *
    [all...]
  /external/bison/darwin-lib/
math.h 2101 # undef round macro
    [all...]
  /external/bison/lib/
math.in.h 1776 # undef round macro
1777 # define round macro
1787 _GL_CXXALIASWARN (round); variable
1789 # undef round macro
    [all...]
  /external/bison/linux-lib/
math.h 2101 # undef round macro
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
aflatin.c 213 /* 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 up much more often *
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c 810 vpx_codec_pts_t round, delta; local
827 round = (vpx_codec_pts_t)10000000 * ctx->cfg.g_timebase.num / 2 - 1;
831 (dst_time_stamp * ctx->cfg.g_timebase.den + round)
834 ((delta * ctx->cfg.g_timebase.den + round)
849 * ctx->cfg.g_timebase.den + round)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c 1205 const boolean round = (boolean) setup->softpipe->rasterizer->point_smooth; local
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
omxSP_FFTFwd_RToCCS_S16_Sfs_s.S 74 #define round r3 define
  /external/clang/lib/Headers/
tgmath.h 1140 // 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/iproute2/ip/
iproute.c 1271 int round = 0; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 77 int16_t *round; member in struct:macroblock_plane
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 788 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)
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 1205 const boolean round = (boolean) setup->softpipe->rasterizer->point_smooth; local
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.c 177 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);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_block.h 77 int16_t *round; member in struct:macroblock_plane
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 779 vpx_codec_pts_t round, delta; local
796 round = (vpx_codec_pts_t)1000000 * ctx->cfg.g_timebase.num / 2 - 1;
800 (dst_time_stamp * ctx->cfg.g_timebase.den + round)
803 ((delta * ctx->cfg.g_timebase.den + round)
818 * ctx->cfg.g_timebase.den + round)
    [all...]
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 1140 // round
1148 __tg_round(double __x) {return round(__x);}
1154 #undef round macro
1155 #define round(__x) __tg_round(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 1140 // round
1148 __tg_round(double __x) {return round(__x);}
1154 #undef round macro
1155 #define round(__x) __tg_round(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 1140 // round
1148 __tg_round(double __x) {return round(__x);}
1154 #undef round macro
1155 #define round(__x) __tg_round(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 1140 // round
1148 __tg_round(double __x) {return round(__x);}
1154 #undef round macro
1155 #define round(__x) __tg_round(__tg_promote1((__x))(__x)) macro

Completed in 1091 milliseconds

1 2 3 45 6 7 8 9