Searched refs:ldexp (Results 1 – 5 of 5) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_double/ |
D | double_none.S | 43 wrapper_func ldexp
|
D | CMakeLists.txt | 89 pico_wrap_function(${TARGET} ldexp)
|
D | BUILD.bazel | 36 "-Wl,--wrap=ldexp",
|
D | double_math.c | 95 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/ |
D | pico_double_test.c | 369 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()
|