Searched defs:__f (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13.1/include/xlocale/ |
| H A D | _ctype.h | 78 __maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __maskrune_l() 87 __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __istype_l() 103 __sbmaskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __sbmaskrune_l() 112 __sbistype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __sbistype_l()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | uninitialized_algorithms.h | 30 uninitialized_copy(_InputIterator __f, _InputIterator __l, _ForwardIterator __r) in uninitialized_copy() 54 uninitialized_copy_n(_InputIterator __f, _Size __n, _ForwardIterator __r) in uninitialized_copy_n() 78 uninitialized_fill(_ForwardIterator __f, _ForwardIterator __l, const _Tp& __x) in uninitialized_fill() 101 uninitialized_fill_n(_ForwardIterator __f, _Size __n, const _Tp& __x) in uninitialized_fill_n()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | not_fn.h | 38 _LIBCPP_CONSTEXPR_AFTER_CXX17 auto not_fn(_Fn&& __f) in not_fn()
|
| H A D | mem_fun_ref.h | 52 mem_fun(_Sp (_Tp::*__f)()) in mem_fun() 88 mem_fun_ref(_Sp (_Tp::*__f)()) in mem_fun_ref()
|
| H A D | bind_front.h | 42 constexpr auto bind_front(_Fn&& __f, _Args&&... __args) in bind_front()
|
| H A D | default_searcher.h | 34 : __first_(__f), __last_(__l), __pred_(__p) {} in __first_() argument
|
| H A D | mem_fn.h | 39 __mem_fn(type __f) _NOEXCEPT : __f_(__f) {} in __mem_fn()
|
| H A D | reference_wrapper.h | 46 reference_wrapper(type& __f) _NOEXCEPT in reference_wrapper()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | for_each.h | 27 _Function __f) { in for_each()
|
| H A D | for_each_n.h | 30 … _Function __f) { in for_each_n()
|
| H A D | search.h | 121 search(_ForwardIterator __f, _ForwardIterator __l, const _Searcher& __s) { in search()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ |
| H A D | ia32intrin.h | 191 __writeeflags(unsigned long long __f) in __writeeflags() 204 __writeeflags(unsigned int __f) in __writeeflags()
|
| H A D | avxintrin.h | 2975 float __f = *__a; in _mm_broadcast_ss() local 3013 float __f = *__a; in _mm256_broadcast_ss() local 3661 float __e, float __f, float __g, float __h) in _mm256_set_ps() 3928 float __e, float __f, float __g, float __h) in _mm256_setr_ps()
|
| H A D | __clang_cuda_math.h | 123 __DEVICE__ double floor(double __f) { return __nv_floor(__f); } in floor() 124 __DEVICE__ float floorf(float __f) { return __nv_floorf(__f); } in floorf()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/src/ |
| H A D | future.cpp | 70 static __future_error_category __f; in future_category() local
|