Searched refs:pow (Results 1 – 6 of 6) sorted by relevance
| /hal_rpi_pico-latest/src/rp2_common/pico_double/ |
| D | double_none.S | 63 wrapper_func pow
|
| D | CMakeLists.txt | 109 pico_wrap_function(${TARGET} pow)
|
| D | BUILD.bazel | 56 "-Wl,--wrap=pow",
|
| D | double_math.c | 341 double WRAPPER_FUNC(exp10)(double x) { check_nan_d1(x); return pow(10,x); } in WRAPPER_FUNC() 472 double WRAPPER_FUNC(pow)(double x,double y) { in WRAPPER_FUNC() argument
|
| /hal_rpi_pico-latest/test/pico_float_test/ |
| D | pico_double_test.c | 367 printf("POW %10.18f\n", check_close2(pow, x, x)); in main() 392 printf("POW %10.18f\n", check_nan(pow(x, x))); in main()
|
| /hal_rpi_pico-latest/src/rp2_common/pico_float/ |
| D | float_sci_m33_vfp.S | 161 exptab3: @ pow(2,[0..31]/32)
|