HomeSort by relevance Sort by last modified time
    Searched refs:__f (Results 326 - 350 of 417) sorted by null

<<11121314151617

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
valarray_after.h 272 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
274 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
280 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
282 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
valarray_array.h 342 // Compute the sum of elements in range [__f, __l)
350 __valarray_sum(const _Tp* __restrict__ __f, const _Tp* __restrict__ __l)
353 while (__f != __l)
354 __r += *__f++;
358 // Compute the product of all elements in range [__f, __l)
361 __valarray_product(const _Tp* __restrict__ __f,
365 while (__f != __l)
366 __r = __r * *__f++;
locale_classes.h 176 locale(const locale& __other, _Facet* __f);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
valarray_after.h 274 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
276 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
282 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
284 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
valarray_array.h 340 // Compute the sum of elements in range [__f, __l)
348 __valarray_sum(const _Tp* __f, const _Tp* __l)
351 while (__f != __l)
352 __r += *__f++;
356 // Compute the product of all elements in range [__f, __l)
359 __valarray_product(const _Tp* __f, const _Tp* __l)
362 while (__f != __l)
363 __r = __r * *__f++;
locale_classes.h 179 locale(const locale& __other, _Facet* __f);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
valarray_after.h 274 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
276 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
282 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
284 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
valarray_array.h 340 // Compute the sum of elements in range [__f, __l)
348 __valarray_sum(const _Tp* __f, const _Tp* __l)
351 while (__f != __l)
352 __r += *__f++;
356 // Compute the product of all elements in range [__f, __l)
359 __valarray_product(const _Tp* __f, const _Tp* __l)
362 while (__f != __l)
363 __r = __r * *__f++;
locale_classes.h 179 locale(const locale& __other, _Facet* __f);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 272 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
274 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
280 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
282 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
valarray_array.h 342 // Compute the sum of elements in range [__f, __l)
350 __valarray_sum(const _Tp* __restrict__ __f, const _Tp* __restrict__ __l)
353 while (__f != __l)
354 __r += *__f++;
358 // Compute the product of all elements in range [__f, __l)
361 __valarray_product(const _Tp* __restrict__ __f,
365 while (__f != __l)
366 __r = __r * *__f++;
locale_classes.h 176 locale(const locale& __other, _Facet* __f);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 272 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
274 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
280 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
282 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
valarray_array.h 342 // Compute the sum of elements in range [__f, __l)
350 __valarray_sum(const _Tp* __restrict__ __f, const _Tp* __restrict__ __l)
353 while (__f != __l)
354 __r += *__f++;
358 // Compute the product of all elements in range [__f, __l)
361 __valarray_product(const _Tp* __restrict__ __f,
365 while (__f != __l)
366 __r = __r * *__f++;
locale_classes.h 176 locale(const locale& __other, _Facet* __f);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 272 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
274 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
280 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
282 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
valarray_array.h 342 // Compute the sum of elements in range [__f, __l)
350 __valarray_sum(const _Tp* __restrict__ __f, const _Tp* __restrict__ __l)
353 while (__f != __l)
354 __r += *__f++;
358 // Compute the product of all elements in range [__f, __l)
361 __valarray_product(const _Tp* __restrict__ __f,
365 while (__f != __l)
366 __r = __r * *__f++;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
valarray_after.h 272 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
274 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
280 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
282 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
valarray_array.h 342 // Compute the sum of elements in range [__f, __l)
350 __valarray_sum(const _Tp* __restrict__ __f, const _Tp* __restrict__ __l)
353 while (__f != __l)
354 __r += *__f++;
358 // Compute the product of all elements in range [__f, __l)
361 __valarray_product(const _Tp* __restrict__ __f,
365 while (__f != __l)
366 __r = __r * *__f++;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_after.h 274 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
276 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
282 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
284 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
valarray_array.h 340 // Compute the sum of elements in range [__f, __l)
348 __valarray_sum(const _Tp* __f, const _Tp* __l)
351 while (__f != __l)
352 __r += *__f++;
356 // Compute the product of all elements in range [__f, __l)
359 __valarray_product(const _Tp* __f, const _Tp* __l)
362 while (__f != __l)
363 __r = __r * *__f++;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_after.h 274 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
276 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
282 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
284 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
valarray_array.h 340 // Compute the sum of elements in range [__f, __l)
348 __valarray_sum(const _Tp* __f, const _Tp* __l)
351 while (__f != __l)
352 __r += *__f++;
356 // Compute the product of all elements in range [__f, __l)
359 __valarray_product(const _Tp* __f, const _Tp* __l)
362 while (__f != __l)
363 __r = __r * *__f++;
  /external/clang/lib/Headers/
smmintrin.h 198 ({ union { int __i; float __f; } __t; \
200 __t.__f = __a[N]; \
  /prebuilts/sdk/renderscript/clang-include/
smmintrin.h 198 ({ union { int __i; float __f; } __t; \
200 __t.__f = __a[N]; \

Completed in 3716 milliseconds

<<11121314151617