Searched defs:round (Results 51 - 75 of 114) sorted by relevance

12345

/external/icu/icu4c/source/test/intltest/
H A Ddcfmtest.cpp381 const UnicodeString &round, // rounding mode
398 if (round=="ceiling") {
400 } else if (round=="floor") {
402 } else if (round=="down") {
404 } else if (round=="up") {
406 } else if (round=="halfeven") {
408 } else if (round=="halfdown") {
410 } else if (round=="halfup") {
412 } else if (round=="default") {
414 } else if (round
379 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.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]);
/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/platform/
H A DLayoutUnit.h147 ALWAYS_INLINE int round() const function in class:blink::LayoutUnit
758 return (fraction + size).round() - fraction.round();
763 return value.round();
/external/chromium_org/third_party/icu/source/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:__anon12088
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Ddct16x16_test.cc31 static int round(double x) { function in namespace:__anon12980
382 << "Error: 16x16 FHT/IHT has an individual round trip error > 1";
385 << "Error: 16x16 FHT/IHT has average round trip error > 1 per block";
543 coeff[j] = round(out_r[j]);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dblock.h47 short *round; member in struct:block
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_ssse3.c19 static void idct16_8col(__m128i *in, int round) { argument
271 if (round == 1) {
365 static void idct16_sse2(__m128i *in0, __m128i *in1, int round) { argument
367 idct16_8col(in0, round);
368 idct16_8col(in1, round);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_dct.c1052 static void fdct32(const tran_high_t *input, tran_high_t *output, int round) { argument
1128 if (round) {
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_math.h129 round(double x) function
/external/chromium_org/third_party/skia/bench/
H A Dnanobench.cpp163 int round = 0; local
166 if (round++ == FLAGS_maxCalibrationAttempts) {
222 // _this_ round, not still timing last round. We force this by looping
/external/chromium_org/third_party/skia/tests/
H A DMathTest.cpp248 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/icu/icu4c/source/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:__anon21894
/external/libvpx/libvpx/vp8/encoder/
H A Dblock.h47 short *round; member in struct:block
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c884 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)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c1009 static void fdct32(const int *input, int *output, int round) { argument
1085 if (round) {
/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/mesa3d/src/gallium/auxiliary/util/
H A Du_math.h126 round(double x) function
/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/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/libvpx/source/libvpx/vp8/
H A Dvp8_cx_iface.c915 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)
945 * ctx->cfg.g_timebase.den + round)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_cx_iface.c812 const int64_t round = TICKS_PER_SEC * timebase->num / 2 - 1; local
813 return (n * timebase->den + round) / timebase->num / TICKS_PER_SEC;
/external/chromium_org/third_party/libwebp/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

Completed in 1142 milliseconds

12345