HomeSort by relevance Sort by last modified time
    Searched full:degrees (Results 1 - 25 of 1140) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestDegrees.rs 24 return degrees(inV);
28 return degrees(inV);
32 return degrees(inV);
36 return degrees(inV);
40 return degrees(inV);
44 return degrees(inV);
48 return degrees(inV);
52 return degrees(inV);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
FDistribution.java 34 * Modify the numerator degrees of freedom.
35 * @param degreesOfFreedom the new numerator degrees of freedom.
42 * Access the numerator degrees of freedom.
43 * @return the numerator degrees of freedom.
48 * Modify the denominator degrees of freedom.
49 * @param degreesOfFreedom the new denominator degrees of freedom.
56 * Access the denominator degrees of freedom.
57 * @return the denominator degrees of freedom.
TDistribution.java 34 * Modify the degrees of freedom.
35 * @param degreesOfFreedom the new degrees of freedom.
42 * Access the degrees of freedom.
43 * @return the degrees of freedom.
FDistributionImpl.java 46 /** The numerator degrees of freedom*/
49 /** The numerator degrees of freedom*/
56 * Create a F distribution using the given degrees of freedom.
57 * @param numeratorDegreesOfFreedom the numerator degrees of freedom.
58 * @param denominatorDegreesOfFreedom the denominator degrees of freedom.
66 * Create a F distribution using the given degrees of freedom and inverse cumulative probability accuracy.
67 * @param numeratorDegreesOfFreedom the numerator degrees of freedom.
68 * @param denominatorDegreesOfFreedom the denominator degrees of freedom.
203 * Modify the numerator degrees of freedom.
204 * @param degreesOfFreedom the new numerator degrees of freedom
    [all...]
ChiSquaredDistribution.java 34 * Modify the degrees of freedom.
35 * @param degreesOfFreedom the new degrees of freedom.
42 * Access the degrees of freedom.
43 * @return the degrees of freedom.
ChiSquaredDistributionImpl.java 48 * Create a Chi-Squared distribution with the given degrees of freedom.
49 * @param df degrees of freedom.
56 * Create a Chi-Squared distribution with the given degrees of freedom.
57 * @param df degrees of freedom.
72 * Create a Chi-Squared distribution with the given degrees of freedom and
74 * @param df degrees of freedom.
87 * Modify the degrees of freedom.
88 * @param degreesOfFreedom the new degrees of freedom.
96 * Modify the degrees of freedom.
97 * @param degreesOfFreedom the new degrees of freedom
    [all...]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialPickerLayout.java 125 // Prepare mapping to snap touchable degrees to selectable degrees.
321 * Split up the 360 degrees of the circle among the 60 selectable values. Assigns a larger
324 * E.g. the output of 30 degrees should have a higher range of input associated with it than
325 * the output of 24 degrees, because 30 degrees corresponds to a visible number on the clock
330 // output will correspond to a range of 14 associated input degrees, and each non-visible
331 // output will correspond to a range of 4 associate input degrees, so visible numbers
335 // If an output of 30 degrees should correspond to a range of 14 associated degrees, the
566 int degrees; local
800 int degrees = value * stepSize; local
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
vector_angle.inl 26 # pragma message("GLM: angle function returning degrees is deprecated. #define GLM_FORCE_RADIANS before including GLM headers to remove this message.")
27 return degrees(Angle);
45 # pragma message("GLM: angle function returning degrees is deprecated. #define GLM_FORCE_RADIANS before including GLM headers to remove this message.")
46 return degrees(Angle);
65 # pragma message("GLM: orientedAngle function returning degrees is deprecated. #define GLM_FORCE_RADIANS before including GLM headers to remove this message.")
66 T const Angle(degrees(acos(Dot)));
90 # pragma message("GLM: orientedAngle function returning degrees is deprecated. #define GLM_FORCE_RADIANS before including GLM headers to remove this message.")
91 T const Angle(degrees(acos(Dot)));
polar_coordinates.inl 28 # pragma message("GLM: polar function returning degrees is deprecated. #define GLM_FORCE_RADIANS before including GLM headers to remove this message.")
30 degrees(atan(xz_dist, tmp.y)), // latitude
31 degrees(atan(tmp.x, tmp.z)), // longitude
46 # pragma message("GLM: euclidean function taking degrees as parameters is deprecated. #define GLM_FORCE_RADIANS before including GLM headers to remove this message.")
  /packages/apps/Gallery/src/com/android/camera/gallery/
