/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
debug_fn_imps.hpp | 125 degree(node_const_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
debug_fn_imps.hpp | 125 degree(node_const_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
debug_fn_imps.hpp | 125 degree(node_const_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
debug_fn_imps.hpp | 129 degree(const_node_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
debug_fn_imps.hpp | 129 degree(const_node_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
debug_fn_imps.hpp | 129 degree(const_node_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
debug_fn_imps.hpp | 129 degree(const_node_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
debug_fn_imps.hpp | 129 degree(const_node_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
debug_fn_imps.hpp | 129 degree(const_node_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
debug_fn_imps.hpp | 129 degree(const_node_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
debug_fn_imps.hpp | 129 degree(const_node_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
debug_fn_imps.hpp | 129 degree(const_node_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
|
/external/ceres-solver/internal/ceres/ |
polynomial.cc | 56 const int degree = companion_matrix.rows(); local 70 for (int i = 0; i < degree; ++i) { 106 const int degree = polynomial.size() - 1; local 108 companion_matrix.resize(degree, degree); 111 companion_matrix.col(degree - 1) = -polynomial.reverse().head(degree); 133 const int degree = polynomial.size() - 1; local 136 if (degree == 0) { 147 if (degree == 1) 186 const int degree = polynomial.rows() - 1; local 270 const int degree = num_constraints - 1; local [all...] |
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/ |
Position.java | 25 /* Degree position */ 26 private double degree; field in class:Position 43 * @param degree 46 // public Position(double dblLat, double dblLng, double degree) throws InvalidPositionException { 49 // this.degree = degree; 152 * Returns the degree of the entity 153 * @return degree 157 // return degree;
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3bitset.c | 485 ANTLR3_UINT32 degree; local 494 degree = 0; 503 degree++; 508 return degree;
|
/external/chromium_org/third_party/openssl/openssl/crypto/ecdsa/ |
ecdsatest.c | 296 unsigned int sig_len, degree, r_len, s_len, bn_len, buf_len; local 346 degree = EC_GROUP_get_degree(EC_KEY_get0_group(eckey)); 347 if (degree < 160) 446 bn_len = (degree + 7) / 8;
|
/external/eigen/Eigen/src/OrderingMethods/ |
Amd.h | 89 * Approximate minimum degree ordering algorithm. 119 Index* degree = W + 5*(n+1); local 134 head[i] = -1; // degree list i is empty 141 degree[i] = len[i]; // degree of node i 148 /* --- Initialize degree lists ------------------------------------------ */ 151 d = degree[i]; 170 next[i] = head[d]; /* put node i in degree list d */ 177 /* --- Select node of minimum approximate degree -------------------- */ 180 head[mindeg] = next[k]; /* remove k from degree list * [all...] |
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
MatrixLogarithm.h | 58 void computePade(MatrixType& result, const MatrixType& T, int degree); 142 int degree; local 153 degree = getPadeDegree(normTminusI); 155 if ((degree - degree2 <= 1) || (numberOfExtraSquareRoots == 1)) 165 computePade(result, T, degree); 169 /* \brief Get suitable degree for Pade approximation. (specialized for RealScalar = float) */ 173 const float maxNormForPade[] = { 2.5111573934555054e-1 /* degree = 3 */ , 4.0535837411880493e-1, 175 for (int degree = 3; degree <= maxPadeDegree; ++degree) 244 const int degree = 3; local 260 const int degree = 4; local 276 const int degree = 5; local 294 const int degree = 6; local 312 const int degree = 7; local 332 const int degree = 8; local 352 const int degree = 9; local 374 const int degree = 10; local 396 const int degree = 11; local [all...] |
/external/eigen/unsupported/Eigen/src/Splines/ |
Spline.h | 31 * degree for optimization purposes (would result in stack allocation 40 enum { Degree = _Degree /*!< The spline curve's degree. */ }; 122 * spline degree. 162 * \brief Returns the spline degree. 164 DenseIndex degree() const; 175 static DenseIndex Span(typename SplineTraits<Spline>::Scalar u, DenseIndex degree, const typename SplineTraits<Spline>::KnotVectorType& knots); 186 * \param degree The degree of the underlying spline. 189 static BasisVectorType BasisFunctions(Scalar u, DenseIndex degree, const KnotVectorType& knots) 246 DenseIndex Spline<_Scalar, _Dim, _Degree>::degree() const function in class:Eigen::Spline [all...] |
/external/openssl/crypto/ecdsa/ |
ecdsatest.c | 296 unsigned int sig_len, degree, r_len, s_len, bn_len, buf_len; local 346 degree = EC_GROUP_get_degree(EC_KEY_get0_group(eckey)); 347 if (degree < 160) 446 bn_len = (degree + 7) / 8;
|
/frameworks/base/core/java/android/view/ |
VelocityTracker.java | 246 * Polynomial degree, or zero if only position information is available. 248 public int degree; field in class:VelocityTracker.Estimator 276 * @return The X coefficient, or 0 if the index is greater than the degree. 279 return index <= degree ? xCoeff[index] : 0; 285 * @return The Y coefficient, or 0 if the index is greater than the degree. 288 return index <= degree ? yCoeff[index] : 0; 294 for (int i = 0; i <= degree; i++) {
|
/frameworks/base/core/jni/ |
android_view_VelocityTracker.cpp | 38 jfieldID degree; member in struct:android::__anon30081 209 env->SetIntField(outEstimatorObj, gEstimatorClassInfo.degree, estimator.degree); 265 GET_FIELD_ID(gEstimatorClassInfo.degree, clazz, 266 "degree", "I");
|
/frameworks/native/include/input/ |
VelocityTracker.h | 46 // Polynomial degree (number of coefficients), or zero if no information is 48 uint32_t degree; member in struct:android::VelocityTracker::Estimator 55 degree = 0; 156 // Degree must be no greater than Estimator::MAX_DEGREE. 157 LeastSquaresVelocityTrackerStrategy(uint32_t degree, Weighting weighting = WEIGHTING_NONE); 199 // Degree must be 1 or 2. 200 IntegratingVelocityTrackerStrategy(uint32_t degree); 213 uint32_t degree; member in struct:android::IntegratingVelocityTrackerStrategy::State
|
/packages/apps/Camera/src/com/android/camera/ui/ |
RotateImageView.java | 65 public void setOrientation(int degree, boolean animation) { 68 degree = degree >= 0 ? degree % 360 : degree % 360 + 360; 69 if (degree == mTargetDegree) return; 71 mTargetDegree = degree; 108 int degree = mStartDegree + ANIMATION_SPEED local 110 degree = degree >= 0 ? degree % 360 : degree % 360 + 360 [all...] |
/packages/apps/Camera2/src/com/android/camera/ui/ |
RotateImageView.java | 65 public void setOrientation(int degree, boolean animation) { 68 degree = degree >= 0 ? degree % 360 : degree % 360 + 360; 69 if (degree == mTargetDegree) return; 71 mTargetDegree = degree; 108 int degree = mStartDegree + ANIMATION_SPEED local 110 degree = degree >= 0 ? degree % 360 : degree % 360 + 360 [all...] |