/third_party/node/test/sequential/ |
H A D | test-net-connect-econnrefused.js | 29 const ROUNDS = 5; 47 if (rounds === ROUNDS) return check(); 63 assert.strictEqual(rounds, ROUNDS); 64 assert.strictEqual(reqs, ROUNDS * ATTEMPTS_PER_ROUND);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
H A D | MathContext.java | 313 private static final int ROUNDS[]=new int[]{ROUND_HALF_UP,ROUND_UNNECESSARY,ROUND_CEILING,ROUND_DOWN,ROUND_FLOOR,ROUND_HALF_DOWN,ROUND_HALF_EVEN,ROUND_UP}; field in MathContext 316 private static final java.lang.String ROUNDWORDS[]=new java.lang.String[]{"ROUND_HALF_UP","ROUND_UNNECESSARY","ROUND_CEILING","ROUND_DOWN","ROUND_FLOOR","ROUND_HALF_DOWN","ROUND_HALF_EVEN","ROUND_UP"}; // matching names of the ROUNDS values 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/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/ |
H A D | MathContext.java | 302 private static final int ROUNDS[]=new int[]{ROUND_HALF_UP,ROUND_UNNECESSARY,ROUND_CEILING,ROUND_DOWN,ROUND_FLOOR,ROUND_HALF_DOWN,ROUND_HALF_EVEN,ROUND_UP}; field in MathContext 305 private static final java.lang.String ROUNDWORDS[]=new java.lang.String[]{"ROUND_HALF_UP","ROUND_UNNECESSARY","ROUND_CEILING","ROUND_DOWN","ROUND_FLOOR","ROUND_HALF_DOWN","ROUND_HALF_EVEN","ROUND_UP"}; // matching names of the ROUNDS values 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/skia/third_party/externals/microhttpd/src/testcurl/ |
H A 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()
|
H A D | perf_get_concurrent.c | 53 * test (total number of requests will be ROUNDS * PAR). 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()
|
H A D | test_concurrent_stop.c | 43 * test (total number of requests will be ROUNDS * PAR). 45 #define ROUNDS 50000 macro 123 for (i=0;i<ROUNDS;i++) in do_gets()
|
/third_party/node/deps/openssl/openssl/crypto/whrlpool/ |
H A D | wp_block.c | 58 #define ROUNDS 10 macro 225 u8 c[(256 * N + ROUNDS) * sizeof(u64)]; 226 u64 q[(256 * N + ROUNDS)]; 488 /* rc[ROUNDS] */ 518 for (r = 0; r < ROUNDS; r++) { in whirlpool_block() 565 for (r = 0; r < ROUNDS; r++) { in whirlpool_block()
|
/third_party/openssl/crypto/whrlpool/ |
H A D | wp_block.c | 58 #define ROUNDS 10 macro 225 u8 c[(256 * N + ROUNDS) * sizeof(u64)]; 226 u64 q[(256 * N + ROUNDS)]; 488 /* rc[ROUNDS] */ 518 for (r = 0; r < ROUNDS; r++) { in whirlpool_block() 565 for (r = 0; r < ROUNDS; r++) { in whirlpool_block()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86IntrinsicsInfo.h | 39 ROUNDP, ROUNDS 1092 X86_INTRINSIC_DATA(sse41_round_sd, ROUNDS, X86ISD::VRNDSCALES, 0), 1093 X86_INTRINSIC_DATA(sse41_round_ss, ROUNDS, X86ISD::VRNDSCALES, 0),
|
H A D | X86ISelLowering.cpp | 24116 case ROUNDS: { [all...] |
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |