Searched refs:M_PI_2 (Results 1 – 5 of 5) sorted by relevance
283 private static final double M_PI_2 = 1.57079632679489661923f; /* pi/2 */ field in NativeInput.MotionEvent708 if (result < -M_PI_2) { in transformAngle()710 } else if (result > M_PI_2) { in transformAngle()
32 #define M_PI_2f ((float) M_PI_2)
3285 params->converter->ProvideQuantizationRange(output_tensor, -M_PI_2, M_PI_2); in ConvertUnary()
88 #define M_PI_2f ((float) M_PI_2)
222 #define M_PI_2 0x1.921fb54442d18p+0 macro