Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dmath_errhandling.c205 #define PI_VAL _M_PI_L macro
207 #define PI_VAL 3.141592653589793238462643383279502884L macro
257 #undef PI_VAL
287 #define PI_VAL M_PI macro
311 #undef PI_VAL
329 #define PI_VAL ((float) M_PI) macro
Dmath_errhandling_tests.c52 volatile const FLOAT_T makemathname(pio2) = (FLOAT_T) (PI_VAL/(FLOAT_T)2.0);
849 TEST(atan2_nottiny, PI_VAL, 0, 0),