HomeSort by relevance Sort by last modified time
    Searched refs:p_max (Results 1 - 18 of 18) sorted by null

  /external/ceres-solver/internal/ceres/
test_util.cc 78 double p_max = 0; local
84 if (std::abs(p[i]) > p_max) {
85 p_max = std::abs(p[i]);
97 CHECK_NE(p_max, 0.0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 212 node_pointer p_max = m_p_head->m_p_parent; local
213 while (p_max->m_p_right != 0)
214 p_max = p_max->m_p_right;
215 m_p_head->m_p_right = p_max;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 212 node_pointer p_max = m_p_head->m_p_parent; local
213 while (p_max->m_p_right != 0)
214 p_max = p_max->m_p_right;
215 m_p_head->m_p_right = p_max;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 212 node_pointer p_max = m_p_head->m_p_parent; local
213 while (p_max->m_p_right != 0)
214 p_max = p_max->m_p_right;
215 m_p_head->m_p_right = p_max;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 212 node_pointer p_max = m_p_head->m_p_parent; local
213 while (p_max->m_p_right != NULL)
214 p_max = p_max->m_p_right;
215 m_p_head->m_p_right = p_max;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 212 node_pointer p_max = m_p_head->m_p_parent; local
213 while (p_max->m_p_right != NULL)
214 p_max = p_max->m_p_right;
215 m_p_head->m_p_right = p_max;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 212 node_pointer p_max = m_p_head->m_p_parent; local
213 while (p_max->m_p_right != NULL)
214 p_max = p_max->m_p_right;
215 m_p_head->m_p_right = p_max;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 212 node_pointer p_max = m_p_head->m_p_parent; local
213 while (p_max->m_p_right != NULL)
214 p_max = p_max->m_p_right;
215 m_p_head->m_p_right = p_max;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 213 node_pointer p_max = m_p_head->m_p_parent; local
214 while (p_max->m_p_right != 0)
215 p_max = p_max->m_p_right;
216 m_p_head->m_p_right = p_max;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 213 node_pointer p_max = m_p_head->m_p_parent; local
214 while (p_max->m_p_right != 0)
215 p_max = p_max->m_p_right;
216 m_p_head->m_p_right = p_max;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 213 node_pointer p_max = m_p_head->m_p_parent; local
214 while (p_max->m_p_right != 0)
215 p_max = p_max->m_p_right;
216 m_p_head->m_p_right = p_max;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 213 node_pointer p_max = m_p_head->m_p_parent; local
214 while (p_max->m_p_right != 0)
215 p_max = p_max->m_p_right;
216 m_p_head->m_p_right = p_max;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 212 node_pointer p_max = m_p_head->m_p_parent; local
213 while (p_max->m_p_right != 0)
214 p_max = p_max->m_p_right;
215 m_p_head->m_p_right = p_max;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 212 node_pointer p_max = m_p_head->m_p_parent; local
213 while (p_max->m_p_right != 0)
214 p_max = p_max->m_p_right;
215 m_p_head->m_p_right = p_max;
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
p_ol_wgh.cpp 435 p_max = lag of the max correlation found (Word16)
484 Word16 p_max;
492 p_max = lag_max;
512 p_max = i;
517 p1 = &scal_sig[-p_max];
545 return (p_max);
594 Word16 p_max; local
604 p_max = lag_max;
626 p_max = i;
630 p1 = &scal_sig[-p_max];
    [all...]
pitch_ol.cpp 111 p_max = lag of the max correlation found (Word16)
142 p_max = lag of the max correlation found (Word16)
207 Word16 p_max = 0; // initialization only needed to keep gcc silent
210 p_max = lag_max;
217 p_max = i;
224 p = &scal_sig[-p_max];
266 return (p_max);
331 Word16 p_max = 0; /* initialization only needed to keep gcc silent */ local
338 p_max = lag_max;
348 p_max = i
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 1482 BT_HDR *p_max = NULL; local
    [all...]
  /external/opencv/cv/src/
cvshapedescr.cpp 564 int p_max = 2, p_ind; local
592 p_are1 = (double *) cvAlloc( p_max * sizeof( double ));
641 if( p_ind >= p_max )
642 icvMemCopy( &p_are1, &p_are2, &p_are, &p_max );
672 if( p_ind >= p_max )
673 icvMemCopy( &p_are1, &p_are2, &p_are, &p_max );
703 if( p_ind >= p_max )
704 icvMemCopy( &p_are1, &p_are2, &p_are, &p_max );
    [all...]

Completed in 1121 milliseconds