Home
last modified time | relevance | path

Searched refs:powf (Results 1 – 5 of 5) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_none.S62 wrapper_func powf
DCMakeLists.txt76 pico_wrap_function(${TARGET} powf)
DBUILD.bazel59 "-Wl,--wrap=powf",
Dfloat_math.c428 float WRAPPER_FUNC(powf)(float x,float y) { in WRAPPER_FUNC() argument
/hal_rpi_pico-latest/test/pico_float_test/
Dpico_float_test.c412 printf("POWF %10.18f\n", check_close2(powf, x, x)); in main()
451 printf("POWF %10.18f\n", powf(x, x)); in main()