Home
last modified time | relevance | path

Searched refs:log1pf (Results 1 – 4 of 4) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_none.S71 wrapper_func log1pf
DCMakeLists.txt85 pico_wrap_function(${TARGET} log1pf)
DBUILD.bazel68 "-Wl,--wrap=log1pf",
Dfloat_math.c333 float WRAPPER_FUNC(log1pf)(float x) { check_nan_f1(x); return (float)(log(1+(double)x)); } in WRAPPER_FUNC() argument