Searched refs:M_PI (Results 1 – 8 of 8) sorted by relevance
/picolibc-latest/test/libc-testsuite/ |
D | snprintf.c | 146 { "%.15f", M_PI, "3.141592653589793" }, 148 { "%.18f", M_PI, "3.141592653589793000" }, 151 { "%.18f", M_PI, "3.141592653589793116" },
|
/picolibc-latest/newlib/libm/complex/ |
D | cephes_subr.c | 73 t = x / M_PI; in _redupi()
|
D | cephes_subrf.c | 73 t = x / (float)M_PI; in _redupif()
|
/picolibc-latest/test/ |
D | math_errhandling.c | 287 #define PI_VAL M_PI 329 #define PI_VAL ((float) M_PI)
|
D | printf_scanf.c | 145 static const double test_vals[] = { 1.234567, 1.1, M_PI };
|
/picolibc-latest/newlib/libc/include/ |
D | math.h | 703 #define M_PI 3.14159265358979323846 macro 727 #define M_TWOPI (M_PI * 2.0)
|
/picolibc-latest/newlib/libm/test/ |
D | math.c | 515 for (k = -M_PI *2; k < M_PI *2; k+= M_PI/2) in run_vector_1()
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 1642 * libc/include/math.h: Also define M_PI etc. if _XOPEN_SOURCE is
|