Home
last modified time | relevance | path

Searched refs:ROUNDS (Results 1 – 12 of 12) sorted by relevance

/third_party/node/test/sequential/
Dtest-net-connect-econnrefused.js29 const ROUNDS = 5; constant
47 if (rounds === ROUNDS) return check();
64 assert.strictEqual(rounds, ROUNDS);
65 assert.strictEqual(reqs, ROUNDS * ATTEMPTS_PER_ROUND);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/
DMathContext.java302 …private static final int ROUNDS[]=new int[]{ROUND_HALF_UP,ROUND_UNNECESSARY,ROUND_CEILING,ROUND_DO… field in MathContext
559 {int $1=ROUNDS.length;r=0;r:for(;$1>0;$1--,r++){ in toString()
560 if (roundingMode==ROUNDS[r]) in toString()
576 {int $2=ROUNDS.length;for(r=0;$2>0;$2--,r++){ in isValidRound()
577 if (testround==ROUNDS[r]) in isValidRound()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
DMathContext.java313 …private static final int ROUNDS[]=new int[]{ROUND_HALF_UP,ROUND_UNNECESSARY,ROUND_CEILING,ROUND_DO… field in MathContext
580 {int $1=ROUNDS.length;r=0;r:for(;$1>0;$1--,r++){ in toString()
581 if (roundingMode==ROUNDS[r]) in toString()
597 {int $2=ROUNDS.length;for(r=0;$2>0;$2--,r++){ in isValidRound()
598 if (testround==ROUNDS[r]) in isValidRound()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dperf_get.c64 #define ROUNDS 500 macro
116 double rps = ((double) (ROUNDS * 1000)) / ((double) (now() - start_time)); in stop()
200 for (i=0;i<ROUNDS;i++) in testInternalGet()
260 for (i=0;i<ROUNDS;i++) in testMultithreadedGet()
320 for (i=0;i<ROUNDS;i++) in testMultithreadedPoolGet()
395 for (i=0;i<ROUNDS;i++) in testExternalGet()
Dperf_get_concurrent.c55 #define ROUNDS 500 macro
112 double rps = ((double) (PAR * ROUNDS * 1000)) / ((double) (now() - start_time)); in stop()
184 for (i=0;i<ROUNDS;i++) in do_gets()
Dtest_concurrent_stop.c45 #define ROUNDS 50000 macro
123 for (i=0;i<ROUNDS;i++) in do_gets()
/third_party/glib/gobject/tests/
Dqdata.c17 #define ROUNDS 10000 macro
31 for (i = 0; i < ROUNDS; i++) in thread_func()
/third_party/openssl/crypto/whrlpool/
Dwp_block.c51 #define ROUNDS 10 macro
219 u8 c[(256 * N + ROUNDS) * sizeof(u64)];
220 u64 q[(256 * N + ROUNDS)];
512 for (r = 0; r < ROUNDS; r++) { in whirlpool_block()
559 for (r = 0; r < ROUNDS; r++) { in whirlpool_block()
/third_party/glib/glib/tests/
Datomic.c255 #define ROUNDS 10000 macro
267 for (i = 0; i < ROUNDS; i++) in thread_func()
/third_party/mbedtls/tests/suites/
Dtest_suite_ssl.function2131 enum { ROUNDS = 2 };
2132 size_t put[ROUNDS];
2133 int put_ret[ROUNDS];
2134 size_t get[ROUNDS];
2135 int get_ret[ROUNDS];
2169 for( j = 0; j < ROUNDS; j++ )
2183 for( j = 0; j < ROUNDS; j++ )
2205 for( j = 0; j < ROUNDS; j++ )
2383 enum { ROUNDS = 2 };
2386 unsigned char message[ROUNDS][MSGLEN];
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h39 ROUNDP, ROUNDS enumerator
1092 X86_INTRINSIC_DATA(sse41_round_sd, ROUNDS, X86ISD::VRNDSCALES, 0),
1093 X86_INTRINSIC_DATA(sse41_round_ss, ROUNDS, X86ISD::VRNDSCALES, 0),
DX86ISelLowering.cpp24116 case ROUNDS: { in LowerINTRINSIC_WO_CHAIN()