Searched refs:M_PI (Results 1 – 10 of 10) sorted by relevance
23 # ifndef M_PI24 # error M_PI not defined
57 #define M_PI 0x1.921fb54442d18p+1 macro
36 T(M_PI),
120 double api = a * M_PI;
128 double2 sc = __libclc__sincos_piby4(a * M_PI, 0.0);
134 double api = a * M_PI;
43 double circleArea = M_PI * radius * radius;
7 ; x = sin(M_PI);
291 #define M_PI 0x1.921fb54442d18p+1 macro
129 NSNumber *piOverTwo = @(M_PI / 2); // [NSNumber numberWithDouble:(M_PI / 2)]