HomeSort by relevance Sort by last modified time
    Searched full:degree (Results 26 - 50 of 319) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/audio/
HRTFElevation.h 52 // Valid values for elevation are -45 -> +90 in 15 degree increments.
83 // Valid values for azimuth are 0 -> 345 in 15 degree increments.
84 // Valid values for elevation are -45 -> +90 in 15 degree increments.
  /external/llvm/include/llvm/CodeGen/PBQP/
Graph.h 59 unsigned degree; member in class:PBQP::Graph::NodeEntry
62 NodeEntry(const Vector &costs) : costs(costs), degree(0) {}
65 unsigned getDegree() const { return degree; }
69 ++degree;
73 --degree;
240 /// \brief Get a node's degree.
242 /// @return The degree of the node.
HeuristicBase.h 102 /// HeuristicBase returns true for any node with degree less than 3. This is
106 /// should be <i>at least</i> as strong as this. I.e. Nodes of degree 3 or
148 /// R0, R1 or R2 as appropriate based on the selected node's degree.
161 "Optimal reductions of degree > 2 nodes is invalid.");
HeuristicSolver.h 11 // nodes of degree 0, 1 or 2. For nodes of degree >2 a plugable heuristic is
197 /// \brief Returns the solver degree of the given node.
198 /// @param nItr Node iterator for which degree is requested.
199 /// @return Node degree in the <i>solver</i> graph (not the original graph).
225 "R0 applied to node with degree != 0.");
240 "R1 applied to node with degree != 1.");
277 "Degree 1 with edge removed should be 0.");
288 "R2 applied to node with degree != 2.");
  /packages/apps/Camera/src/com/android/camera/ui/
IndicatorControlWheel.java 49 // The following angles are based in the zero degree on the right. Here we
449 int degree = (int) Math.toDegrees(mChildRadians[selectedIndex]); local
458 fanPath.arcTo(mBackgroundRect, -degree + HIGHLIGHT_DEGREES / 2,
462 fanPath.arcTo(mBackgroundRect, -degree - HIGHLIGHT_DEGREES / 2,
475 canvas.drawArc(mBackgroundRect, -degree - HIGHLIGHT_DEGREES / 2,
496 // The arc just acrosses 0 degree. Draw a full circle so it
ZoomControlBar.java 59 // For left-hand users, as the device is rotated for 180 degree for
130 // For left-hand users, as the device is rotated for 180 degree,
  /external/opencv/ml/src/
mlsvm.cpp 156 else if( param_id == CvSVM::DEGREE )
170 svm_type(CvSVM::C_SVC), kernel_type(CvSVM::RBF), degree(0),
182 degree(_degree), gamma(_gamma), coef0(_coef0),
262 cvPow( &R, &R, params->degree );
1613 double gamma = 0, C = 0, degree = 0, coef = 0, p = 0, nu = 0; local
    [all...]
  /cts/tests/tests/gesture/src/android/gesture/cts/
LineGestureStrokeHelper.java 33 // point constants for 45 degree line gesture
GestureStrokeTest.java 114 // expect a center of LINE_MIDWAY_POINT, LINE_MIDWAY_POINT, with a 45-degree orientation
  /device/samsung/crespo/libsensors/
sensors.h 96 /* conversion of orientation data to degree units */
  /external/apache-http/src/org/apache/http/client/params/
CookiePolicy.java 37 * The policy that provides high degree of compatibilty
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
package.html 33 <p>To the degree possible, the parsing of the XML source and application of the Templates object to that source are performed
  /external/chromium/chrome/browser/extensions/
extension_omnibox_api.h 23 // thus we have some degree of confidence we'll get a response.
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_background.cc 69 // degree angles, but don't anti-alias anything else, especially not the fill,
  /external/qemu/pc-bios/keymaps/
es 27 degree 0x0b shift altgr
hu 14 degree 0x06 altgr
da 33 degree 0x0b shift altgr
de 89 degree 0x29 shift
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.h 74 M4OSA_UInt32 videoRotationDegree; /* Video rotation degree */
  /frameworks/base/docs/html/guide/appendix/
app-intents.jd 91 A zoom of 1.0 is 90 degree horizontal FOV for a nominal
97 the fisheye lens effect that would be present if a 90 degree horizontal
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 148 Multiply d=a*b where a is one degree and b is two degree*/
171 Multiply d=a*b where a is one degree and b is two degree*/
259 degree polynomial goes first and the smaller ones
  /bionic/libm/src/
k_sin.c 29 * 3. sin(x) is approximated by a polynomial of degree 13 on
  /external/fdlibm/
k_sin.c 23 * 3. ieee_sin(x) is approximated by a polynomial of degree 13 on
  /external/freetype/include/freetype/internal/
t1types.h 161 FT_Int degree; member in struct:AFM_TrackKernRec_
  /external/icu4c/i18n/
quant.h 66 * @return a match degree value indicating a full match, a partial

Completed in 615 milliseconds

12 3 4 5 6 7 8 91011>>