HomeSort by relevance Sort by last modified time
    Searched full:degrees (Results 226 - 250 of 976) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
TTestImpl.java 546 * equal and it uses approximated degrees of freedom computed from the
549 * to the degrees of freedom is used,
595 * minus 2 is used as the degrees of freedom.</p>
639 * t-statistic. Degrees of freedom are approximated using the
700 * sizes minus 2 is used as the degrees of freedom.</p>
    [all...]
  /external/freetype/src/base/
fttrigon.c 23 /* in degrees, i.e., the angular resolution is 2^-16 degrees. Note that */
45 /* this table was generated for FT_PI = 180L << 16, i.e. degrees */
ftsynth.c 66 /* of about 12 degrees. */
  /external/pdfium/third_party/freetype/src/base/
fttrigon.c 23 /* in degrees, i.e., the angular resolution is 2^-16 degrees. Note that */
45 /* this table was generated for FT_PI = 180L << 16, i.e. degrees */
ftsynth.c 66 /* of about 12 degrees. */
  /frameworks/base/core/java/android/transition/
ArcMotion.java 147 * <p>The default value is 70 degrees.</p>
162 * <p>The default value is 70 degrees.</p>
174 throw new IllegalArgumentException("Arc must be between 0 and 90 degrees");
  /packages/apps/Gallery/src/com/android/camera/
Util.java 64 public static Bitmap rotate(Bitmap b, int degrees) {
65 if (degrees != 0 && b != null) {
67 m.setRotate(degrees,
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
VideoUtils.java 178 int degrees = Integer.parseInt(degreesString); local
179 if (degrees >= 0) {
180 muxer.setOrientationHint(degrees);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion12-expected-completion75.txt 60 android:rotation : rotation of the view, in degrees. [float]
61 android:rotationX : rotation of the view around the x axis, in degrees. [float]
62 android:rotationY : rotation of the view around the y axis, in degrees. [float]
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
PathShapeTest.java 50 // draw a square rotated by 45 degrees centered on (50, 50)
  /external/ceres-solver/data/nist/
Lanczos1.dat 50 Degrees of Freedom: 18
Lanczos2.dat 50 Degrees of Freedom: 18
Lanczos3.dat 50 Degrees of Freedom: 18
MGH17.dat 49 Degrees of Freedom: 28
  /external/chromium-trace/catapult/dashboard/dashboard/models/
anomaly.py 45 # degrees of freedom, and p-value are potentially-useful intermediary results.
  /external/eigen/unsupported/doc/examples/
PolynomialSolver1.cpp 38 cout << "Using double's almost always solves the problem for small degrees: " << endl;
  /external/kernel-headers/original/uapi/sound/
sb16_csp.h 59 /* maximum QSound value (180 degrees right) */
  /external/neven/Embedded/common/src/b_TensorEm/
Functions.h 38 bts_ALT_LINEAR, /* allows all degrees of freedom for affine linear transformation */
  /external/toybox/toys/other/
acpi.c 99 printf("Thermal %d: %d.%d degrees C\n", TT.therm++, temp/10, temp%10);
  /external/vulkan-validation-layers/libs/glm/gtx/
matrix_transform_2d.hpp 67 /// @param angle Rotation angle expressed in radians if GLM_FORCE_RADIANS is defined or degrees otherwise.
transform.hpp 64 /// Builds a rotation 4 * 4 matrix created from an axis of 3 scalars and an angle expressed in degrees.
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
array_util.h 104 // Helper functions to transform degrees to radians and the inverse.
  /frameworks/base/libs/hwui/
DisplayListCanvas.cpp 150 void DisplayListCanvas::rotate(float degrees) {
151 if (degrees == 0.0f) return;
153 addStateOp(new (alloc()) RotateOp(degrees));
154 mState.rotate(degrees);
  /hardware/bsp/intel/peripheral/libupm/src/rotaryencoder/
rotaryencoder.h 54 * desirable. A rotary encoder can turn a full 360 degrees
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_tapify.py 42 print " // angle of",angle,"degrees"

Completed in 1266 milliseconds

1 2 3 4 5 6 7 8 91011>>