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

  /external/clang/lib/Headers/
altivec.h 76 /* vec_abs */
78 #define __builtin_altivec_abs_v16qi vec_abs
79 #define __builtin_altivec_abs_v8hi vec_abs
80 #define __builtin_altivec_abs_v4si vec_abs
83 vec_abs(vector signed char a) function
89 vec_abs(vector signed short a) function
95 vec_abs(vector signed int a) function
101 vec_abs(vector float a) function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 76 /* vec_abs */
78 #define __builtin_altivec_abs_v16qi vec_abs
79 #define __builtin_altivec_abs_v8hi vec_abs
80 #define __builtin_altivec_abs_v4si vec_abs
83 vec_abs(vector signed char a) function
89 vec_abs(vector signed short a) function
95 vec_abs(vector signed int a) function
101 vec_abs(vector float a) function
    [all...]

Completed in 19 milliseconds