Home
last modified time | relevance | path

Searched refs:exp10f (Results 1 – 3 of 3) sorted by relevance

/external/platform/pico/rp2_common/pico_float/include/pico/
A Dfloat.h53 float exp10f(float x);
/external/platform/pico/rp2_common/pico_float/
A Dfloat_none.S60 wrapper_func exp10f
A Dfloat_math.c329 float WRAPPER_FUNC(exp10f)(float x) { check_nan_f1(x); return (float)exp((double)x*LOG10); } in WRAPPER_FUNC() argument

Completed in 6 milliseconds