Searched refs:M_SQRT2 (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/groff/src/preproc/pic/ |
| HD | pic.h | 61 #ifndef M_SQRT2 62 #define M_SQRT2 1.41421356237309504880 macro
|
| HD | object.cpp | 743 const double CHOP_FACTOR = 1.0 - 1.0/M_SQRT2; 1005 position north_east() { return position(cent.x + dim.x/(M_SQRT2*2.0), in north_east() 1006 cent.y + dim.y/(M_SQRT2*2.0)); } in north_east() 1007 position north_west() { return position(cent.x - dim.x/(M_SQRT2*2.0), in north_west() 1008 cent.y + dim.y/(M_SQRT2*2.0)); } in north_west() 1009 position south_east() { return position(cent.x + dim.x/(M_SQRT2*2.0), in south_east() 1010 cent.y - dim.y/(M_SQRT2*2.0)); } in south_east() 1011 position south_west() { return position(cent.x - dim.x/(M_SQRT2*2.0), in south_west() 1012 cent.y - dim.y/(M_SQRT2*2.0)); } in south_west() 1581 result.x += rad/M_SQRT2; in north_east() [all …]
|
| /NextBSD/lib/msun/tests/ |
| HD | cexp_test.c | 238 1.0, M_PI_4, M_SQRT2 * 0.5 * M_E, M_SQRT2 * 0.5 * M_E, in test_small() 239 -1.0, M_PI_4, M_SQRT2 * 0.5 / M_E, M_SQRT2 * 0.5 / M_E, in test_small()
|
| /NextBSD/lib/msun/src/ |
| HD | math.h | 155 #define M_SQRT2 1.41421356237309504880 /* sqrt(2) */ macro
|
| /NextBSD/contrib/groff/ |
| HD | ChangeLog.115 | 5708 * pic/pic.h: Added definition of M_SQRT2 for those systems that
|