HomeSort by relevance Sort by last modified time
    Searched refs:__f (Results 226 - 250 of 314) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 19 _CharT __f = __os.fill(); local
21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof()))
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
avx512fintrin.h 123 float __f = __X[0]; local
124 return (__v16sf){ __f, __f, __f, __f,
125 __f, __f, __f, __f,
126 __f, __f, __f, __f
    [all...]
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
avx512fintrin.h 123 float __f = __X[0]; local
124 return (__v16sf){ __f, __f, __f, __f,
125 __f, __f, __f, __f,
126 __f, __f, __f, __f
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
unordered_set.h 153 unordered_set(_InputIterator __f, _InputIterator __l,
158 : _M_h(__f, __l, __n, __hf, __eql, __a)
758 unordered_multiset(_InputIterator __f, _InputIterator __l,
763 : _M_h(__f, __l, __n, __hf, __eql, __a)
    [all...]
valarray_after.h 273 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
275 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
281 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
283 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
valarray_array.h 338 // Compute the sum of elements in range [__f, __l)
346 __valarray_sum(const _Tp* __f, const _Tp* __l)
349 while (__f != __l)
350 __r += *__f++;
354 // Compute the product of all elements in range [__f, __l)
357 __valarray_product(const _Tp* __f, const _Tp* __l)
360 while (__f != __l)
361 __r = __r * *__f++;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
unordered_set.h 153 unordered_set(_InputIterator __f, _InputIterator __l,
158 : _M_h(__f, __l, __n, __hf, __eql, __a)
758 unordered_multiset(_InputIterator __f, _InputIterator __l,
763 : _M_h(__f, __l, __n, __hf, __eql, __a)
    [all...]
valarray_after.h 273 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
275 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
281 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
283 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
valarray_array.h 338 // Compute the sum of elements in range [__f, __l)
346 __valarray_sum(const _Tp* __f, const _Tp* __l)
349 while (__f != __l)
350 __r += *__f++;
354 // Compute the product of all elements in range [__f, __l)
357 __valarray_product(const _Tp* __f, const _Tp* __l)
360 while (__f != __l)
361 __r = __r * *__f++;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
unordered_set.h 153 unordered_set(_InputIterator __f, _InputIterator __l,
158 : _M_h(__f, __l, __n, __hf, __eql, __a)
758 unordered_multiset(_InputIterator __f, _InputIterator __l,
763 : _M_h(__f, __l, __n, __hf, __eql, __a)
    [all...]
valarray_after.h 273 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
275 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
281 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
283 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
valarray_array.h 338 // Compute the sum of elements in range [__f, __l)
346 __valarray_sum(const _Tp* __f, const _Tp* __l)
349 while (__f != __l)
350 __r += *__f++;
354 // Compute the product of all elements in range [__f, __l)
357 __valarray_product(const _Tp* __f, const _Tp* __l)
360 while (__f != __l)
361 __r = __r * *__f++;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
unordered_set.h 153 unordered_set(_InputIterator __f, _InputIterator __l,
158 : _M_h(__f, __l, __n, __hf, __eql, __a)
788 unordered_multiset(_InputIterator __f, _InputIterator __l,
793 : _M_h(__f, __l, __n, __hf, __eql, __a)
    [all...]
valarray_after.h 273 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
275 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
281 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
283 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
valarray_array.h 338 // Compute the sum of elements in range [__f, __l)
346 __valarray_sum(const _Tp* __f, const _Tp* __l)
349 while (__f != __l)
350 __r += *__f++;
354 // Compute the product of all elements in range [__f, __l)
357 __valarray_product(const _Tp* __f, const _Tp* __l)
360 while (__f != __l)
361 __r = __r * *__f++;
  /external/clang/test/SemaTemplate/
instantiate-local-class.cpp 167 template <typename _Functor> function(_Functor __f) { __f(); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 357 #define access(__f,__m) __mingw_access (__f, __m)
  /external/clang/lib/Headers/
avx512fintrin.h 150 float __f = __X[0]; local
151 return (__v16sf){ __f, __f, __f, __f,
152 __f, __f, __f, __f,
153 __f, __f, __f, __f
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
avx512fintrin.h 126 float __f = __X[0]; local
127 return (__v16sf){ __f, __f, __f, __f,
128 __f, __f, __f, __f,
129 __f, __f, __f, __f
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
avx512fintrin.h 150 float __f = __X[0]; local
151 return (__v16sf){ __f, __f, __f, __f,
152 __f, __f, __f, __f,
153 __f, __f, __f, __f
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
avx512fintrin.h 150 float __f = __X[0]; local
151 return (__v16sf){ __f, __f, __f, __f,
152 __f, __f, __f, __f,
153 __f, __f, __f, __f
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
avx512fintrin.h 150 float __f = __X[0]; local
151 return (__v16sf){ __f, __f, __f, __f,
152 __f, __f, __f, __f,
153 __f, __f, __f, __f
    [all...]
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
avx512fintrin.h 126 float __f = __X[0]; local
127 return (__v16sf){ __f, __f, __f, __f,
128 __f, __f, __f, __f,
129 __f, __f, __f, __f
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
avx512fintrin.h 150 float __f = __X[0]; local
151 return (__v16sf){ __f, __f, __f, __f,
152 __f, __f, __f, __f,
153 __f, __f, __f, __f
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
avx512fintrin.h 150 float __f = __X[0]; local
151 return (__v16sf){ __f, __f, __f, __f,
152 __f, __f, __f, __f,
153 __f, __f, __f, __f
    [all...]

Completed in 1124 milliseconds

1 2 3 4 5 6 7 8 91011>>