Searched refs:ldexp (Results 1 – 11 of 11) sorted by relevance
111 TEST_FUNC_2IN(ldexp);112 TEST_FUNC_2I(ldexp);
64 float __attribute__((overloadable)) ldexp(float v, int i) {return SC_ldexpf(v, i);} in ldexp() function
151 TEST_FN_FUNC_FN_IN(ldexp);152 TEST_FN_FUNC_FN_I(ldexp);
270 TEST_FN_FUNC_FN_IN(ldexp);271 TEST_FN_FUNC_FN_I(ldexp);
284 TEST_FN_FUNC_FN_IN(ldexp);285 TEST_FN_FUNC_FN_I(ldexp);
285 TEST_FN_FUNC_FN_IN(ldexp);286 TEST_FN_FUNC_FN_I(ldexp);
340 BENCH_FN_FUNC_FN_IN(ldexp);341 BENCH_FN_FUNC_FN_I(ldexp);
536 extern float __attribute__((const, overloadable)) ldexp(float x, int y);537 FN_FUNC_FN_IN(ldexp)538 FN_FUNC_FN_I(ldexp)
460 extern float __attribute__((overloadable)) ldexp(float, int);461 FN_FUNC_FN_IN(ldexp)462 FN_FUNC_FN_I(ldexp)