HomeSort by relevance Sort by last modified time
    Searched full:__f1 (Results 1 - 20 of 20) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cmath 552 isgreater(_Tp __f1, _Tp __f2)
555 return __builtin_isgreater(__type(__f1), __type(__f2));
561 isgreaterequal(_Tp __f1, _Tp __f2)
564 return __builtin_isgreaterequal(__type(__f1), __type(__f2));
570 isless(_Tp __f1, _Tp __f2)
573 return __builtin_isless(__type(__f1), __type(__f2));
579 islessequal(_Tp __f1, _Tp __f2)
582 return __builtin_islessequal(__type(__f1), __type(__f2));
588 islessgreater(_Tp __f1, _Tp __f2)
591 return __builtin_islessgreater(__type(__f1), __type(__f2))
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
cmath 552 isgreater(_Tp __f1, _Tp __f2)
555 return __builtin_isgreater(__type(__f1), __type(__f2));
561 isgreaterequal(_Tp __f1, _Tp __f2)
564 return __builtin_isgreaterequal(__type(__f1), __type(__f2));
570 isless(_Tp __f1, _Tp __f2)
573 return __builtin_isless(__type(__f1), __type(__f2));
579 islessequal(_Tp __f1, _Tp __f2)
582 return __builtin_islessequal(__type(__f1), __type(__f2));
588 islessgreater(_Tp __f1, _Tp __f2)
591 return __builtin_islessgreater(__type(__f1), __type(__f2))
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
cmath 552 isgreater(_Tp __f1, _Tp __f2)
555 return __builtin_isgreater(__type(__f1), __type(__f2));
561 isgreaterequal(_Tp __f1, _Tp __f2)
564 return __builtin_isgreaterequal(__type(__f1), __type(__f2));
570 isless(_Tp __f1, _Tp __f2)
573 return __builtin_isless(__type(__f1), __type(__f2));
579 islessequal(_Tp __f1, _Tp __f2)
582 return __builtin_islessequal(__type(__f1), __type(__f2));
588 islessgreater(_Tp __f1, _Tp __f2)
591 return __builtin_islessgreater(__type(__f1), __type(__f2))
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
hypergeometric.tcc 147 _Tp __F1 = (_Tp(__n - 2) - __a) / (_Tp(2) * __tnm3 * __npcm1);
156 _Tp __An = (_Tp(1) + __F1 * __x) * __Anm1
158 _Tp __Bn = (_Tp(1) + __F1 * __x) * __Bnm1
337 const _Tp __F1 = (_Tp(3) * __n2 + (__a + __b - _Tp(6)) * __n
350 _Tp __An = (_Tp(1) + __F1 * __x) * __Anm1
352 _Tp __Bn = (_Tp(1) + __F1 * __x) * __Bnm1
448 _Tp __F1, __F2;
468 __F1 = _Tp(0);
510 __F1 = std::exp(__ln_pre1) * __sum1;
516 __F1 = _Tp(0)
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
hypergeometric.tcc 147 _Tp __F1 = (_Tp(__n - 2) - __a) / (_Tp(2) * __tnm3 * __npcm1);
156 _Tp __An = (_Tp(1) + __F1 * __x) * __Anm1
158 _Tp __Bn = (_Tp(1) + __F1 * __x) * __Bnm1
337 const _Tp __F1 = (_Tp(3) * __n2 + (__a + __b - _Tp(6)) * __n
350 _Tp __An = (_Tp(1) + __F1 * __x) * __Anm1
352 _Tp __Bn = (_Tp(1) + __F1 * __x) * __Bnm1
448 _Tp __F1, __F2;
468 __F1 = _Tp(0);
510 __F1 = std::exp(__ln_pre1) * __sum1;
516 __F1 = _Tp(0)
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
hypergeometric.tcc 147 _Tp __F1 = (_Tp(__n - 2) - __a) / (_Tp(2) * __tnm3 * __npcm1);
156 _Tp __An = (_Tp(1) + __F1 * __x) * __Anm1
158 _Tp __Bn = (_Tp(1) + __F1 * __x) * __Bnm1
337 const _Tp __F1 = (_Tp(3) * __n2 + (__a + __b - _Tp(6)) * __n
350 _Tp __An = (_Tp(1) + __F1 * __x) * __Anm1
352 _Tp __Bn = (_Tp(1) + __F1 * __x) * __Bnm1
448 _Tp __F1, __F2;
468 __F1 = _Tp(0);
510 __F1 = std::exp(__ln_pre1) * __sum1;
516 __F1 = _Tp(0)
    [all...]
  /external/stlport/stlport/stl/debug/
_string.h 673 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1,
675 { return _Base::_M_compare(__f1, __l1, __f2, __l2); }
676 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1,
678 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2, __l2); }
679 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1,
681 { return _Base::_M_compare(__f1, __l1, __f2._M_iterator, __l2._M_iterator); }
682 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1,
684 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2._M_iterator, __l2._M_iterator); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 673 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1,
675 { return _Base::_M_compare(__f1, __l1, __f2, __l2); }
676 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1,
678 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2, __l2); }
679 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1,
681 { return _Base::_M_compare(__f1, __l1, __f2._M_iterator, __l2._M_iterator); }
682 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1,
684 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2._M_iterator, __l2._M_iterator); }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 673 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1,
675 { return _Base::_M_compare(__f1, __l1, __f2, __l2); }
676 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1,
678 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2, __l2); }
679 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1,
681 { return _Base::_M_compare(__f1, __l1, __f2._M_iterator, __l2._M_iterator); }
682 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1,
684 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2._M_iterator, __l2._M_iterator); }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 673 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1,
675 { return _Base::_M_compare(__f1, __l1, __f2, __l2); }
676 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1,
678 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2, __l2); }
679 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1,
681 { return _Base::_M_compare(__f1, __l1, __f2._M_iterator, __l2._M_iterator); }
682 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1,
684 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2._M_iterator, __l2._M_iterator); }
  /external/stlport/stlport/stl/
_string.c 209 const _CharT* __f1 = __first; local
210 ++__f1;
211 _STLP_PRIV __ucopy(__f1, __last, this->_M_finish + 1);
_string.h     [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string.c 209 const _CharT* __f1 = __first; local
210 ++__f1;
211 _STLP_PRIV __ucopy(__f1, __last, this->_M_finish + 1);
_string.h     [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_string.c 209 const _CharT* __f1 = __first; local
210 ++__f1;
211 _STLP_PRIV __ucopy(__f1, __last, this->_M_finish + 1);
_string.h     [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_string.c 209 const _CharT* __f1 = __first; local
210 ++__f1;
211 _STLP_PRIV __ucopy(__f1, __last, this->_M_finish + 1);
_string.h     [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so 
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so 

Completed in 702 milliseconds