Searched refs:__asinf_poly (Results 1 – 4 of 4) sorted by relevance
12 const float __asinf_poly[] = { variable
81 float p = horner_4_f32 (z2, __asinf_poly); in asinf()
79 float p = horner_4_f32 (z2, __asinf_poly); in acosf()
600 extern const float __asinf_poly[ASINF_POLY_ORDER + 1] HIDDEN;