Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 3 of 3) sorted by relevance

/sysdeps/x86/
A Ddl-tunables.list40 # more data with a single load and store, the threshold is
43 # threshold is extrapolated to 16KB. For machines with FSRM the
44 # threshold is universally set at 2112 bytes. Note: Since the
45 # REP MOVSB threshold must be greater than 8 times of vector
59 # on threshold.
/sysdeps/ieee754/flt-32/
A De_j0f.c288 float threshold = 0x1.579b26p-4f; in __ieee754_j0f() local
289 if (fabsf (cc) > threshold) in __ieee754_j0f()
586 float threshold = 0x1.be585ap-4; in __ieee754_y0f() local
587 if (fabsf (ss) > threshold) in __ieee754_y0f()
A De_j1f.c299 float threshold = 0x1.b79638p-4; in __ieee754_j1f() local
300 if (fabsf (cc) > threshold) in __ieee754_j1f()
591 float threshold = 0x1.3e014cp-2; in __ieee754_y1f() local
595 if (fabsf (ss) > threshold) in __ieee754_y1f()

Completed in 7 milliseconds