/third_party/skia/third_party/externals/freetype/src/tools/ |
D | test_trig.c | 12 #define THRESHOLD 64 macro 32 if ( abs( f2-f1 ) > THRESHOLD ) in test_cos() 58 if ( abs( f2-f1 ) > THRESHOLD ) in test_sin() 84 if ( abs( f2-f1 ) > THRESHOLD ) in test_tan() 149 if ( abs( v.x-c2 ) > THRESHOLD || in test_unit() 150 abs( v.y-s2 ) > THRESHOLD ) in test_unit() 179 if ( abs( l2-l ) > THRESHOLD ) in test_length() 229 if ( abs( c4 - v.x ) > THRESHOLD || in test_rotate() 230 abs( s4 - v.y ) > THRESHOLD ) in test_rotate()
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_threshold.asm | 33 %macro THRESHOLD 3 85 THRESHOLD 8, b, pb_128 label 86 THRESHOLD 16, w, pb_128_0 label 90 THRESHOLD 8, b, pb_128 label 91 THRESHOLD 16, w, pb_128_0 label
|
/third_party/musl/libc-test/src/regression/ |
D | malloc-multi-thread-performance.c | 13 #define THRESHOLD (MMAP_THRESHOLD / 16) macro 16 #define MALLOC_TIME (ITER_TIME * (THRESHOLD / (SIZE_ALIGN + 1))) 41 for (size_t size = 0; size < THRESHOLD; size += SIZE_ALIGN + 1) { in func()
|
D | malloc-pressure.c | 6 #define THRESHOLD (0x1c00 * SIZE_ALIGN) macro 15 for (size_t size = 0; size < THRESHOLD; size += SIZE_ALIGN + 1) { in main()
|
/third_party/ltp/testcases/cve/ |
D | stack_clash.c | 53 static unsigned long THRESHOLD; variable 88 mapped_addr, mmap_end, fault_addr, diff, THRESHOLD); in segv_handler() 89 if (diff < 0 || (unsigned long)diff < THRESHOLD) in segv_handler() 287 THRESHOLD = (GAP_PAGES - 1) * page_size; in setup()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_fspp.c | 295 THRESHOLD(tmp0, d0, threshold[0 * 8]); in column_fidct_c() 296 THRESHOLD(tmp1, d2, threshold[2 * 8]); in column_fidct_c() 297 THRESHOLD(tmp2, d4, threshold[4 * 8]); in column_fidct_c() 298 THRESHOLD(tmp3, d6, threshold[6 * 8]); in column_fidct_c() 332 THRESHOLD(tmp4, d1, threshold[1 * 8]); in column_fidct_c() 333 THRESHOLD(tmp5, d3, threshold[3 * 8]); in column_fidct_c() 334 THRESHOLD(tmp6, d5, threshold[5 * 8]); in column_fidct_c() 335 THRESHOLD(tmp7, d7, threshold[7 * 8]); in column_fidct_c()
|
D | vf_fspp.h | 38 #define THRESHOLD(r,x,t) \ macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/ |
D | 5-2.c | 36 #define THRESHOLD (TIMEOUT - 1) macro 80 if ((newtime - oldtime) < THRESHOLD) { in main()
|
/third_party/ltp/testcases/realtime/func/thread_clock/ |
D | tc-2.c | 52 #define THRESHOLD 0.5 /* 500 milliseconds */ macro 184 pass_criteria = THRESHOLD; in main()
|
/third_party/littlefs/scripts/ |
D | perfbd.py | 28 THRESHOLD = (0.5, 0.85) variable 896 threshold = THRESHOLD 1223 const=THRESHOLD, 1225 "all lines. Defaults to %s." % ','.join(str(t) for t in THRESHOLD)) 1230 const=THRESHOLD, 1232 "all lines. Defaults to %s." % ','.join(str(t) for t in THRESHOLD)) 1237 const=THRESHOLD, 1239 "all lines. Defaults to %s." % ','.join(str(t) for t in THRESHOLD)) 1244 const=THRESHOLD, 1246 "all lines. Defaults to %s." % ','.join(str(t) for t in THRESHOLD))
|
D | perf.py | 37 THRESHOLD = (0.5, 0.85) variable 929 t0, t1 = THRESHOLD 1259 const=THRESHOLD, 1261 "all lines. Defaults to %s." % ','.join(str(t) for t in THRESHOLD))
|
/third_party/ltp/testcases/realtime/func/pi_perf/ |
D | pi_perf.c | 63 #define THRESHOLD 200 /* microseconds */ macro 233 pass_criteria = THRESHOLD; in main()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | CanonicalCharacterData.java | 23 private static int THRESHOLD = 4; field in CanonicalCharacterData 53 if (nEquivalents > THRESHOLD) { in Record()
|
/third_party/ltp/testcases/realtime/func/pthread_kill_latency/ |
D | pthread_kill_latency.c | 60 #define THRESHOLD 20 macro 285 pass_criteria = THRESHOLD; in main()
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | ulyss10.txt | 22615 BLOOM: The just man falls seven times. (HE STANDS ASIDE AT THE THRESHOLD) 22620 (SHE CROSSES THE THRESHOLD. HE HESITATES. SHE TURNS AND, HOLDING OUT
|