Image.java 59 protected void setDegreesRotated(int degrees) {
60 if (mRotation == degrees) return;
61 mRotation = degrees;
105 private void setExifRotation(int degrees) {
107 degrees %= 360;
108 if (degrees < 0) degrees += 360;
111 switch (degrees) {
137 * @param degrees
139 public boolean rotateImageBy(int degrees) {
    [all...]
  /external/mesa3d/src/glsl/builtins/ir/
degrees.ir 1 ((function degrees
  /packages/apps/Camera2/src/com/android/camera/app/
OrientationManager.java 27 private DeviceOrientation(int degrees) {
28 mDegrees = degrees;
44 public static DeviceOrientation from(int degrees) {
45 switch (degrees) {
58 int normalizedDegrees = (Math.abs(degrees / 360) * 360 + 360 + degrees) % 360;
  /hardware/bsp/intel/peripheral/libupm/src/adafruitss/
adafruitss.cxx 119 void adafruitss::servo(uint8_t port, uint8_t servo_type, float degrees) {
121 // Degrees is from 0 to 180
128 if(degrees>180) degrees=180; // Ensure within bounds
129 if (degrees<0) degrees=0;
133 duration = _duration_1ms + ((_duration_1ms*degrees)/180);
137 //duration = (_duration_1ms*0.6) + ((_duration_1ms*1.8*degrees)/180); simplified to..
138 duration = (_duration_1ms*0.6) + ((_duration_1ms*degrees)/100);
142 //duration = (_duration_1ms*0.8) + ((_duration_1ms*1.4*degrees)/180); simplified to.
    [all...]
  /libcore/luni/src/test/resources/
recipe.xml 13 Preheat oven to 350 degrees F (175 degrees C).
recipe1.xml 13 Preheat oven to 350 degrees F (175 degrees C).
recipt.xml 13 Preheat oven to 350 degrees F (175 degrees C).
reciptWrong.xml 10 Preheat oven to 350 degrees F (175 degrees C).
systemid.xml 13 Preheat oven to 350 degrees F (175 degrees C).
  /external/eigen/doc/snippets/
Tutorial_AdvancedInitialization_LinSpaced.cpp 6 std::cout << " Degrees Radians Sine Cosine\n";
  /external/skia/include/effects/
SkColorMatrix.h 47 void setRotate(Axis, SkScalar degrees);
49 void preRotate(Axis, SkScalar degrees);
50 void postRotate(Axis, SkScalar degrees);
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
InCallOrientationEventListener.java 34 * Screen orientation angles one of 0, 90, 180, 270, 360 in degrees.
50 * Say for e.g our threshold is x degrees. We will only notify UI when our current rotation is
51 * within x degrees right or left of the screen orientation angles. If it's not within those
56 // Rotation threshold is 10 degrees. So if the rotation angle is within 10 degrees of any of
74 * Note that this API receives sensor rotation in degrees as a param and we convert that to
79 * @param rotation The new device sensor rotation in degrees
141 * Converts sensor rotation in degrees to screen orientation constants.
142 * @param rotation sensor rotation angle in degrees
143 * @return Screen orientation angle in degrees (0, 90, 180, 270). Returns -1 for degrees no
    [all...]
  /developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/camera/
CameraPreview.java 115 int degrees = 0; local
119 degrees = 0;
122 degrees = 90;
125 degrees = 180;
128 degrees = 270;
134 result = (info.orientation + degrees) % 360;
137 result = (info.orientation - degrees + 360) % 360;
  /developers/build/prebuilts/gradle/RuntimePermissionsBasic/Application/src/main/java/com/example/android/basicpermissions/camera/
CameraPreview.java 115 int degrees = 0; local
119 degrees = 0;
122 degrees = 90;
125 degrees = 180;
128 degrees = 270;
134 result = (info.orientation + degrees) % 360;
137 result = (info.orientation - degrees + 360) % 360;
  /developers/samples/android/system/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/camera/
CameraPreview.java 115 int degrees = 0; local
119 degrees = 0;
122 degrees = 90;
125 degrees = 180;
128 degrees = 270;
134 result = (info.orientation + degrees) % 360;
137 result = (info.orientation - degrees + 360) % 360;
  /developers/samples/android/system/RuntimePermissionsBasic/Application/src/main/java/com/example/android/basicpermissions/camera/
CameraPreview.java 115 int degrees = 0; local
119 degrees = 0;
122 degrees = 90;
125 degrees = 180;
128 degrees = 270;
134 result = (info.orientation + degrees) % 360;
137 result = (info.orientation - degrees + 360) % 360;

Completed in 1374 milliseconds

1 2 3 4 5 6 7 8 91011>>