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

<<11121314151617181920>>

  /external/ceres-solver/include/ceres/
types.h 196 // in multiple dimensions, as there are N*(N+1)/2 degrees of freedom in a
200 // remaining degrees-of-freedom. (L)BFGS methods uniquely deteremine the
  /external/ceres-solver/internal/ceres/
graph_algorithms.h 46 // Compare two vertices of a graph by their degrees, if the degrees
  /external/chromium-trace/catapult/third_party/polymer/components/paper-spinner/
paper-spinner.css 18 * ARCSIZE = 270 degrees (amount of circle the arc takes up)
20 * ARCSTARTROT = 216 degrees (how much the start location of the arc
  /external/deqp/modules/gles2/functional/
es2fShaderConstExprTests.cpp 75 {"degrees", "degrees(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatDegrees(2.0f) },
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
AstroTest.java 141 //Latitude: 34 degrees 05' North
142 //Longitude: 118 degrees 22' West
  /external/icu/icu4c/source/i18n/
chnsecal.h 44 * zone of GMT+8:00 and a longitude of 120 degrees east. Although some
46 * Beijing's local longitude (116 degrees 25 minutes east) and time zone
  /external/icu/icu4c/source/test/intltest/
astrotst.cpp 154 //Latitude: 34 degrees 05' North
155 //Longitude: 118 degrees 22' West
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
AstroTest.java 137 //Latitude: 34 degrees 05' North
138 //Longitude: 118 degrees 22' West
  /external/libjpeg-turbo/
jpegtran.c 74 fprintf(stderr, " -rotate [90|180|270] Rotate image (degrees clockwise)\n");
305 /* Rotate 90, 180, or 270 degrees (measured clockwise). */
  /external/opencv3/modules/core/src/opencl/
arithm.cl 265 workT tmp = degrees(atan2(srcelem2, srcelem1)); \
333 #define TO_DEGREE cartToPolar = degrees(cartToPolar);
  /external/opencv3/modules/imgproc/test/
test_intersection.cpp 81 // 5 - partial intersection, rectangle on top rotated 45 degrees
271 // partial intersection, rectangle on top rotated 45 degrees
  /external/opencv3/modules/videoio/src/
cap_ios_video_camera.mm 37 static CGFloat DegreesToRadians(CGFloat degrees) {return degrees * M_PI / 180;}
  /external/skia/src/c/
sk_surface.cpp 343 void sk_canvas_rotate_degress(sk_canvas_t* ccanvas, float degrees) {
344 AsCanvas(ccanvas)->rotate(degrees);
  /frameworks/av/services/audioflinger/
AudioResamplerFirProcess.h 291 * expressed as a S32 integer or float. A negative value inverts the channel 180 degrees.
348 * expressed as a S32 integer or float. A negative value inverts the channel 180 degrees.
  /frameworks/native/services/surfaceflinger/
Transform.cpp 139 // w & h are inverted when rotating by 90 degrees
270 // there is a skew component and/or a non 90 degrees rotation
  /hardware/libhardware/include/hardware/
gps.h 532 /** Represents latitude in degrees. */
534 /** Represents longitude in degrees. */
542 /** Represents heading in degrees. */
569 /** Elevation of SV in degrees. */
571 /** Azimuth of SV in degrees. */
609 /** Elevation of SV in degrees. */
612 /** Azimuth of SV in degrees. */
814 * ID). Latitude and longitude are measured in degrees expected accuracy is
    [all...]
  /hardware/qcom/audio/msm8909/post_proc/
virtualizer.c 206 * int32_t a value in degrees expressing the speaker azimuth, where 0 is in front
208 * int32_t a value in degrees expressing the speaker elevation, where 0 is the
  /toolchain/binutils/binutils-2.25/libiberty/
random.c 163 static int degrees[MAX_TYPES] = { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 }; variable
347 rand_deg = degrees[type];
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
LeastSquaresConverter.java 94 * are angular measurements in degrees with a 0.01&deg; standard deviation and
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
RandomDataImpl.java 577 * @param df the degrees of freedom of the ChiSquare distribution
591 * @param numeratorDf the numerator degrees of freedom of the F distribution
592 * @param denominatorDf the denominator degrees of freedom of the F distribution
652 * @param df the degrees of freedom of the T distribution
    [all...]
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/
graphics_PiglitBVT_15.sh 166 run_test "spec/glsl-1.20/compiler/built-in-functions/degrees-float.frag" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.20/compiler/built-in-functions/degrees-float.frag pass 1.20"
167 run_test "spec/glsl-1.20/compiler/built-in-functions/degrees-float.vert" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.20/compiler/built-in-functions/degrees-float.vert pass 1.20"
168 run_test "spec/glsl-1.20/compiler/built-in-functions/degrees-vec2.frag" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.20/compiler/built-in-functions/degrees-vec2.frag pass 1.20"
169 run_test "spec/glsl-1.20/compiler/built-in-functions/degrees-vec2.vert" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.20/compiler/built-in-functions/degrees-vec2.vert pass 1.20"
170 run_test "spec/glsl-1.20/compiler/built-in-functions/degrees-vec3.frag" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.20/compiler/built-in-functions/degrees-vec3.frag pass 1.20
    [all...]
  /external/ceres-solver/data/nist/
Chwirut1.dat 47 Degrees of Freedom: 211
  /external/eigen/doc/
TutorialAdvancedInitialization.dox 91 with angles in degrees, the corresponding angle in radians, and their sine and cosine.
  /external/opencv3/modules/video/include/opencv2/video/
tracking_c.h 116 * All the angles are in degrees, all the times are in milliseconds *
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
RendererCommonTest.java 153 // Test that rotation with 0 degrees returns an identical matrix.

Completed in 1469 milliseconds

<<11121314151617181920>>