Home
last modified time | relevance | path

Searched defs:__h (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dkeylockerintrin.h130 _mm_encodekey128_u32(unsigned int __htype, __m128i __key, void *__h) { in _mm_encodekey128_u32()
168 void *__h) { in _mm_encodekey256_u32()
206 _mm_aesenc128kl_u8(__m128i* __odata, __m128i __idata, const void *__h) { in _mm_aesenc128kl_u8()
245 _mm_aesenc256kl_u8(__m128i* __odata, __m128i __idata, const void *__h) { in _mm_aesenc256kl_u8()
284 _mm_aesdec128kl_u8(__m128i* __odata, __m128i __idata, const void *__h) { in _mm_aesdec128kl_u8()
323 _mm_aesdec256kl_u8(__m128i* __odata, __m128i __idata, const void *__h) { in _mm_aesdec256kl_u8()
379 _mm_aesencwide128kl_u8(__m128i __odata[8], const __m128i __idata[8], const void* __h) { in _mm_aesencwide128kl_u8()
425 _mm_aesencwide256kl_u8(__m128i __odata[8], const __m128i __idata[8], const void* __h) { in _mm_aesencwide256kl_u8()
471 _mm_aesdecwide128kl_u8(__m128i __odata[8], const __m128i __idata[8], const void* __h) { in _mm_aesdecwide128kl_u8()
517 _mm_aesdecwide256kl_u8(__m128i __odata[8], const __m128i __idata[8], const void* __h) { in _mm_aesdecwide256kl_u8()
H A Davxintrin.h3733 float __e, float __f, float __g, float __h) in _mm256_set_ps()
4000 float __e, float __f, float __g, float __h) in _mm256_setr_ps()
H A Davx512fp16intrin.h67 static __inline __m512h __DEFAULT_FN_ATTRS512 _mm512_set1_ph(_Float16 __h) { in _mm512_set1_ph()
99 _mm512_set1_pch(_Float16 _Complex __h) { in _mm512_set1_pch()
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dhh_mm_ss.h91 _LIBCPP_HIDE_FROM_ABI inline constexpr hours make12(const hours& __h) noexcept { in is_pm() argument
90 is_am(const hours & __h) is_am() argument
93 make12(const hours & __h) make12() argument
100 make24(const hours & __h,bool __is_pm) make24() argument
[all...]
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dstable_partition.h142 __h.reset(__p.first); in __stable_partition_impl() local
296 unique_ptr<value_type, __return_temporary_buffer> __h; __stable_partition_impl() local
H A Dstable_sort.h245 unique_ptr<value_type, __return_temporary_buffer> __h; in __stable_sort_impl() local