Searched refs:M_2PI (Results 1 – 3 of 3) sorted by relevance
4 #define M_2PI (M_PI*2) macro21 z = sqrt(-2.0 * log(u1)) * cos(M_2PI * u2); in box_muler()
20 #define M_2PI (M_PI*2) macro486 z = sqrt(-2.0 * log(u1)) * cos(M_2PI * u2); in gen_random_file_size()
40 #ifndef M_2PI41 #define M_2PI 6.28318530717958647692528676655900576 macro401 const VGfloat theta = atan2(-dy, dx) * 360.0 / M_2PI; in line_angle()462 return rad * 360 / M_2PI; in line_angles()