/third_party/node/test/sequential/ |
D | test-net-connect-econnrefused.js | 29 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/ |
D | MathContext.java | 302 …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/ |
D | MathContext.java | 313 …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/ |
D | perf_get.c | 64 #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()
|
D | perf_get_concurrent.c | 55 #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()
|
D | test_concurrent_stop.c | 45 #define ROUNDS 50000 macro 123 for (i=0;i<ROUNDS;i++) in do_gets()
|
/third_party/glib/gobject/tests/ |
D | qdata.c | 17 #define ROUNDS 10000 macro 31 for (i = 0; i < ROUNDS; i++) in thread_func()
|
/third_party/openssl/crypto/whrlpool/ |
D | wp_block.c | 51 #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/ |
D | atomic.c | 255 #define ROUNDS 10000 macro 267 for (i = 0; i < ROUNDS; i++) in thread_func()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_ssl.function | 2131 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/ |
D | X86IntrinsicsInfo.h | 39 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),
|
D | X86ISelLowering.cpp | 24116 case ROUNDS: { in LowerINTRINSIC_WO_CHAIN()
|