HomeSort by: relevance | last modified time | path
    Searched refs:__fun (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
valarray_before.h 350 struct __fun : __fun_with_valarray<_Tp> struct in inherits:__fun_with_valarray
356 struct __fun<__logical_not, _Tp> struct
362 struct __fun<__logical_and, _Tp> struct
368 struct __fun<__logical_or, _Tp> struct
374 struct __fun<__less, _Tp> struct
380 struct __fun<__greater, _Tp> struct
386 struct __fun<__less_equal, _Tp> struct
392 struct __fun<__greater_equal, _Tp> struct
398 struct __fun<__equal_to, _Tp> struct
404 struct __fun<__not_equal_to, _Tp struct
    [all...]
valarray_after.h 343 typename __fun<_Name, typename _Dom1::value_type>::result_type> \
348 typedef typename __fun<_Name, _Arg>::result_type _Value; \
356 typename __fun<_Name, typename _Dom::value_type>::result_type> \
361 typedef typename __fun<_Name, _Arg>::result_type _Value; \
369 typename __fun<_Name, typename _Dom::value_type>::result_type> \
374 typedef typename __fun<_Name, _Arg>::result_type _Value; \
382 typename __fun<_Name, typename _Dom::value_type>::result_type> \
387 typedef typename __fun<_Name, _Arg>::result_type _Value; \
395 typename __fun<_Name, typename _Dom::value_type>::result_type> \
400 typedef typename __fun<_Name, _Tp>::result_type _Value;
    [all...]
boost_concept_check.h 420 void __const_constraints(const _Func& __fun) {
423 __aux_require_boolean_expr(__fun(__a, __b));
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
valarray_before.h 350 struct __fun : __fun_with_valarray<_Tp> struct in inherits:__fun_with_valarray
356 struct __fun<__logical_not, _Tp> struct
362 struct __fun<__logical_and, _Tp> struct
368 struct __fun<__logical_or, _Tp> struct
374 struct __fun<__less, _Tp> struct
380 struct __fun<__greater, _Tp> struct
386 struct __fun<__less_equal, _Tp> struct
392 struct __fun<__greater_equal, _Tp> struct
398 struct __fun<__equal_to, _Tp> struct
404 struct __fun<__not_equal_to, _Tp struct
    [all...]
valarray_after.h 343 typename __fun<_Name, typename _Dom1::value_type>::result_type> \
348 typedef typename __fun<_Name, _Arg>::result_type _Value; \
356 typename __fun<_Name, typename _Dom::value_type>::result_type> \
361 typedef typename __fun<_Name, _Arg>::result_type _Value; \
369 typename __fun<_Name, typename _Dom::value_type>::result_type> \
374 typedef typename __fun<_Name, _Arg>::result_type _Value; \
382 typename __fun<_Name, typename _Dom::value_type>::result_type> \
387 typedef typename __fun<_Name, _Arg>::result_type _Value; \
395 typename __fun<_Name, typename _Dom::value_type>::result_type> \
400 typedef typename __fun<_Name, _Tp>::result_type _Value;
    [all...]
boost_concept_check.h 420 void __const_constraints(const _Func& __fun) {
423 __aux_require_boolean_expr(__fun(__a, __b));
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd_fixed_size.h 399 _M_apply_wrapped(_Fp&& __fun, const _More&... __more) const
402 = __fun(__make_meta<_Offset>(*this), first, __more.first...);
409 static_cast<_Fp&&>(__fun), __more.second...)};
488 * Iterate over the first objects in this _SimdTuple and call __fun for each
494 _M_apply_per_chunk(_Fp&& __fun, _More&&... __more) const
501 // need to write back at least one of __more after calling __fun
503 auto __r = __fun(__tuple_element_meta<_Tp, _Abi0, 0>(), first,
521 second._M_apply_per_chunk(static_cast<_Fp&&>(__fun),
526 auto&& __first = __fun(__tuple_element_meta<_Tp, _Abi0, 0>(), first,
532 second._M_apply_per_chunk(static_cast<_Fp&&>(__fun),
    [all...]
simd.h 507 __call_with_subscripts(_Tp&& __x, index_sequence<_It...>, _Fp&& __fun)
508 { return __fun(__x[_First + _It]...); }
512 __call_with_subscripts(_Tp&& __x, _Fp&& __fun)
516 static_cast<_Fp&&>(__fun));
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd_fixed_size.h 399 _M_apply_wrapped(_Fp&& __fun, const _More&... __more) const
402 = __fun(__make_meta<_Offset>(*this), first, __more.first...);
409 static_cast<_Fp&&>(__fun), __more.second...)};
488 * Iterate over the first objects in this _SimdTuple and call __fun for each
494 _M_apply_per_chunk(_Fp&& __fun, _More&&... __more) const
501 // need to write back at least one of __more after calling __fun
503 auto __r = __fun(__tuple_element_meta<_Tp, _Abi0, 0>(), first,
521 second._M_apply_per_chunk(static_cast<_Fp&&>(__fun),
526 auto&& __first = __fun(__tuple_element_meta<_Tp, _Abi0, 0>(), first,
532 second._M_apply_per_chunk(static_cast<_Fp&&>(__fun),
    [all...]
simd.h 485 __call_with_subscripts(_Tp&& __x, index_sequence<_It...>, _Fp&& __fun)
486 { return __fun(__x[_First + _It]...); }
490 __call_with_subscripts(_Tp&& __x, _Fp&& __fun)
494 static_cast<_Fp&&>(__fun));

Completed in 24 milliseconds