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

12 3 4

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/thin_heap_/
debug_fn_imps.hpp 101 _GLIBCXX_DEBUG_ASSERT(p_nd->m_p_l_child->m_metadata + 1 == base_type::degree(p_nd));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binomial_heap_base_/
debug_fn_imps.hpp 78 PB_DS_DEBUG_VERIFY(p_nd->m_metadata == base_type::degree(p_nd));
  /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.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/thin_heap_/
debug_fn_imps.hpp 101 _GLIBCXX_DEBUG_ASSERT(p_nd->m_p_l_child->m_metadata + 1 == base_type::degree(p_nd));
  /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/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
debug_fn_imps.hpp 101 _GLIBCXX_DEBUG_ASSERT(p_nd->m_p_l_child->m_metadata + 1 == base_type::degree(p_nd));
  /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/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
debug_fn_imps.hpp 101 _GLIBCXX_DEBUG_ASSERT(p_nd->m_p_l_child->m_metadata + 1 == base_type::degree(p_nd));
  /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/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
debug_fn_imps.hpp 101 _GLIBCXX_DEBUG_ASSERT(p_nd->m_p_l_child->m_metadata + 1 == base_type::degree(p_nd));
  /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.4.3/include/ext/pb_ds/detail/thin_heap_/
debug_fn_imps.hpp 101 _GLIBCXX_DEBUG_ASSERT(p_nd->m_p_l_child->m_metadata + 1 == base_type::degree(p_nd));
  /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/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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/thin_heap_/
debug_fn_imps.hpp 102 PB_DS_DEBUG_VERIFY(p_nd->m_p_l_child->m_metadata + 1 == base_type::degree(p_nd));
  /packages/apps/Camera/src/com/android/camera/ui/
CameraSwitcher.java 205 public void setOrientation(int degree, boolean animate) {
206 super.setOrientation(degree, animate);
211 iv.setOrientation(degree, animate);
  /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...]
  /external/llvm/include/llvm/CodeGen/PBQP/
Graph.h 61 unsigned degree; member in class:PBQP::Graph::NodeEntry
65 NodeEntry(const Vector &costs) : costs(costs), degree(0) {}
68 unsigned getDegree() const { return degree; }
72 ++degree;
76 --degree;
245 /// \brief Get a node's degree.
247 /// @return The degree of the node.
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3bitset.c 485 ANTLR3_UINT32 degree; local
494 degree = 0;
503 degree++;
508 return degree;
  /external/freetype/include/freetype/internal/
t1types.h 150 FT_Int degree; member in struct:AFM_TrackKernRec_
  /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/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;
  /packages/apps/LegacyCamera/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

Completed in 1029 milliseconds

12 3 4