Searched refs:threshold (Results 1 – 3 of 3) sorted by relevance
40 # more data with a single load and store, the threshold is43 # threshold is extrapolated to 16KB. For machines with FSRM the44 # threshold is universally set at 2112 bytes. Note: Since the45 # REP MOVSB threshold must be greater than 8 times of vector59 # on threshold.
288 float threshold = 0x1.579b26p-4f; in __ieee754_j0f() local289 if (fabsf (cc) > threshold) in __ieee754_j0f()586 float threshold = 0x1.be585ap-4; in __ieee754_y0f() local587 if (fabsf (ss) > threshold) in __ieee754_y0f()
299 float threshold = 0x1.b79638p-4; in __ieee754_j1f() local300 if (fabsf (cc) > threshold) in __ieee754_j1f()591 float threshold = 0x1.3e014cp-2; in __ieee754_y1f() local595 if (fabsf (ss) > threshold) in __ieee754_y1f()
Completed in 7 milliseconds