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

  /external/ceres-solver/internal/ceres/
test_util.cc 77 double p_max = 0; local
83 if (std::abs(p[i]) > p_max) {
84 p_max = std::abs(p[i]);
96 CHECK_NE(p_max, 0.0);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.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 != NULL)
214 p_max = p_max->m_p_right;
215 m_p_head->m_p_right = p_max;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/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;
  /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 1462 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...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_addr.c 1137 unsigned char p_min[ADDR_RAW_BUF_LEN], p_max[ADDR_RAW_BUF_LEN]; local
1155 p_min, p_max, length))
1157 if (memcmp(p_max, c_max, length) < 0)
    [all...]
v3_asid.c 688 ASN1_INTEGER *p_min, *p_max, *c_min, *c_max; local
702 extract_min_max(sk_ASIdOrRange_value(parent, p), &p_min, &p_max);
703 if (ASN1_INTEGER_cmp(p_max, c_max) < 0)
  /external/openssl/crypto/x509v3/
v3_addr.c 1137 unsigned char p_min[ADDR_RAW_BUF_LEN], p_max[ADDR_RAW_BUF_LEN]; local
1155 p_min, p_max, length))
1157 if (memcmp(p_max, c_max, length) < 0)
    [all...]
v3_asid.c 688 ASN1_INTEGER *p_min, *p_max, *c_min, *c_max; local
702 extract_min_max(sk_ASIdOrRange_value(parent, p), &p_min, &p_max);
703 if (ASN1_INTEGER_cmp(p_max, c_max) < 0)

Completed in 1552 milliseconds