Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/
Dsinf.c24 if (abstop12 (y) < abstop12 (pio4f)) in sinf()
28 if (unlikely (abstop12 (y) < abstop12 (0x1p-12f))) in sinf()
30 if (unlikely (abstop12 (y) < abstop12 (0x1p-126f))) in sinf()
38 else if (likely (abstop12 (y) < abstop12 (120.0f))) in sinf()
50 else if (abstop12 (y) < abstop12 (INFINITY)) in sinf()
Dsincosf.c25 if (abstop12 (y) < abstop12 (pio4f)) in sincosf()
29 if (unlikely (abstop12 (y) < abstop12 (0x1p-12f))) in sincosf()
31 if (unlikely (abstop12 (y) < abstop12 (0x1p-126f))) in sincosf()
41 else if (abstop12 (y) < abstop12 (120.0f)) in sincosf()
53 else if (likely (abstop12 (y) < abstop12 (INFINITY))) in sincosf()
Dcosf.c25 if (abstop12 (y) < abstop12 (pio4f)) in cosf()
29 if (unlikely (abstop12 (y) < abstop12 (0x1p-12f))) in cosf()
34 else if (likely (abstop12 (y) < abstop12 (120.0f))) in cosf()
46 else if (abstop12 (y) < abstop12 (INFINITY)) in cosf()
Dsincosf.h35 abstop12 (float x) in abstop12() function
/external/arm-optimized-routines/pl/math/
Derfcf_2u.c51 abstop12 (float x) in abstop12() function
91 if (unlikely (abstop12 (x) - 0x328 >= (abstop12 (INFINITY) & 0x7f8) - 0x328)) in erfcf()
93 if (abstop12 (x) >= 0x7f8) in erfcf()
Derfc_4u5.c89 abstop12 (double x) in abstop12() function
123 if (unlikely (abstop12 (x) - 0x3cd >= (abstop12 (INFINITY) & 0x7ff) - 0x3cd)) in erfc()
125 if (abstop12 (x) >= 0x7ff) in erfc()