Searched refs:atan (Results 1 – 25 of 51) sorted by relevance
123
81 return FieldOfView(std::atan(-l), std::atan(r), std::atan(-b), in FromProjectionMatrix()82 std::atan(t)); in FromProjectionMatrix()
41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));52 const float radian = M_PI_2 - atan((alpha * half_sqrt(radius2 - dist2)) * inv_dist);
41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));52 const float radian = M_PI_2 - atan((alpha * sqrt(radius2 - dist2)) * inv_dist);
43 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));54 const float radian = M_PI_2 - atan((alpha * half_sqrt(radius2 - dist2)) * inv_dist);
28 import kotlin.math.atan in <lambda>()190 val theta = atan(thetaTan) in <lambda>()
152 public static float atan(float value) { in atan() method in MathUtils153 return (float) Math.atan(value); in atan()
98 (atan(static_cast<double>(gy)/static_cast<double>(gx)) + 3.14) / 6.28); in Java_androidx_media_filterpacks_image_SobelFilter_sobelOperator()
163 (float) Math.atan(alpha / bound * (float) Math.sqrt(radius2 - bound2)); in updateProgramParams()
81 TEST_FUNC_1(atan);
321 mGcLatitudeRad = (float) Math.atan(tlat * (latRad * altitudeKm + b2) in computeGeocentricCoordinates()
127 StrictMath.atan(mDouble); in timeAtan()
107 result = Math.atan(mDouble); in timeAtan()
1239 double u1 = Math.atan((1.0 - f) * Math.tan(lat1)); in computeDistanceAndBearing()1240 double u2 = Math.atan((1.0 - f) * Math.tan(lat2)); in computeDistanceAndBearing()
249 mStack[sp] = (float) Math.atan(mStack[sp]);
619 f = atan(f);620 f2 = atan(f2);621 f3 = atan(f3);622 f4 = atan(f4);
617 f = atan(f);618 f2 = atan(f2);619 f3 = atan(f3);620 f4 = atan(f4);
121 TEST_FN_FUNC_FN(atan);
451 final double angle = Math.atan(tan); in minimumCosineDistance()
234 TEST_FN_FUNC_FN(atan);
248 TEST_FN_FUNC_FN(atan);