Searched refs:exp2f (Results 1 – 4 of 4) sorted by relevance
58 wrapper_func exp2f
72 pico_wrap_function(${TARGET} exp2f)
55 "-Wl,--wrap=exp2f",
327 float WRAPPER_FUNC(exp2f)(float x) { check_nan_f1(x); return (float)exp((double)x*LOG2); } in WRAPPER_FUNC() argument