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

1 2

  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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...]
  /ndk/sources/cxx-stl/llvm-libc++/include/
forward_list 754 __merge(__node_pointer __f1, __node_pointer __f2, _Compare& __comp);
    [all...]
list     [all...]
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
hypergeometric.tcc 148 _Tp __F1 = (_Tp(__n - 2) - __a) / (_Tp(2) * __tnm3 * __npcm1);
157 _Tp __An = (_Tp(1) + __F1 * __x) * __Anm1
159 _Tp __Bn = (_Tp(1) + __F1 * __x) * __Bnm1
338 const _Tp __F1 = (_Tp(3) * __n2 + (__a + __b - _Tp(6)) * __n
351 _Tp __An = (_Tp(1) + __F1 * __x) * __Anm1
353 _Tp __Bn = (_Tp(1) + __F1 * __x) * __Bnm1
450 _Tp __F1, __F2;
470 __F1 = _Tp(0);
512 __F1 = std::exp(__ln_pre1) * __sum1;
518 __F1 = _Tp(0)
    [all...]
cmath 364 isgreater(_Tp __f1, _Tp __f2)
367 return __builtin_isgreater(__type(__f1), __type(__f2));
373 isgreaterequal(_Tp __f1, _Tp __f2)
376 return __builtin_isgreaterequal(__type(__f1), __type(__f2));
382 isless(_Tp __f1, _Tp __f2)
385 return __builtin_isless(__type(__f1), __type(__f2));
391 islessequal(_Tp __f1, _Tp __f2)
394 return __builtin_islessequal(__type(__f1), __type(__f2));
400 islessgreater(_Tp __f1, _Tp __f2)
403 return __builtin_islessgreater(__type(__f1), __type(__f2))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
hypergeometric.tcc 148 _Tp __F1 = (_Tp(__n - 2) - __a) / (_Tp(2) * __tnm3 * __npcm1);
157 _Tp __An = (_Tp(1) + __F1 * __x) * __Anm1
159 _Tp __Bn = (_Tp(1) + __F1 * __x) * __Bnm1
338 const _Tp __F1 = (_Tp(3) * __n2 + (__a + __b - _Tp(6)) * __n
351 _Tp __An = (_Tp(1) + __F1 * __x) * __Anm1
353 _Tp __Bn = (_Tp(1) + __F1 * __x) * __Bnm1
450 _Tp __F1, __F2;
470 __F1 = _Tp(0);
512 __F1 = std::exp(__ln_pre1) * __sum1;
518 __F1 = _Tp(0)
    [all...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
hypergeometric.tcc 148 _Tp __F1 = (_Tp(__n - 2) - __a) / (_Tp(2) * __tnm3 * __npcm1);
157 _Tp __An = (_Tp(1) + __F1 * __x) * __Anm1
159 _Tp __Bn = (_Tp(1) + __F1 * __x) * __Bnm1
338 const _Tp __F1 = (_Tp(3) * __n2 + (__a + __b - _Tp(6)) * __n
351 _Tp __An = (_Tp(1) + __F1 * __x) * __Anm1
353 _Tp __Bn = (_Tp(1) + __F1 * __x) * __Bnm1
450 _Tp __F1, __F2;
470 __F1 = _Tp(0);
512 __F1 = std::exp(__ln_pre1) * __sum1;
518 __F1 = _Tp(0)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
hypergeometric.tcc 148 _Tp __F1 = (_Tp(__n - 2) - __a) / (_Tp(2) * __tnm3 * __npcm1);
157 _Tp __An = (_Tp(1) + __F1 * __x) * __Anm1
159 _Tp __Bn = (_Tp(1) + __F1 * __x) * __Bnm1
338 const _Tp __F1 = (_Tp(3) * __n2 + (__a + __b - _Tp(6)) * __n
351 _Tp __An = (_Tp(1) + __F1 * __x) * __Anm1
353 _Tp __Bn = (_Tp(1) + __F1 * __x) * __Bnm1
450 _Tp __F1, __F2;
470 __F1 = _Tp(0);
512 __F1 = std::exp(__ln_pre1) * __sum1;
518 __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); }
  /prebuilts/ndk/5/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); }
  /prebuilts/ndk/6/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); }
  /prebuilts/ndk/7/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); }
  /prebuilts/ndk/8/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); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cmath 789 isgreater(_Tp __f1, _Tp __f2)
792 return __builtin_isgreater(__type(__f1), __type(__f2));
798 isgreaterequal(_Tp __f1, _Tp __f2)
801 return __builtin_isgreaterequal(__type(__f1), __type(__f2));
807 isless(_Tp __f1, _Tp __f2)
810 return __builtin_isless(__type(__f1), __type(__f2));
816 islessequal(_Tp __f1, _Tp __f2)
819 return __builtin_islessequal(__type(__f1), __type(__f2));
825 islessgreater(_Tp __f1, _Tp __f2)
828 return __builtin_islessgreater(__type(__f1), __type(__f2))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cmath 789 isgreater(_Tp __f1, _Tp __f2)
792 return __builtin_isgreater(__type(__f1), __type(__f2));
798 isgreaterequal(_Tp __f1, _Tp __f2)
801 return __builtin_isgreaterequal(__type(__f1), __type(__f2));
807 isless(_Tp __f1, _Tp __f2)
810 return __builtin_isless(__type(__f1), __type(__f2));
816 islessequal(_Tp __f1, _Tp __f2)
819 return __builtin_islessequal(__type(__f1), __type(__f2));
825 islessgreater(_Tp __f1, _Tp __f2)
828 return __builtin_islessgreater(__type(__f1), __type(__f2))
    [all...]

Completed in 1616 milliseconds

1 2