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

/external/clang/lib/Headers/
H A Davxintrin.h908 float __e, float __f, float __g, float __h)
910 return (__m256){ __h, __g, __f, __e, __d, __c, __b, __a };
963 float __e, float __f, float __g, float __h)
965 return (__m256){ __a, __b, __c, __d, __e, __f, __g, __h };
907 _mm256_set_ps(float __a, float __b, float __c, float __d, float __e, float __f, float __g, float __h) argument
962 _mm256_setr_ps(float __a, float __b, float __c, float __d, float __e, float __f, float __g, float __h) argument

Completed in 122 milliseconds