Home
last modified time | relevance | path

Searched refs:abstop12 (Results 1 – 5 of 5) sorted by relevance

/sysdeps/ieee754/flt-32/
A Ds_sinf.c45 if (abstop12 (y) < abstop12 (pio4)) in SINF_FUNC()
49 if (__glibc_unlikely (abstop12 (y) < abstop12 (0x1p-12f))) in SINF_FUNC()
52 if (__glibc_unlikely (abstop12 (y) < abstop12 (0x1p-126f))) in SINF_FUNC()
59 else if (__glibc_likely (abstop12 (y) < abstop12 (120.0f))) in SINF_FUNC()
71 else if (abstop12 (y) < abstop12 (INFINITY)) in SINF_FUNC()
A Ds_sincosf.c45 if (abstop12 (y) < abstop12 (pio4)) in SINCOSF_FUNC()
49 if (__glibc_unlikely (abstop12 (y) < abstop12 (0x1p-12f))) in SINCOSF_FUNC()
52 if (__glibc_unlikely (abstop12 (y) < abstop12 (0x1p-126f))) in SINCOSF_FUNC()
61 else if (abstop12 (y) < abstop12 (120.0f)) in SINCOSF_FUNC()
73 else if (__glibc_likely (abstop12 (y) < abstop12 (INFINITY))) in SINCOSF_FUNC()
A Ds_cosf.c45 if (abstop12 (y) < abstop12 (pio4)) in COSF_FUNC()
49 if (__glibc_unlikely (abstop12 (y) < abstop12 (0x1p-12f))) in COSF_FUNC()
54 else if (__glibc_likely (abstop12 (y) < abstop12 (120.0f))) in COSF_FUNC()
66 else if (abstop12 (y) < abstop12 (INFINITY)) in COSF_FUNC()
A Ds_tanf.c35 if (__glibc_likely (abstop12 (x) < abstop12 (120.0f))) in rem_pio2f()
A Ds_sincosf.h37 abstop12 (float x) in abstop12() function

Completed in 5 milliseconds