Searched defs:round (Results 26 - 50 of 74) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DMathExtras.h79 static double round(double num) function
93 inline long long llround(double num) { return static_cast<long long>(round(num)); }
95 inline long lround(double num) { return static_cast<long>(round(num)); }
176 double rounded = round(flt);
/external/icu4c/test/intltest/
H A Ddcfmtest.cpp377 const UnicodeString &round, // rounding mode
394 if (round=="ceiling") {
396 } else if (round=="floor") {
398 } else if (round=="down") {
400 } else if (round=="up") {
402 } else if (round=="halfeven") {
404 } else if (round=="halfdown") {
406 } else if (round=="halfup") {
408 } else if (round=="default") {
410 } else if (round
375 execFormatTest(int32_t lineNum, const UnicodeString &pattern, const UnicodeString &round, const UnicodeString &input, const UnicodeString &expected, EFormatInputType inType, UErrorCode &status) argument
[all...]
/external/libvpx/libvpx/test/
H A Ddct16x16_test.cc33 static int round(double x) { function in namespace:__anon21487
316 << "Error: 16x16 FHT/IHT has an individual round trip error > 1";
319 << "Error: 16x16 FHT/IHT has average round trip error > 1 per block";
397 coeff[j] = round(out_r[j]);
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
H A Djstemplate_compiled.js68 return round(numPixels) + "px";
531 var round = Math.round; variable
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
H A Djstemplate_compiled.js68 return round(numPixels) + "px";
531 var round = Math.round; variable
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathFunctions.cpp228 static double round(double);
505 long pos = static_cast<long>(FunRound::round(doublePos));
512 len = static_cast<long>(FunRound::round(doubleLen));
657 double FunRound::round(double val) function in class:WebCore::XPath::FunRound
670 return round(arg(0)->evaluate().toNumber());
698 { "round", { &createFunRound, 1 } },
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLayoutUnit.h147 int round() const function in class:WebCore::LayoutUnit
769 return (fraction + size).round() - fraction.round();
774 return value.round();
/external/chromium_org/third_party/icu/source/i18n/
H A DdecContext.h36 /* round -- must be one of the enumerated rounding modes */
75 DEC_ROUND_CEILING, /* round towards +infinity */
76 DEC_ROUND_UP, /* round away from 0 */
80 DEC_ROUND_DOWN, /* round towards 0 (truncate) */
81 DEC_ROUND_FLOOR, /* round towards -infinity */
82 DEC_ROUND_05UP, /* round for reround */
91 enum rounding round; /* rounding mode */ member in struct:__anon11699
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_math.h126 round(double x) function
/external/icu4c/i18n/
H A DdecContext.h37 /* 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:__anon19190
/external/libvpx/libvpx/vp8/encoder/
H A Dblock.h43 short *round; member in struct:block
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c888 vpx_codec_pts_t round, delta; local
893 round = (vpx_codec_pts_t)1000000
898 (dst_time_stamp * ctx->cfg.g_timebase.den + round)
901 ((delta * ctx->cfg.g_timebase.den + round)
918 * ctx->cfg.g_timebase.den + round)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c994 static void dct32_1d(const int *input, int *output, int round) { argument
1070 if (round) {
H A Dvp9_block.h79 int16_t *round; member in struct:macroblock_plane
/external/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp78 cl::desc("Dump graphs for each function/round in the compilation unit."),
512 // We need another round if spill intervals were added.
583 unsigned round = 0; local
586 DEBUG(dbgs() << " PBQP Regalloc round " << round << ":\n");
594 rs << round; local
598 DEBUG(dbgs() << "Dumping graph for round " << round << " to \""
610 ++round;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.h126 round(double x) function
/external/bison/darwin-lib/
H A Dmath.h2088 # undef round
2089 # define round rpl_round
2091 _GL_FUNCDECL_RPL (round, double, (double x));
2092 _GL_CXXALIAS_RPL (round, double, (double x));
2095 _GL_FUNCDECL_SYS (round, double, (double x));
2097 _GL_CXXALIAS_SYS (round, double, (double x));
2099 _GL_CXXALIASWARN (round);
2101 # undef round macro
2103 _GL_WARN_ON_USE (round, "round i
[all...]
/external/bison/lib/
H A Dmath.in.h1776 # undef round macro
1777 # define round rpl_round macro
1779 _GL_FUNCDECL_RPL (round, double, (double x));
1780 _GL_CXXALIAS_RPL (round, double, (double x));
1783 _GL_FUNCDECL_SYS (round, double, (double x));
1785 _GL_CXXALIAS_SYS (round, double, (double x));
1787 _GL_CXXALIASWARN (round); variable
1789 # undef round macro
1791 _GL_WARN_ON_USE (round, "round i
[all...]
/external/bison/linux-lib/
H A Dmath.h2088 # undef round
2089 # define round rpl_round
2091 _GL_FUNCDECL_RPL (round, double, (double x));
2092 _GL_CXXALIAS_RPL (round, double, (double x));
2095 _GL_FUNCDECL_SYS (round, double, (double x));
2097 _GL_CXXALIAS_SYS (round, double, (double x));
2099 _GL_CXXALIASWARN (round);
2101 # undef round macro
2103 _GL_WARN_ON_USE (round, "round i
[all...]
/external/chromium_org/third_party/libwebp/dsp/
H A Denc.c290 int size, int round, int shift) {
300 DC = (DC + round) >> shift;
304 DC = (DC + round) >> shift;
288 DCMode(uint8_t* dst, const uint8_t* left, const uint8_t* top, int size, int round, int shift) argument
/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/clang/lib/include/
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/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.c1268 int round = 0; local
1298 if (round == 0 && (!filter.cloned || do_ipv6 == AF_INET6))
1301 printf("*** Flush is complete after %d round%s ***\n", round, round>1?"s":"");
1306 round++;
1317 printf("\n*** Round %d, deleting %d entries ***\n", round, filter.flushed);
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c755 vpx_codec_pts_t round, delta; local
772 round = (vpx_codec_pts_t)1000000 * ctx->cfg.g_timebase.num / 2 - 1;
776 (dst_time_stamp * ctx->cfg.g_timebase.den + round)
779 ((delta * ctx->cfg.g_timebase.den + round)
794 * ctx->cfg.g_timebase.den + round)

Completed in 890 milliseconds

123