HomeSort by relevance Sort by last modified time
    Searched defs:round (Results 51 - 75 of 97) sorted by null

1 23 4

  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
jstemplate_compiled.js 68 return round(numPixels) + "px";
531 var round = Math.round; variable
  /external/chromium_org/third_party/icu/source/i18n/
decContext.h 37 /* round -- must be one of the enumerated rounding modes */
76 DEC_ROUND_CEILING, /* round towards +infinity */
77 DEC_ROUND_UP, /* round away from 0 */
81 DEC_ROUND_DOWN, /* round towards 0 (truncate) */
82 DEC_ROUND_FLOOR, /* round towards -infinity */
83 DEC_ROUND_05UP, /* round for reround */
92 enum rounding round; /* rounding mode */ member in struct:__anon16713
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
block.h 47 short *round; member in struct:block
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 915 vpx_codec_pts_t round, delta; local
920 round = (vpx_codec_pts_t)10000000
925 (dst_time_stamp * ctx->cfg.g_timebase.den + round)
928 ((delta * ctx->cfg.g_timebase.den + round)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.h 129 round(double x) function
278 * Round float to nearest int.
  /external/chromium_org/third_party/skia/tests/
MathTest.cpp 248 assert_float_equal(reporter, "round", x, ix, iix);
296 // round (down) large ints the same as IEEE...
334 int round = (int)floorf(s + 0.5f); local
340 REPORTER_ASSERT(reporter, iround == round);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/
Util.java 391 public static double round(double value) { method in class:Util
392 return Math.round(value * 10000) / 10000.0;
398 public static double round(double value, int precision) { method in class:Util
407 return Math.round(value * factor) / factor;
  /external/icu/icu4c/source/i18n/
decContext.h 37 /* round -- must be one of the enumerated rounding modes */
76 DEC_ROUND_CEILING, /* round towards +infinity */
77 DEC_ROUND_UP, /* round away from 0 */
81 DEC_ROUND_DOWN, /* round towards 0 (truncate) */
82 DEC_ROUND_FLOOR, /* round towards -infinity */
83 DEC_ROUND_05UP, /* round for reround */
92 enum rounding round; /* rounding mode */ member in struct:__anon1453
decimfmt.cpp 77 * On certain platforms, round is a macro defined in math.h
81 #ifdef round
82 #undef round macro
    [all...]
  /external/iproute2/ip/
ipaddress.c 877 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'l
    [all...]
iproute.c 1271 int round = 0; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
block.h 47 short *round; member in struct:block
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 884 vpx_codec_pts_t round, delta; local
889 round = (vpx_codec_pts_t)1000000
894 (dst_time_stamp * ctx->cfg.g_timebase.den + round)
897 ((delta * ctx->cfg.g_timebase.den + round)
914 * ctx->cfg.g_timebase.den + round)
    [all...]
  /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/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 812 const int64_t round = TICKS_PER_SEC * timebase->num / 2 - 1; local
813 return (n * timebase->den + round) / timebase->num / TICKS_PER_SEC;
    [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/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...]

Completed in 1922 milliseconds

1 23 4