Searched refs:atan (Results 1 – 25 of 50) sorted by relevance
12
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);
140 public static float atan(float value) { in atan() method in MathUtils141 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()
159 (float) Math.atan(alpha / bound * (float) Math.sqrt(radius2 - bound2)); in updateProgramParams()
191 angle = (float) Math.atan(dy / dx); in getRaster()
81 TEST_FUNC_1(atan);
351 double U1 = Math.atan((1.0 - f) * Math.tan(lat1)); in computeDistanceAndBearing()352 double U2 = Math.atan((1.0 - f) * Math.tan(lat2)); in computeDistanceAndBearing()
317 mGcLatitudeRad = (float) Math.atan(tlat * (latRad * altitudeKm + b2) in computeGeocentricCoordinates()
617 f = atan(f);618 f2 = atan(f2);619 f3 = atan(f3);620 f4 = atan(f4);
619 f = atan(f);620 f2 = atan(f2);621 f3 = atan(f3);622 f4 = atan(f4);
599 f = atan(f);600 f2 = atan(f2);601 f3 = atan(f3);602 f4 = atan(f4);
248 TEST_FN_FUNC_FN(atan);
122 TEST_HN_FUNC_HN(atan);
271 TEST_FN_FUNC_FN(atan);
121 TEST_FN_FUNC_FN(atan);
451 final double angle = Math.atan(tan); in minimumCosineDistance()