Searched refs:frexpf (Results 1 – 7 of 7) sorted by relevance
26 frexpf(float x, int *eptr) in frexpf() function
212 FUNCTION(frexpf, float (*f)(float, int*)); in math_h()
145 frexpf;
141 float frexpf(float __x, int* _Nonnull __exponent);
1625 TEST(math_h, frexpf) { in TEST() argument1627 float fr = frexpf(1024.0f, &exp); in TEST()1715 float fr = frexpf(14.1f, &exp); in TEST()1961 DoMathDataTest<1>(g_frexpf_intel_data, frexpf); in TEST()
297 frexpf
1022 CALL(frexpf)