Home | History | Annotate | Download | only in include

Lines Matching defs:vec_insert

131 /*-- vec_insert -------------------------------------------------------------*/
134 vec_insert(signed char __scalar, vector signed char __vec, int __index) {
141 vec_insert(unsigned char __scalar, vector bool char __vec, int __index) {
148 vec_insert(unsigned char __scalar, vector unsigned char __vec, int __index) {
154 vec_insert(signed short __scalar, vector signed short __vec, int __index) {
161 vec_insert(unsigned short __scalar, vector bool short __vec, int __index) {
168 vec_insert(unsigned short __scalar, vector unsigned short __vec, int __index) {
174 vec_insert(signed int __scalar, vector signed int __vec, int __index) {
181 vec_insert(unsigned int __scalar, vector bool int __vec, int __index) {
188 vec_insert(unsigned int __scalar, vector unsigned int __vec, int __index) {
194 vec_insert(signed long long __scalar, vector signed long long __vec,
202 vec_insert(unsigned long long __scalar, vector bool long long __vec,
210 vec_insert(unsigned long long __scalar, vector unsigned long long __vec,
218 vec_insert(float __scalar, vector float __vec, int __index) {
225 vec_insert(double __scalar, vector double __vec, int __index) {