Searched refs:log1p (Results 1 – 4 of 4) sorted by relevance
72 wrapper_func log1p
118 pico_wrap_function(${TARGET} log1p)
65 "-Wl,--wrap=log1p",
346 double WRAPPER_FUNC(log1p)(double x) { check_nan_d1(x); return log(1+x); } in WRAPPER_FUNC() argument