Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_none.S66 wrapper_func cbrt
DCMakeLists.txt112 pico_wrap_function(${TARGET} cbrt)
DBUILD.bazel59 "-Wl,--wrap=cbrt",
Ddouble_math.c529 double WRAPPER_FUNC(cbrt)(double x) { in WRAPPER_FUNC() argument
532 if(disneg(x)) return dneg(cbrt(dneg(x))); in WRAPPER_FUNC()