HomeSort by relevance Sort by last modified time
    Searched defs:vec_add (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Headers/
altivec.h 135 /* vec_add */
138 vec_add(vector signed char __a, vector signed char __b) function
144 vec_add(vector bool char __a, vector signed char __b) function
150 vec_add(vector signed char __a, vector bool char __b) function
156 vec_add(vector unsigned char __a, vector unsigned char __b) function
162 vec_add(vector bool char __a, vector unsigned char __b) function
168 vec_add(vector unsigned char __a, vector bool char __b) function
174 vec_add(vector short __a, vector short __b) function
180 vec_add(vector bool short __a, vector short __b) function
186 vec_add(vector short __a, vector bool short __b function
192 vec_add(vector unsigned short __a, vector unsigned short __b) function
198 vec_add(vector bool short __a, vector unsigned short __b) function
204 vec_add(vector unsigned short __a, vector bool short __b) function
210 vec_add(vector int __a, vector int __b) function
216 vec_add(vector bool int __a, vector int __b) function
222 vec_add(vector int __a, vector bool int __b) function
228 vec_add(vector unsigned int __a, vector unsigned int __b) function
234 vec_add(vector bool int __a, vector unsigned int __b) function
240 vec_add(vector unsigned int __a, vector bool int __b) function
246 vec_add(vector float __a, vector float __b) function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 135 /* vec_add */
138 vec_add(vector signed char __a, vector signed char __b) function
144 vec_add(vector bool char __a, vector signed char __b) function
150 vec_add(vector signed char __a, vector bool char __b) function
156 vec_add(vector unsigned char __a, vector unsigned char __b) function
162 vec_add(vector bool char __a, vector unsigned char __b) function
168 vec_add(vector unsigned char __a, vector bool char __b) function
174 vec_add(vector short __a, vector short __b) function
180 vec_add(vector bool short __a, vector short __b) function
186 vec_add(vector short __a, vector bool short __b function
192 vec_add(vector unsigned short __a, vector unsigned short __b) function
198 vec_add(vector bool short __a, vector unsigned short __b) function
204 vec_add(vector unsigned short __a, vector bool short __b) function
210 vec_add(vector int __a, vector int __b) function
216 vec_add(vector bool int __a, vector int __b) function
222 vec_add(vector int __a, vector bool int __b) function
228 vec_add(vector unsigned int __a, vector unsigned int __b) function
234 vec_add(vector bool int __a, vector unsigned int __b) function
240 vec_add(vector unsigned int __a, vector bool int __b) function
246 vec_add(vector float __a, vector float __b) function
    [all...]

Completed in 1550 milliseconds