Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libm/common/
Dsinf.c48 if (abstop12 (y) < abstop12 (pio4)) in sinf()
52 if (unlikely (abstop12 (y) < abstop12 (0x1p-12f))) in sinf()
54 if (unlikely (abstop12 (y) < abstop12 (0x1p-126f))) in sinf()
62 else if (likely (abstop12 (y) < abstop12 (120.0f))) in sinf()
74 else if (abstop12 (y) < abstop12 (INFINITY)) in sinf()
Dsincosf.c49 if (abstop12 (y) < abstop12 (pio4)) in sincosf()
53 if (unlikely (abstop12 (y) < abstop12 (0x1p-12f))) in sincosf()
55 if (unlikely (abstop12 (y) < abstop12 (0x1p-126f))) in sincosf()
65 else if (abstop12 (y) < abstop12 (120.0f)) in sincosf()
77 else if (likely (abstop12 (y) < abstop12 (INFINITY))) in sincosf()
Dcosf.c49 if (abstop12 (y) < abstop12 (pio4)) in cosf()
53 if (unlikely (abstop12 (y) < abstop12 (0x1p-12f))) in cosf()
58 else if (likely (abstop12 (y) < abstop12 (120.0f))) in cosf()
70 else if (abstop12 (y) < abstop12 (INFINITY)) in cosf()
Dsincosf.h56 abstop12 (float x) in abstop12() function