Searched defs:round (Results 1 - 25 of 26) sorted by relevance

12

/external/v8/tools/
H A Dgenerate-ten-powers.scm56 (define (round-n-cut n e nb-bits)
58 (define (round n)
59 (case *round*
63 ;; with the -1 it will only round up if the cut off part is
68 ((round)
73 (cut (bit-rshbx (round n) shift))
77 (round-n-cut n (+fx e 1) nb-bits))))
80 (case *round*
83 ((round) (let ((tmp (/bx (*bx #z2 x) y)))
126 (round
[all...]
/external/srec/audio/AudioIn/UNIX/include/
H A Dfilter.h45 typeAccum round; // used for roundoff member in struct:fir_struct
/external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
H A DSimpleBigDecimal.java159 public BigInteger round() method in class:SimpleBigDecimal
H A DTnaf.java166 public static ZTauElement round(SimpleBigDecimal lambda0, method in class:Tnaf
181 BigInteger f0 = lambda0.round();
182 BigInteger f1 = lambda1.round();
299 // round up
629 ZTauElement q = round(lambda0, lambda1, mu);
/external/libvpx/vp8/encoder/
H A Dquantize.c28 short *round_ptr = b->round;
74 short *round_ptr = b->round;
113 short *round_ptr = b->round;
186 int round; local
192 round = dq >> 1;
196 x += round;
225 short *round_ptr = b->round;
H A Dblock.h40 short *round; member in struct:__anon6239
/external/dropbear/libtomcrypt/src/ciphers/safer/
H A Dsafer.c258 unsigned int round; local
268 if (SAFER_MAX_NOF_ROUNDS < (round = *key)) round = SAFER_MAX_NOF_ROUNDS;
269 while(round-- > 0)
312 unsigned int round; local
322 if (SAFER_MAX_NOF_ROUNDS < (round = *key)) round = SAFER_MAX_NOF_ROUNDS;
323 key += SAFER_BLOCK_LEN * (1 + 2 * round);
326 while (round--)
/external/icu4c/test/intltest/
H A Ddcfmtest.cpp368 const UnicodeString &round, // rounding mode
384 if (round=="ceiling") {
386 } else if (round=="floor") {
388 } else if (round=="down") {
390 } else if (round=="up") {
392 } else if (round=="halfeven") {
394 } else if (round=="halfdown") {
396 } else if (round=="halfup") {
398 } else if (round=="default") {
403 lineNum, UnicodeStringPiece(round)
366 execFormatTest(int32_t lineNum, const UnicodeString &pattern, const UnicodeString &round, const UnicodeString &input, const UnicodeString &expected, UErrorCode &status) argument
[all...]
/external/iproute2/ip/
H A Dipneigh.c382 int round = 0; local
390 while (round < MAX_ROUNDS) {
402 if (round == 0)
405 printf("*** Flush is complete after %d round%s ***\n", round, round>1?"s":"");
410 round++;
414 printf("\n*** Round %d, deleting %d entries ***\n", round, filter.flushed);
H A Dipaddress.c814 int round = 0; local
821 while (round < MAX_ROUNDS) {
853 if (round == 0)
856 printf("*** Flush is complete after %d round%s ***\n", round, round>1?"s":"");
861 round++;
866 printf("\n*** Round %d, deleting %d addresses ***\n", round, filter.flushed);
H A Diproute.c1199 int round = 0; local
1229 if (round == 0 && (!filter.cloned || do_ipv6 == AF_INET6))
1232 printf("*** Flush is complete after %d round%s ***\n", round, round>1?"s":"");
1237 round++;
1248 printf("\n*** Round %d, deleting %d entries ***\n", round, filter.flushed);
/external/qemu/
H A Dd3des.c325 register int round; local
347 for( round = 0; round < 8; round++ ) {
/external/webkit/Source/JavaScriptCore/wtf/
H A DMathExtras.h112 static double round(double num) function
126 inline long long llround(double num) { return static_cast<long long>(round(num)); }
128 inline long lround(double num) { return static_cast<long>(round(num)); }
/external/webkit/Source/WebCore/platform/graphics/android/
H A DImageAndroid.cpp158 static void round(SkIRect* dst, const WebCore::FloatRect& src) function in namespace:WebCore
284 round(&srcR, srcRect);
/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/icu4c/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:__anon4775
/external/libvpx/vp8/
H A Dvp8_cx_iface.c767 vpx_codec_pts_t round, delta; local
772 round = 1000000 * ctx->cfg.g_timebase.num / 2 - 1;
778 (dst_time_stamp * ctx->cfg.g_timebase.den + round)
781 (delta * ctx->cfg.g_timebase.den + round)
797 * ctx->cfg.g_timebase.den + round)
/external/skia/tests/
H A DMathTest.cpp125 assert_float_equal(reporter, "round", x, ix, iix);
175 // round (down) large ints the same as IEEE...
223 int round = (int)floorf(s + 0.5f); local
229 REPORTER_ASSERT(reporter, iround == round);
/external/webkit/Source/WebCore/xml/
H A DXPathFunctions.cpp230 static double round(double);
506 long pos = static_cast<long>(FunRound::round(doublePos));
513 len = static_cast<long>(FunRound::round(doubleLen));
659 double FunRound::round(double val) function in class:WebCore::XPath::FunRound
672 return round(arg(0)->evaluate().toNumber());
700 { "round", { &createFunRound, 1 } },
/external/clang/lib/Headers/
H A Dtgmath.h1123 // round
1131 __tg_round(double __x) {return round(__x);}
1137 #undef round macro
1138 #define round(__x) __tg_round(__tg_promote1((__x))(__x)) macro
/external/freetype/src/autofit/
H A Daflatin.c184 /* round segments the overshoot positions. */
227 FT_Bool round = 0; local
298 /* now check whether the point belongs to a straight or round */
338 /* now set the `round' flag depending on the segment's kind */
339 round = FT_BOOL(
343 FT_TRACE5(( "%c ", round ? 'r' : 'f' ));
346 if ( round )
829 /* a segment is round if either its first or last point */
1213 FT_Int is_round = 0; /* does it contain round segments? */
1296 /* set the round/straigh
[all...]
H A Daflatin2.c222 FT_Bool round; local
291 /* now check whether the point belongs to a straight or round */
331 /* now, set the `round' flag depending on the segment's kind */
332 round = FT_BOOL(
336 FT_TRACE5(( "%c ", round ? 'r' : 'f' ));
339 if ( round )
804 /* a segment is round if it doesn't have successive */
1223 FT_Int is_round = 0; /* does it contain round segments? */
1306 /* set the round/straight flags */
1692 /* in the case of vertical hinting, always round */
[all...]
/external/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp562 // We need another round if spill intervals were added.
673 unsigned round = 0; local
676 DEBUG(dbgs() << " PBQP Regalloc round " << round << ":\n");
686 ++round;
/external/valgrind/unittest/
H A Dbigtest.cc224 inline double round(double lf) { function
278 params.NUM_CONTEXTS = round(params.num_contexts);
281 params.NUM_ITERATIONS = round(params.num_iterations_times_runcount / map_of_counts[101]);
513 params.DATA_SIZE = 1 + round(params.data_size_times_runcount / params.EstimateRuncount());
517 params.NUM_CONTEXTS = round(params.num_contexts);
654 int count = round(it->second / nThreads);
692 nThreads = round(nThreads_double);
/external/webp/src/enc/
H A Ddsp.c293 int size, int round, int shift) {
303 DC = (DC + round) >> shift;
307 DC = (DC + round) >> shift;
291 DCMode(uint8_t* dst, const uint8_t* left, const uint8_t* top, int size, int round, int shift) argument

Completed in 3559 milliseconds

12