Home
last modified time | relevance | path

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

/dragonfly/tools/regression/lib/libm/
H A Dtest-cexp.c314 1.0, M_PI_4, M_SQRT2 * 0.5 * M_E, M_SQRT2 * 0.5 * M_E, in test_small()
315 -1.0, M_PI_4, M_SQRT2 * 0.5 / M_E, M_SQRT2 * 0.5 / M_E, in test_small()
/dragonfly/contrib/openbsd_libm/include/global/
H A Dmath.h141 #define M_SQRT2 ((double)1.41421356237309504880) /* sqrt(2) */ macro