Searched refs:expm1 (Results 1 – 4 of 4) sorted by relevance
71 wrapper_func expm1
117 pico_wrap_function(${TARGET} expm1)
64 "-Wl,--wrap=expm1",
345 double WRAPPER_FUNC(expm1)(double x) { check_nan_d1(x); return exp(x)-1; } in WRAPPER_FUNC() argument