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 623 milliseconds