Home
last modified time | relevance | path

Searched refs:ROUNDS (Results 1 - 11 of 11) sorted by relevance

/third_party/node/test/sequential/
H A Dtest-net-connect-econnrefused.js29 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 DMathContext.java313 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 DMathContext.java302 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 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()
H A Dperf_get_concurrent.c53 * 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 Dtest_concurrent_stop.c43 * 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 Dwp_block.c58 #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 Dwp_block.c58 #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 DX86IntrinsicsInfo.h39 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 DX86ISelLowering.cpp24116 case ROUNDS: {
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 38 milliseconds