Home | History | Annotate | Download | only in include

Lines Matching defs:vec_insert

124 /*-- vec_insert -------------------------------------------------------------*/
127 vec_insert(signed char __scalar, vector signed char __vec, int __index) {
133 vec_insert(unsigned char __scalar, vector bool char __vec, int __index) {
140 vec_insert(unsigned char __scalar, vector unsigned char __vec, int __index) {
146 vec_insert(signed short __scalar, vector signed short __vec, int __index) {
152 vec_insert(unsigned short __scalar, vector bool short __vec, int __index) {
159 vec_insert(unsigned short __scalar, vector unsigned short __vec, int __index) {
165 vec_insert(signed int __scalar, vector signed int __vec, int __index) {
171 vec_insert(unsigned int __scalar, vector bool int __vec, int __index) {
178 vec_insert(unsigned int __scalar, vector unsigned int __vec, int __index) {
184 vec_insert(signed long long __scalar, vector signed long long __vec,
191 vec_insert(unsigned long long __scalar, vector bool long long __vec,
199 vec_insert(unsigned long long __scalar, vector unsigned long long __vec,
206 vec_insert(double __scalar, vector double __vec, int __index) {