HomeSort by relevance Sort by last modified time
    Searched refs:__y (Results 251 - 263 of 263) sorted by null

<<11

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_string.h     [all...]
_algo.h 466 bool operator() (const _T1& __x, const _T2& __y) const { return __x < __y ; }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_string.h     [all...]
_algo.h 466 bool operator() (const _T1& __x, const _T2& __y) const { return __x < __y ; }
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 102 (const float *__y, const float *__x, float *angle, int len ), (__y, __x, angle, len) )
105 const int *y = (const int*)__y, *x = (const int*)__x;
170 angle[i] = cvFastArctan( __y[i], __x[i] );
    [all...]
  /external/stlport/stlport/stl/
_algo.h 466 bool operator() (const _T1& __x, const _T2& __y) const { return __x < __y ; }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 466 bool operator() (const _T1& __x, const _T2& __y) const { return __x < __y ; }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
boost_concept_check.h 218 _To __y _IsUnused = __x;
stl_algo.h 82 bool operator()(const _Tp& __x, const _Tp& __y) {
85 if (_M_compare(__y, __y))
86 __throw_runtime_error("strict weak ordering: (__y LT __y) != false");
87 bool lt = _M_compare(__x, __y);
88 if (lt && _M_compare(__y, __x))
89 __throw_runtime_error("strict weak ordering: ((__x LT __y) && (__y LT __x)) != false");
98 bool operator()(const _Tp1& __x, const _Tp2& __y) {
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h 218 _To __y _IsUnused = __x;
stl_algo.h 82 bool operator()(const _Tp& __x, const _Tp& __y) {
85 if (_M_compare(__y, __y))
86 __throw_runtime_error("strict weak ordering: (__y LT __y) != false");
87 bool lt = _M_compare(__x, __y);
88 if (lt && _M_compare(__y, __x))
89 __throw_runtime_error("strict weak ordering: ((__x LT __y) && (__y LT __x)) != false");
98 bool operator()(const _Tp1& __x, const _Tp2& __y) {
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h 218 _To __y _IsUnused = __x;
stl_algo.h 82 bool operator()(const _Tp& __x, const _Tp& __y) {
85 if (_M_compare(__y, __y))
86 __throw_runtime_error("strict weak ordering: (__y LT __y) != false");
87 bool lt = _M_compare(__x, __y);
88 if (lt && _M_compare(__y, __x))
89 __throw_runtime_error("strict weak ordering: ((__x LT __y) && (__y LT __x)) != false");
98 bool operator()(const _Tp1& __x, const _Tp2& __y) {
    [all...]

Completed in 1074 milliseconds

<<11