Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/
Dsinf.c28 if (abstop12 (y) < abstop12 (pio4)) in sinf()
32 if (unlikely (abstop12 (y) < abstop12 (0x1p-12f))) in sinf()
34 if (unlikely (abstop12 (y) < abstop12 (0x1p-126f))) in sinf()
42 else if (likely (abstop12 (y) < abstop12 (120.0f))) in sinf()
54 else if (abstop12 (y) < abstop12 (INFINITY)) in sinf()
Dsincosf.c29 if (abstop12 (y) < abstop12 (pio4)) in sincosf()
33 if (unlikely (abstop12 (y) < abstop12 (0x1p-12f))) in sincosf()
35 if (unlikely (abstop12 (y) < abstop12 (0x1p-126f))) in sincosf()
45 else if (abstop12 (y) < abstop12 (120.0f)) in sincosf()
57 else if (likely (abstop12 (y) < abstop12 (INFINITY))) in sincosf()
Dcosf.c29 if (abstop12 (y) < abstop12 (pio4)) in cosf()
33 if (unlikely (abstop12 (y) < abstop12 (0x1p-12f))) in cosf()
38 else if (likely (abstop12 (y) < abstop12 (120.0f))) in cosf()
50 else if (abstop12 (y) < abstop12 (INFINITY)) in cosf()
Dsincosf.h35 abstop12 (float x) in abstop12() function