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

  /external/clang/lib/Headers/
altivec.h 627 /* vec_and */
629 #define __builtin_altivec_vand vec_and
632 vec_and(vector signed char a, vector signed char b) function
638 vec_and(vector bool char a, vector signed char b) function
644 vec_and(vector signed char a, vector bool char b) function
650 vec_and(vector unsigned char a, vector unsigned char b) function
656 vec_and(vector bool char a, vector unsigned char b) function
662 vec_and(vector unsigned char a, vector bool char b) function
668 vec_and(vector bool char a, vector bool char b) function
674 vec_and(vector short a, vector short b function
680 vec_and(vector bool short a, vector short b) function
686 vec_and(vector short a, vector bool short b) function
692 vec_and(vector unsigned short a, vector unsigned short b) function
698 vec_and(vector bool short a, vector unsigned short b) function
704 vec_and(vector unsigned short a, vector bool short b) function
710 vec_and(vector bool short a, vector bool short b) function
716 vec_and(vector int a, vector int b) function
722 vec_and(vector bool int a, vector int b) function
728 vec_and(vector int a, vector bool int b) function
734 vec_and(vector unsigned int a, vector unsigned int b) function
740 vec_and(vector bool int a, vector unsigned int b) function
746 vec_and(vector unsigned int a, vector bool int b) function
752 vec_and(vector bool int a, vector bool int b) function
758 vec_and(vector float a, vector float b) function
765 vec_and(vector bool int a, vector float b) function
772 vec_and(vector float a, vector bool int b) function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 627 /* vec_and */
629 #define __builtin_altivec_vand vec_and
632 vec_and(vector signed char a, vector signed char b) function
638 vec_and(vector bool char a, vector signed char b) function
644 vec_and(vector signed char a, vector bool char b) function
650 vec_and(vector unsigned char a, vector unsigned char b) function
656 vec_and(vector bool char a, vector unsigned char b) function
662 vec_and(vector unsigned char a, vector bool char b) function
668 vec_and(vector bool char a, vector bool char b) function
674 vec_and(vector short a, vector short b function
680 vec_and(vector bool short a, vector short b) function
686 vec_and(vector short a, vector bool short b) function
692 vec_and(vector unsigned short a, vector unsigned short b) function
698 vec_and(vector bool short a, vector unsigned short b) function
704 vec_and(vector unsigned short a, vector bool short b) function
710 vec_and(vector bool short a, vector bool short b) function
716 vec_and(vector int a, vector int b) function
722 vec_and(vector bool int a, vector int b) function
728 vec_and(vector int a, vector bool int b) function
734 vec_and(vector unsigned int a, vector unsigned int b) function
740 vec_and(vector bool int a, vector unsigned int b) function
746 vec_and(vector unsigned int a, vector bool int b) function
752 vec_and(vector bool int a, vector bool int b) function
758 vec_and(vector float a, vector float b) function
765 vec_and(vector bool int a, vector float b) function
772 vec_and(vector float a, vector bool int b) function
    [all...]

Completed in 465 milliseconds