Lines Matching defs:vec_insert
117 /*-- vec_insert -------------------------------------------------------------*/
120 vec_insert(signed char __scalar, __vector signed char __vec, int __index) {
127 vec_insert(unsigned char __scalar, __vector __bool char __vec, int __index) {
134 vec_insert(unsigned char __scalar, __vector unsigned char __vec, int __index) {
140 vec_insert(signed short __scalar, __vector signed short __vec, int __index) {
147 vec_insert(unsigned short __scalar, __vector __bool short __vec,
155 vec_insert(unsigned short __scalar, __vector unsigned short __vec,
162 vec_insert(signed int __scalar, __vector signed int __vec, int __index) {
169 vec_insert(unsigned int __scalar, __vector __bool int __vec, int __index) {
176 vec_insert(unsigned int __scalar, __vector unsigned int __vec, int __index) {
182 vec_insert(signed long long __scalar, __vector signed long long __vec,
190 vec_insert(unsigned long long __scalar, __vector __bool long long __vec,
198 vec_insert(unsigned long long __scalar, __vector unsigned long long __vec,
206 vec_insert(float __scalar, __vector float __vec, int __index) {
213 vec_insert(double __scalar, __vector double __vec, int __index) {