HomeSort by relevance Sort by last modified time
    Searched full:radians (Results 201 - 225 of 367) sorted by null

1 2 3 4 5 6 7 891011>>

  /libcore/ojluni/src/main/java/java/lang/
StrictMath.java 92 * @param a an angle, in radians.
102 * @param a an angle, in radians.
114 * @param a an angle, in radians.
157 * equivalent angle measured in radians. The conversion from
158 * degrees to radians is generally inexact.
162 * in radians.
169 * Converts an angle measured in radians to an approximately
171 * radians to degrees is generally inexact; users should
175 * @param angrad an angle, in radians
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/md5/
gen.go 99 // table[i] = int((1<<32) * abs(sin(i+1 radians))).
  /prebuilts/go/linux-x86/src/crypto/md5/
gen.go 99 // table[i] = int((1<<32) * abs(sin(i+1 radians))).
  /prebuilts/sdk/renderscript/include/
rs_quaternion.rsh 123 * rot: Angle to rotate by, in radians.
  /device/google/contexthub/inc/
chre_sensor.h 180 * All values are in radians/second and measure the rate of rotation
257 * All values are in radians/second and measure the rate of rotation
  /external/ceres-solver/include/ceres/
rotation.h 80 // The value angle_axis is a triple whose norm is an angle in radians,
91 // rotation in radians, and whose direction is the axis of rotation.
  /external/deqp/framework/common/
tcuVectorUtil.hpp 64 inline float radians (float f) { return deFloatRadians(f); } function in namespace:tcu
425 TCU_DECLARE_VECTOR_UNARY_FUNC(radians, deFloatRadians)
  /external/deqp/modules/gles3/functional/
es3fShaderConstExprTests.cpp 75 {"radians", "radians(${T} (90.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatRadians(90.0f) },
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 206 // Draw an oval. When angle is 0 radians, orients the major axis vertically,
207 // angles less than or greater than 0 radians rotate the major axis left or right.
    [all...]
  /frameworks/base/core/java/android/hardware/
SensorManager.java     [all...]
  /frameworks/base/docs/html/ndk/reference/
group___input.jd     [all...]
  /frameworks/base/core/java/android/widget/
RadialTimePickerView.java 1302 final double radians = Math.toRadians(degrees); local
    [all...]
  /cts/apps/CameraITS/tests/sensor_fusion/
test_sensor_fusion.py 253 rotations between adjacent pairs of frames, in radians.
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/
graphics_PiglitBVT_13.sh     [all...]
  /external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/
encoders.py 366 angle: Angle of rotation of the pie chart, in radians.
  /external/opencv3/doc/tutorials/objdetect/
traincascade.markdown 139 Maximum rotation angles must be given in radians.
  /external/opencv3/modules/core/src/opencl/
arithm.cl 351 #define FROM_DEGREE y = radians(y)
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
SensorManagerFacade.java 90 * in radians)<br>
  /frameworks/base/docs/html/guide/topics/renderscript/reference/
rs_quaternion.jd 250 <tr><th>rot</th><td>Angle to rotate by, in radians.</td></tr>
  /frameworks/native/services/inputflinger/
EventHub.h 88 int32_t resolution; // resolution in units per mm or radians per mm
  /frameworks/rs/api/
rs_quaternion.spec 103 arg: float rot, "Angle to rotate by, in radians."
  /frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
compute_benchmark.rs 377 BENCH_FN_FUNC_FN(radians);
  /packages/apps/Camera2/src/com/android/camera/ui/
PreviewOverlay.java 295 private double mFingerAngle; // in radians.
  /packages/apps/ExactCalculator/res/values/
strings.xml 200 <string name="desc_switch_rad">switch to radians</string>
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
MatrixTest.rs 705 const float inRadians = radians(rotation); // rotation * float(M_PI) / 180.0f;
810 const float invTan = 1.f / tan(radians(fovy / 2.f));

Completed in 724 milliseconds

1 2 3 4 5 6 7 891011>>