Home
last modified time | relevance | path

Searched defs:__f (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/include/xlocale/
H A D_ctype.h78 __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 Duninitialized_algorithms.h30 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 Dnot_fn.h38 _LIBCPP_CONSTEXPR_AFTER_CXX17 auto not_fn(_Fn&& __f) in not_fn()
H A Dmem_fun_ref.h52 mem_fun(_Sp (_Tp::*__f)()) in mem_fun()
88 mem_fun_ref(_Sp (_Tp::*__f)()) in mem_fun_ref()
H A Dbind_front.h42 constexpr auto bind_front(_Fn&& __f, _Args&&... __args) in bind_front()
H A Ddefault_searcher.h34 : __first_(__f), __last_(__l), __pred_(__p) {} in __first_() argument
H A Dmem_fn.h39 __mem_fn(type __f) _NOEXCEPT : __f_(__f) {} in __mem_fn()
H A Dreference_wrapper.h46 reference_wrapper(type& __f) _NOEXCEPT in reference_wrapper()
/freebsd-13.1/contrib/llvm-project/libcxx/include/__algorithm/
H A Dfor_each.h27 _Function __f) { in for_each()
H A Dfor_each_n.h30_Function __f) { in for_each_n()
H A Dsearch.h121 search(_ForwardIterator __f, _ForwardIterator __l, const _Searcher& __s) { in search()
/freebsd-13.1/contrib/llvm-project/clang/lib/Headers/
H A Dia32intrin.h191 __writeeflags(unsigned long long __f) in __writeeflags()
204 __writeeflags(unsigned int __f) in __writeeflags()
H A Davxintrin.h2975 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.h123 __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 Dfuture.cpp70 static __future_error_category __f; in future_category() local