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

  /external/clang/lib/Headers/
altivec.h 778 /* vec_vand */
781 vec_vand(vector signed char __a, vector signed char __b) function
787 vec_vand(vector bool char __a, vector signed char __b) function
793 vec_vand(vector signed char __a, vector bool char __b) function
799 vec_vand(vector unsigned char __a, vector unsigned char __b) function
805 vec_vand(vector bool char __a, vector unsigned char __b) function
811 vec_vand(vector unsigned char __a, vector bool char __b) function
817 vec_vand(vector bool char __a, vector bool char __b) function
823 vec_vand(vector short __a, vector short __b) function
829 vec_vand(vector bool short __a, vector short __b function
835 vec_vand(vector short __a, vector bool short __b) function
841 vec_vand(vector unsigned short __a, vector unsigned short __b) function
847 vec_vand(vector bool short __a, vector unsigned short __b) function
853 vec_vand(vector unsigned short __a, vector bool short __b) function
859 vec_vand(vector bool short __a, vector bool short __b) function
865 vec_vand(vector int __a, vector int __b) function
871 vec_vand(vector bool int __a, vector int __b) function
877 vec_vand(vector int __a, vector bool int __b) function
883 vec_vand(vector unsigned int __a, vector unsigned int __b) function
889 vec_vand(vector bool int __a, vector unsigned int __b) function
895 vec_vand(vector unsigned int __a, vector bool int __b) function
901 vec_vand(vector bool int __a, vector bool int __b) function
907 vec_vand(vector float __a, vector float __b) function
914 vec_vand(vector bool int __a, vector float __b) function
921 vec_vand(vector float __a, vector bool int __b) function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 778 /* vec_vand */
781 vec_vand(vector signed char __a, vector signed char __b) function
787 vec_vand(vector bool char __a, vector signed char __b) function
793 vec_vand(vector signed char __a, vector bool char __b) function
799 vec_vand(vector unsigned char __a, vector unsigned char __b) function
805 vec_vand(vector bool char __a, vector unsigned char __b) function
811 vec_vand(vector unsigned char __a, vector bool char __b) function
817 vec_vand(vector bool char __a, vector bool char __b) function
823 vec_vand(vector short __a, vector short __b) function
829 vec_vand(vector bool short __a, vector short __b function
835 vec_vand(vector short __a, vector bool short __b) function
841 vec_vand(vector unsigned short __a, vector unsigned short __b) function
847 vec_vand(vector bool short __a, vector unsigned short __b) function
853 vec_vand(vector unsigned short __a, vector bool short __b) function
859 vec_vand(vector bool short __a, vector bool short __b) function
865 vec_vand(vector int __a, vector int __b) function
871 vec_vand(vector bool int __a, vector int __b) function
877 vec_vand(vector int __a, vector bool int __b) function
883 vec_vand(vector unsigned int __a, vector unsigned int __b) function
889 vec_vand(vector bool int __a, vector unsigned int __b) function
895 vec_vand(vector unsigned int __a, vector bool int __b) function
901 vec_vand(vector bool int __a, vector bool int __b) function
907 vec_vand(vector float __a, vector float __b) function
914 vec_vand(vector bool int __a, vector float __b) function
921 vec_vand(vector float __a, vector bool int __b) function
    [all...]

Completed in 30 milliseconds