Home
last modified time | relevance | path

Searched refs:PIf (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_math.c31 #define PIf 3.14159265358979323846f macro
273 if(fispinf(x)) return (float)( PIf/2); in WRAPPER_FUNC()
274 if(fisminf(x)) return (float)(-PIf/2); in WRAPPER_FUNC()
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_math.c33 #define PIf 3.14159265358979323846f macro