Home
last modified time | relevance | path

Searched defs:__p (Results 1 – 25 of 81) sorted by last modified time

1234

/freebsd/contrib/llvm-project/libcxx/src/include/ryu/
H A Dd2s_intrinsics.h243 …LIBCPP_HIDE_FROM_ABI inline bool __multipleOfPowerOf5(const uint64_t __value, const uint32_t __p) { in __multipleOfPowerOf5()
249 …LIBCPP_HIDE_FROM_ABI inline bool __multipleOfPowerOf2(const uint64_t __value, const uint32_t __p) { in __multipleOfPowerOf2()
/freebsd/contrib/llvm-project/libcxx/src/include/
H A Dsso_allocator.h66 _LIBCPP_HIDE_FROM_ABI void deallocate(pointer __p, size_type __n) { in deallocate()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp78 void __assoc_sub_state::set_exception(exception_ptr __p) { in set_exception()
87 void __assoc_sub_state::set_exception_at_thread_exit(exception_ptr __p) { in set_exception_at_thread_exit()
165 void promise<void>::set_exception(exception_ptr __p) { in set_exception()
177 void promise<void>::set_exception_at_thread_exit(exception_ptr __p) { in set_exception_at_thread_exit()
H A Dthread.cpp106 …static __thread_specific_ptr<__thread_struct>* __p = new (__b) __thread_specific_ptr<__thread_stru… in __thread_local_data() local
118 void deallocate(T* __p, size_t) { ::operator delete(static_cast<void*>(__p)); } in deallocate()
H A Dtzdb_list.cpp42 const_iterator erase_after(const_iterator __p) { in erase_after()
89 _LIBCPP_EXPORTED_FROM_ABI tzdb_list::const_iterator tzdb_list::erase_after(const_iterator __p) { in erase_after()
/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A Dd2fixed.cpp336 const uint32_t __p = __POW10_OFFSET_2[__idx] + __i - __MIN_BLOCK_2[__idx]; in __d2fixed_buffered_n() local
519 … const uint32_t __p = __POW10_OFFSET_2[__idx] + static_cast<uint32_t>(__i) - __MIN_BLOCK_2[__idx]; in __d2exp_buffered_n() local
H A Df2s.cpp102 …LIBCPP_HIDE_FROM_ABI inline bool __multipleOfPowerOf5(const uint32_t __value, const uint32_t __p) { in __multipleOfPowerOf5()
107 …LIBCPP_HIDE_FROM_ABI inline bool __multipleOfPowerOf2(const uint32_t __value, const uint32_t __p) { in __multipleOfPowerOf2()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp366 size_t hash_value(const path& __p) noexcept { in hash_value()
/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Dthread.h89 void _LIBCPP_TLS_DESTRUCTOR_CC __thread_specific_ptr<_Tp>::__at_thread_exit(void* __p) { in __at_thread_exit()
109 void __thread_specific_ptr<_Tp>::set_pointer(pointer __p) { in set_pointer()
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dnegative_binomial_distribution.h62 …_LIBCPP_HIDE_FROM_ABI explicit negative_binomial_distribution(result_type __k, double __p = 0.5) :… in __p_() argument
67 …_LIBCPP_HIDE_FROM_ABI explicit negative_binomial_distribution(const param_type& __p) : __p_(__p) {} in negative_binomial_distribution()
83 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
103 double __p = __pr.p(); in operator() local
145 double __p; variable
H A Dnormal_distribution.h71 …_LIBCPP_HIDE_FROM_ABI explicit normal_distribution(const param_type& __p) : __p_(__p), __v_hot_(fa… in normal_distribution()
87 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
H A Dpiecewise_constant_distribution.h102 …_LIBCPP_HIDE_FROM_ABI explicit piecewise_constant_distribution(const param_type& __p) : __p_(__p) … in piecewise_constant_distribution()
119 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
H A Dpiecewise_linear_distribution.h102 _LIBCPP_HIDE_FROM_ABI explicit piecewise_linear_distribution(const param_type& __p) : __p_(__p) {} in piecewise_linear_distribution()
119 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
H A Dpoisson_distribution.h77 _LIBCPP_HIDE_FROM_ABI explicit poisson_distribution(const param_type& __p) : __p_(__p) {} in poisson_distribution()
92 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
144 for (double __p = __urd(__urng); __p > __pr.__l_; ++__tx) in operator() local
H A Dseed_seq.h87 const size_t __p = (__n - __t) / 2; in generate() local
H A Dstudent_t_distribution.h66 _LIBCPP_HIDE_FROM_ABI explicit student_t_distribution(const param_type& __p) : __p_(__p) {} in student_t_distribution()
81 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
H A Duniform_int_distribution.h177 _LIBCPP_HIDE_FROM_ABI explicit uniform_int_distribution(const param_type& __p) : __p_(__p) {} in uniform_int_distribution()
193 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
H A Duniform_real_distribution.h67 _LIBCPP_HIDE_FROM_ABI explicit uniform_real_distribution(const param_type& __p) : __p_(__p) {} in uniform_real_distribution()
83 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
H A Dweibull_distribution.h68 _LIBCPP_HIDE_FROM_ABI explicit weibull_distribution(const param_type& __p) : __p_(__p) {} in weibull_distribution()
86 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
H A Dbinomial_distribution.h66 : __p_(param_type(__t, __p)) {} in __p_() argument
71 _LIBCPP_HIDE_FROM_ABI explicit binomial_distribution(const param_type& __p) : __p_(__p) {} in binomial_distribution()
87 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
114 binomial_distribution<_IntType>::param_type::param_type(result_type __t, double __p) : __t_(__t), _… in param_type()
187 double __p; variable
H A Dexponential_distribution.h65 _LIBCPP_HIDE_FROM_ABI explicit exponential_distribution(const param_type& __p) : __p_(__p) {} in exponential_distribution()
80 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
H A Dextreme_value_distribution.h68 _LIBCPP_HIDE_FROM_ABI explicit extreme_value_distribution(const param_type& __p) : __p_(__p) {} in extreme_value_distribution()
84 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h70 _LIBCPP_HIDE_FROM_ABI void deallocate(_ValueType* __p, size_t __n) { in deallocate()
119 _LIBCPP_HIDE_FROM_ABI void construct(_Tp* __p, _Ts&&... __args) { in construct()
129 …construct(pair<_T1, _T2>* __p, piecewise_construct_t, tuple<_Args1...> __x, tuple<_Args2...> __y) { in construct()
141 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p) { in construct()
146 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p, _Up&& __u, _Vp&& __v) { in construct()
154 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p, const pair<_U1, _U2>& __pr) { in construct()
159 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p, pair<_U1, _U2>&& __pr) { in construct()
167 _LIBCPP_HIDE_FROM_ABI void destroy(_Tp* __p) { in destroy()
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dtemporary_buffer.h61 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_DEPRECATED_IN_CXX17 void return_temporary_buffer(_Tp* __p) _NO… in return_temporary_buffer()
H A Duses_allocator_construction.h137 __uses_allocator_construction_args(const _Alloc& __alloc, _PairLike&& __p) noexcept { in __uses_allocator_construction_args()

1234