Searched defs:__arg (Results 1 – 6 of 6) sorted by relevance
71 #define QE_32_BIT_SHIFT8(__arg) (uint32_t)((3 - ((uint32_t)&(__arg) & 0x3)) * 8) argument72 #define QE_32_BIT_SHIFT16(__arg) (uint32_t)((2 - ((uint32_t)&(__arg) & 0x3)) * 8) argument
166 constexpr __arg_t __arg = __determine_arg_t<_Context, _Dp>(); in __create_format_arg() local [all...]
64 __DEVICE__ float frexp(float __arg, int *__exp) { in frexp()155 __DEVICE__ float ldexp(float __arg, int __exp) { in ldexp()
64 __DEVICE__ __CONSTEXPR__ float frexp(float __arg, int *__exp) { in frexp()
841 __tcancel(__arg) global() argument
441 __allocator_construct_at_multidimensional(_Alloc & __alloc,_Tp * __loc,_Arg const & __arg) __allocator_construct_at_multidimensional() argument