Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_none.S43 wrapper_func ldexp
DCMakeLists.txt89 pico_wrap_function(${TARGET} ldexp)
DBUILD.bazel36 "-Wl,--wrap=ldexp",
Ddouble_math.c95 double WRAPPER_FUNC(ldexp)(double x, int de) { in WRAPPER_FUNC() argument
370 v0=dldexp(round(ldexp(v,26)),-26); in dpow_1()
/hal_rpi_pico-latest/test/pico_float_test/
Dpico_double_test.c369 printf("LDEXP %10.18f\n", check_close2(ldexp, x, x)); in main()
394 printf("LDEXP %10.18f\n", check_nan(ldexp(x, x))); in main()