Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_none.S44 wrapper_func truncf
DCMakeLists.txt58 pico_wrap_function(${TARGET} truncf)
DBUILD.bazel41 "-Wl,--wrap=truncf",
Dfloat_math.c174 float WRAPPER_FUNC(truncf)(float x) { in WRAPPER_FUNC() argument
/hal_rpi_pico-latest/test/pico_float_test/
Dpico_float_test.c415 printf("TRUNCF %10.18f\n", check_close1(truncf, x)); in main()
452 printf("TRUNCF %10.18f\n", truncf(x)); in main()