Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_none.S45 wrapper_func trunc
DCMakeLists.txt91 pico_wrap_function(${TARGET} trunc)
DBUILD.bazel38 "-Wl,--wrap=trunc",
Ddouble_math.c177 double WRAPPER_FUNC(trunc)(double x) { in WRAPPER_FUNC() argument
/hal_rpi_pico-latest/test/pico_float_test/
Dpico_double_test.c368 printf("TRUNC %10.18f\n", check_close1(trunc, x)); in main()
393 printf("TRUNC %10.18f\n", check_nan(trunc(x))); in main()