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

<<11121314151617

  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 350 valarray<_Tp> apply(value_type __f(value_type)) const { function in class:valarray
353 __f);
356 valarray<_Tp> apply(value_type __f(const value_type&)) const { function in class:valarray
359 __f);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_rope.h 540 _Rope_RopeFunction(char_producer<_CharT>* __f, size_t _p_size,
542 : _Rope_RopeRep<_CharT,_Alloc>(_RopeRep::_S_function, 0, true, _p_size, __a), _M_fn(__f)
    [all...]
_valarray.h 350 valarray<_Tp> apply(value_type __f(value_type)) const { function in class:valarray
353 __f);
356 valarray<_Tp> apply(value_type __f(const value_type&)) const { function in class:valarray
359 __f);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
random.h 374 _UIntType __c, size_t __l, _UIntType __f>
401 static_assert(__f <= (__detail::_Shift<_UIntType, __w>::__value - 1),
402 "template argument substituting __f out of bound");
421 static constexpr result_type initialization_multiplier = __f;
566 _UIntType __c, size_t __l, _UIntType __f>
569 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __lhs,
571 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __rhs)
    [all...]
stl_algo.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
random.h 374 _UIntType __c, size_t __l, _UIntType __f>
401 static_assert(__f <= (__detail::_Shift<_UIntType, __w>::__value - 1),
402 "template argument substituting __f out of bound");
421 static constexpr result_type initialization_multiplier = __f;
566 _UIntType __c, size_t __l, _UIntType __f>
569 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __lhs,
571 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __rhs)
    [all...]
stl_algo.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
random.h 374 _UIntType __c, size_t __l, _UIntType __f>
401 static_assert(__f <= (__detail::_Shift<_UIntType, __w>::__value - 1),
402 "template argument substituting __f out of bound");
421 static constexpr result_type initialization_multiplier = __f;
566 _UIntType __c, size_t __l, _UIntType __f>
569 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __lhs,
571 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __rhs)
    [all...]
stl_algo.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
random.h 376 * @tparam __f Initialization multiplier.
382 _UIntType __c, size_t __l, _UIntType __f>
409 static_assert(__f <= (__detail::_Shift<_UIntType, __w>::__value - 1),
410 "template argument substituting __f out of bound");
429 static constexpr result_type initialization_multiplier = __f;
575 _UIntType __c, size_t __l, _UIntType __f>
578 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __lhs,
580 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __rhs)
    [all...]
stl_algo.h     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 108 #define OFFSET_OF(__c,__f) ((int)(((char*)&(((__c*)0)->__f))-((char*)0)))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algo.h     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h     [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h     [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_algo.h     [all...]

Completed in 512 milliseconds

<<11121314151617