HomeSort by relevance Sort by last modified time
    Searched full:vec_sub (Results 1 - 25 of 29) sorted by null

1 2

  /external/clang/test/CodeGen/
builtins-ppc-quadword.c 93 /* vec_sub */
94 res_vlll = vec_sub(vlll, vlll);
97 // CHECK-PPC: error: call to 'vec_sub' is ambiguous
99 res_vulll = vec_sub(vulll, vulll);
102 // CHECK-PPC: error: call to 'vec_sub' is ambiguous
builtins-ppc-p8vector.c     [all...]
  /external/libunwind/tests/
ppc64-test-altivec.c 130 vec_nor (v1, vec_add (v2, vec_sub (v3, vec_and (v4, vec_or (v5, v6)))));
145 vec_sub (v3,
  /external/fec/
viterbi27_av.c 138 m_metric = vec_sub((vector unsigned char)(31),metric);
149 m_metric = vec_sub((vector unsigned char)(31),metric);
viterbi39_av.c 143 m_metric = vec_sub((vector unsigned short)(765),metric);
166 decisions = vec_sub(decisions,(vector unsigned char)vec_pack(vec_mergeh(decision0,decision1),vec_mergel(decision0,decision1)));
viterbi615_av.c 148 m_metric = vec_sub((vector unsigned short)(1530),metric);
171 decisions = vec_sub(decisions,(vector unsigned char)vec_pack(vec_mergeh(decision0,decision1),vec_mergel(decision0,decision1)));
  /external/valgrind/none/tests/ppc32/
testVMX.stdout.exp 368 Function vec_sub [type char] ===> OK
369 Function vec_sub [type unsigned char] ===> OK
370 Function vec_sub [type short] ===> OK
371 Function vec_sub [type unsigned short] ===> OK
372 Function vec_sub [type integer] ===> OK
373 Function vec_sub [type unsigned int] ===> OK
testVMX.c     [all...]
  /external/eigen/Eigen/src/Core/arch/AltiVec/
Complex.h 69 template<> EIGEN_STRONG_INLINE Packet2cf psub<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(vec_sub(a.v,b.v)); }
PacketMath.h 170 template<> EIGEN_STRONG_INLINE Packet4f psub<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_sub(a,b); }
171 template<> EIGEN_STRONG_INLINE Packet4i psub<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_sub(a,b); }
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
altivec.h 7522 vec_sub(vector signed char __a, vector signed char __b) function
7528 vec_sub(vector bool char __a, vector signed char __b) function
7534 vec_sub(vector signed char __a, vector bool char __b) function
7540 vec_sub(vector unsigned char __a, vector unsigned char __b) function
7546 vec_sub(vector bool char __a, vector unsigned char __b) function
7552 vec_sub(vector unsigned char __a, vector bool char __b) function
7558 vec_sub(vector short __a, vector short __b) function
7564 vec_sub(vector bool short __a, vector short __b) function
7570 vec_sub(vector short __a, vector bool short __b) function
7576 vec_sub(vector unsigned short __a, vector unsigned short __b) function
7582 vec_sub(vector bool short __a, vector unsigned short __b) function
7588 vec_sub(vector unsigned short __a, vector bool short __b) function
7594 vec_sub(vector int __a, vector int __b) function
7600 vec_sub(vector bool int __a, vector int __b) function
7606 vec_sub(vector int __a, vector bool int __b) function
7612 vec_sub(vector unsigned int __a, vector unsigned int __b) function
7618 vec_sub(vector bool int __a, vector unsigned int __b) function
7624 vec_sub(vector unsigned int __a, vector bool int __b) function
7630 vec_sub(vector float __a, vector float __b) function
    [all...]
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
altivec.h 7522 vec_sub(vector signed char __a, vector signed char __b) function
7528 vec_sub(vector bool char __a, vector signed char __b) function
7534 vec_sub(vector signed char __a, vector bool char __b) function
7540 vec_sub(vector unsigned char __a, vector unsigned char __b) function
7546 vec_sub(vector bool char __a, vector unsigned char __b) function
7552 vec_sub(vector unsigned char __a, vector bool char __b) function
7558 vec_sub(vector short __a, vector short __b) function
7564 vec_sub(vector bool short __a, vector short __b) function
7570 vec_sub(vector short __a, vector bool short __b) function
7576 vec_sub(vector unsigned short __a, vector unsigned short __b) function
7582 vec_sub(vector bool short __a, vector unsigned short __b) function
7588 vec_sub(vector unsigned short __a, vector bool short __b) function
7594 vec_sub(vector int __a, vector int __b) function
7600 vec_sub(vector bool int __a, vector int __b) function
7606 vec_sub(vector int __a, vector bool int __b) function
7612 vec_sub(vector unsigned int __a, vector unsigned int __b) function
7618 vec_sub(vector bool int __a, vector unsigned int __b) function
7624 vec_sub(vector unsigned int __a, vector bool int __b) function
7630 vec_sub(vector float __a, vector float __b) function
    [all...]
  /external/clang/lib/Headers/
altivec.h 9194 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, function
9199 static vector signed char __ATTRS_o_ai vec_sub(vector bool char __a, function
9204 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, function
9209 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, function
9214 static vector unsigned char __ATTRS_o_ai vec_sub(vector bool char __a, function
9219 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, function
9224 static vector short __ATTRS_o_ai vec_sub(vector short __a, vector short __b) { function
9228 static vector short __ATTRS_o_ai vec_sub(vector bool short __a, function
9233 static vector short __ATTRS_o_ai vec_sub(vector short __a, function
9238 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a, function
9243 static vector unsigned short __ATTRS_o_ai vec_sub(vector bool short __a, function
9248 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a, function
9253 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector int __b) { function
9257 static vector int __ATTRS_o_ai vec_sub(vector bool int __a, vector int __b) { function
9261 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector bool int __b) { function
9265 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a, function
9270 static vector unsigned int __ATTRS_o_ai vec_sub(vector bool int __a, function
9275 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a, function
9281 static vector signed __int128 __ATTRS_o_ai vec_sub(vector signed __int128 __a, function
9287 vec_sub(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
9294 vec_sub(vector signed long long __a, vector signed long long __b) { function
9299 vec_sub(vector unsigned long long __a, vector unsigned long long __b) { function
9304 vec_sub(vector double __a, vector double __b) { function
9309 static vector float __ATTRS_o_ai vec_sub(vector float __a, vector float __b) { function
    [all...]
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
altivec.h 9355 vec_sub(vector signed char __a, vector signed char __b) { function
9360 vec_sub(vector bool char __a, vector signed char __b) { function
9365 vec_sub(vector signed char __a, vector bool char __b) { function
9370 vec_sub(vector unsigned char __a, vector unsigned char __b) { function
9375 vec_sub(vector bool char __a, vector unsigned char __b) { function
9380 vec_sub(vector unsigned char __a, vector bool char __b) { function
9384 static __inline__ vector short __ATTRS_o_ai vec_sub(vector short __a, function
9389 static __inline__ vector short __ATTRS_o_ai vec_sub(vector bool short __a, function
9394 static __inline__ vector short __ATTRS_o_ai vec_sub(vector short __a, function
9400 vec_sub(vector unsigned short __a, vector unsigned short __b) { function
9405 vec_sub(vector bool short __a, vector unsigned short __b) { function
9410 vec_sub(vector unsigned short __a, vector bool short __b) { function
9414 static __inline__ vector int __ATTRS_o_ai vec_sub(vector int __a, function
9419 static __inline__ vector int __ATTRS_o_ai vec_sub(vector bool int __a, function
9424 static __inline__ vector int __ATTRS_o_ai vec_sub(vector int __a, function
9430 vec_sub(vector unsigned int __a, vector unsigned int __b) { function
9435 vec_sub(vector bool int __a, vector unsigned int __b) { function
9440 vec_sub(vector unsigned int __a, vector bool int __b) { function
9446 vec_sub(vector signed __int128 __a, vector signed __int128 __b) { function
9451 vec_sub(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
9458 vec_sub(vector signed long long __a, vector signed long long __b) { function
9463 vec_sub(vector unsigned long long __a, vector unsigned long long __b) { function
9467 static __inline__ vector double __ATTRS_o_ai vec_sub(vector double __a, function
9473 static __inline__ vector float __ATTRS_o_ai vec_sub(vector float __a, function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
altivec.h 9194 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, function
9199 static vector signed char __ATTRS_o_ai vec_sub(vector bool char __a, function
9204 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, function
9209 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, function
9214 static vector unsigned char __ATTRS_o_ai vec_sub(vector bool char __a, function
9219 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, function
9224 static vector short __ATTRS_o_ai vec_sub(vector short __a, vector short __b) { function
9228 static vector short __ATTRS_o_ai vec_sub(vector bool short __a, function
9233 static vector short __ATTRS_o_ai vec_sub(vector short __a, function
9238 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a, function
9243 static vector unsigned short __ATTRS_o_ai vec_sub(vector bool short __a, function
9248 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a, function
9253 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector int __b) { function
9257 static vector int __ATTRS_o_ai vec_sub(vector bool int __a, vector int __b) { function
9261 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector bool int __b) { function
9265 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a, function
9270 static vector unsigned int __ATTRS_o_ai vec_sub(vector bool int __a, function
9275 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a, function
9281 static vector signed __int128 __ATTRS_o_ai vec_sub(vector signed __int128 __a, function
9287 vec_sub(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
9294 vec_sub(vector signed long long __a, vector signed long long __b) { function
9299 vec_sub(vector unsigned long long __a, vector unsigned long long __b) { function
9304 vec_sub(vector double __a, vector double __b) { function
9309 static vector float __ATTRS_o_ai vec_sub(vector float __a, vector float __b) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
altivec.h 9194 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, function
9199 static vector signed char __ATTRS_o_ai vec_sub(vector bool char __a, function
9204 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, function
9209 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, function
9214 static vector unsigned char __ATTRS_o_ai vec_sub(vector bool char __a, function
9219 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, function
9224 static vector short __ATTRS_o_ai vec_sub(vector short __a, vector short __b) { function
9228 static vector short __ATTRS_o_ai vec_sub(vector bool short __a, function
9233 static vector short __ATTRS_o_ai vec_sub(vector short __a, function
9238 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a, function
9243 static vector unsigned short __ATTRS_o_ai vec_sub(vector bool short __a, function
9248 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a, function
9253 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector int __b) { function
9257 static vector int __ATTRS_o_ai vec_sub(vector bool int __a, vector int __b) { function
9261 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector bool int __b) { function
9265 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a, function
9270 static vector unsigned int __ATTRS_o_ai vec_sub(vector bool int __a, function
9275 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a, function
9281 static vector signed __int128 __ATTRS_o_ai vec_sub(vector signed __int128 __a, function
9287 vec_sub(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
9294 vec_sub(vector signed long long __a, vector signed long long __b) { function
9299 vec_sub(vector unsigned long long __a, vector unsigned long long __b) { function
9304 vec_sub(vector double __a, vector double __b) { function
9309 static vector float __ATTRS_o_ai vec_sub(vector float __a, vector float __b) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
altivec.h 9194 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, function
9199 static vector signed char __ATTRS_o_ai vec_sub(vector bool char __a, function
9204 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, function
9209 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, function
9214 static vector unsigned char __ATTRS_o_ai vec_sub(vector bool char __a, function
9219 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, function
9224 static vector short __ATTRS_o_ai vec_sub(vector short __a, vector short __b) { function
9228 static vector short __ATTRS_o_ai vec_sub(vector bool short __a, function
9233 static vector short __ATTRS_o_ai vec_sub(vector short __a, function
9238 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a, function
9243 static vector unsigned short __ATTRS_o_ai vec_sub(vector bool short __a, function
9248 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a, function
9253 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector int __b) { function
9257 static vector int __ATTRS_o_ai vec_sub(vector bool int __a, vector int __b) { function
9261 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector bool int __b) { function
9265 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a, function
9270 static vector unsigned int __ATTRS_o_ai vec_sub(vector bool int __a, function
9275 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a, function
9281 static vector signed __int128 __ATTRS_o_ai vec_sub(vector signed __int128 __a, function
9287 vec_sub(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
9294 vec_sub(vector signed long long __a, vector signed long long __b) { function
9299 vec_sub(vector unsigned long long __a, vector unsigned long long __b) { function
9304 vec_sub(vector double __a, vector double __b) { function
9309 static vector float __ATTRS_o_ai vec_sub(vector float __a, vector float __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
altivec.h 9194 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, function
9199 static vector signed char __ATTRS_o_ai vec_sub(vector bool char __a, function
9204 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, function
9209 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, function
9214 static vector unsigned char __ATTRS_o_ai vec_sub(vector bool char __a, function
9219 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, function
9224 static vector short __ATTRS_o_ai vec_sub(vector short __a, vector short __b) { function
9228 static vector short __ATTRS_o_ai vec_sub(vector bool short __a, function
9233 static vector short __ATTRS_o_ai vec_sub(vector short __a, function
9238 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a, function
9243 static vector unsigned short __ATTRS_o_ai vec_sub(vector bool short __a, function
9248 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a, function
9253 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector int __b) { function
9257 static vector int __ATTRS_o_ai vec_sub(vector bool int __a, vector int __b) { function
9261 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector bool int __b) { function
9265 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a, function
9270 static vector unsigned int __ATTRS_o_ai vec_sub(vector bool int __a, function
9275 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a, function
9281 static vector signed __int128 __ATTRS_o_ai vec_sub(vector signed __int128 __a, function
9287 vec_sub(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
9294 vec_sub(vector signed long long __a, vector signed long long __b) { function
9299 vec_sub(vector unsigned long long __a, vector unsigned long long __b) { function
9304 vec_sub(vector double __a, vector double __b) { function
9309 static vector float __ATTRS_o_ai vec_sub(vector float __a, vector float __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
altivec.h 9194 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, function
9199 static vector signed char __ATTRS_o_ai vec_sub(vector bool char __a, function
9204 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, function
9209 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, function
9214 static vector unsigned char __ATTRS_o_ai vec_sub(vector bool char __a, function
9219 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, function
9224 static vector short __ATTRS_o_ai vec_sub(vector short __a, vector short __b) { function
9228 static vector short __ATTRS_o_ai vec_sub(vector bool short __a, function
9233 static vector short __ATTRS_o_ai vec_sub(vector short __a, function
9238 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a, function
9243 static vector unsigned short __ATTRS_o_ai vec_sub(vector bool short __a, function
9248 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a, function
9253 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector int __b) { function
9257 static vector int __ATTRS_o_ai vec_sub(vector bool int __a, vector int __b) { function
9261 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector bool int __b) { function
9265 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a, function
9270 static vector unsigned int __ATTRS_o_ai vec_sub(vector bool int __a, function
9275 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a, function
9281 static vector signed __int128 __ATTRS_o_ai vec_sub(vector signed __int128 __a, function
9287 vec_sub(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
9294 vec_sub(vector signed long long __a, vector signed long long __b) { function
9299 vec_sub(vector unsigned long long __a, vector unsigned long long __b) { function
9304 vec_sub(vector double __a, vector double __b) { function
9309 static vector float __ATTRS_o_ai vec_sub(vector float __a, vector float __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
altivec.h 9194 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, function
9199 static vector signed char __ATTRS_o_ai vec_sub(vector bool char __a, function
9204 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, function
9209 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, function
9214 static vector unsigned char __ATTRS_o_ai vec_sub(vector bool char __a, function
9219 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, function
9224 static vector short __ATTRS_o_ai vec_sub(vector short __a, vector short __b) { function
9228 static vector short __ATTRS_o_ai vec_sub(vector bool short __a, function
9233 static vector short __ATTRS_o_ai vec_sub(vector short __a, function
9238 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a, function
9243 static vector unsigned short __ATTRS_o_ai vec_sub(vector bool short __a, function
9248 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a, function
9253 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector int __b) { function
9257 static vector int __ATTRS_o_ai vec_sub(vector bool int __a, vector int __b) { function
9261 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector bool int __b) { function
9265 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a, function
9270 static vector unsigned int __ATTRS_o_ai vec_sub(vector bool int __a, function
9275 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a, function
9281 static vector signed __int128 __ATTRS_o_ai vec_sub(vector signed __int128 __a, function
9287 vec_sub(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
9294 vec_sub(vector signed long long __a, vector signed long long __b) { function
9299 vec_sub(vector unsigned long long __a, vector unsigned long long __b) { function
9304 vec_sub(vector double __a, vector double __b) { function
9309 static vector float __ATTRS_o_ai vec_sub(vector float __a, vector float __b) { function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 9194 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, function
9199 static vector signed char __ATTRS_o_ai vec_sub(vector bool char __a, function
9204 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, function
9209 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, function
9214 static vector unsigned char __ATTRS_o_ai vec_sub(vector bool char __a, function
9219 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, function
9224 static vector short __ATTRS_o_ai vec_sub(vector short __a, vector short __b) { function
9228 static vector short __ATTRS_o_ai vec_sub(vector bool short __a, function
9233 static vector short __ATTRS_o_ai vec_sub(vector short __a, function
9238 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a, function
9243 static vector unsigned short __ATTRS_o_ai vec_sub(vector bool short __a, function
9248 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a, function
9253 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector int __b) { function
9257 static vector int __ATTRS_o_ai vec_sub(vector bool int __a, vector int __b) { function
9261 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector bool int __b) { function
9265 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a, function
9270 static vector unsigned int __ATTRS_o_ai vec_sub(vector bool int __a, function
9275 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a, function
9281 static vector signed __int128 __ATTRS_o_ai vec_sub(vector signed __int128 __a, function
9287 vec_sub(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
9294 vec_sub(vector signed long long __a, vector signed long long __b) { function
9299 vec_sub(vector unsigned long long __a, vector unsigned long long __b) { function
9304 vec_sub(vector double __a, vector double __b) { function
9309 static vector float __ATTRS_o_ai vec_sub(vector float __a, vector float __b) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
altivec.h 9096 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, function
9101 static vector signed char __ATTRS_o_ai vec_sub(vector bool char __a, function
9106 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, function
9111 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, function
9116 static vector unsigned char __ATTRS_o_ai vec_sub(vector bool char __a, function
9121 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, function
9126 static vector short __ATTRS_o_ai vec_sub(vector short __a, vector short __b) { function
9130 static vector short __ATTRS_o_ai vec_sub(vector bool short __a, function
9135 static vector short __ATTRS_o_ai vec_sub(vector short __a, function
9140 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a, function
9145 static vector unsigned short __ATTRS_o_ai vec_sub(vector bool short __a, function
9150 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a, function
9155 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector int __b) { function
9159 static vector int __ATTRS_o_ai vec_sub(vector bool int __a, vector int __b) { function
9163 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector bool int __b) { function
9167 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a, function
9172 static vector unsigned int __ATTRS_o_ai vec_sub(vector bool int __a, function
9177 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a, function
9183 static vector signed __int128 __ATTRS_o_ai vec_sub(vector signed __int128 __a, function
9189 vec_sub(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
9194 static vector float __ATTRS_o_ai vec_sub(vector float __a, vector float __b) { function
9200 vec_sub(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
altivec.h 9096 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, function
9101 static vector signed char __ATTRS_o_ai vec_sub(vector bool char __a, function
9106 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, function
9111 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, function
9116 static vector unsigned char __ATTRS_o_ai vec_sub(vector bool char __a, function
9121 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, function
9126 static vector short __ATTRS_o_ai vec_sub(vector short __a, vector short __b) { function
9130 static vector short __ATTRS_o_ai vec_sub(vector bool short __a, function
9135 static vector short __ATTRS_o_ai vec_sub(vector short __a, function
9140 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a, function
9145 static vector unsigned short __ATTRS_o_ai vec_sub(vector bool short __a, function
9150 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a, function
9155 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector int __b) { function
9159 static vector int __ATTRS_o_ai vec_sub(vector bool int __a, vector int __b) { function
9163 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector bool int __b) { function
9167 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a, function
9172 static vector unsigned int __ATTRS_o_ai vec_sub(vector bool int __a, function
9177 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a, function
9183 static vector signed __int128 __ATTRS_o_ai vec_sub(vector signed __int128 __a, function
9189 vec_sub(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
9194 static vector float __ATTRS_o_ai vec_sub(vector float __a, vector float __b) { function
9200 vec_sub(vector double __a, vector double __b) { function
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
altivec.h 7645 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, function
7650 static vector signed char __ATTRS_o_ai vec_sub(vector bool char __a, function
7655 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, function
7660 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, function
7665 static vector unsigned char __ATTRS_o_ai vec_sub(vector bool char __a, function
7670 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, function
7675 static vector short __ATTRS_o_ai vec_sub(vector short __a, vector short __b) { function
7679 static vector short __ATTRS_o_ai vec_sub(vector bool short __a, function
7684 static vector short __ATTRS_o_ai vec_sub(vector short __a, function
7689 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a, function
7694 static vector unsigned short __ATTRS_o_ai vec_sub(vector bool short __a, function
7699 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a, function
7704 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector int __b) { function
7708 static vector int __ATTRS_o_ai vec_sub(vector bool int __a, vector int __b) { function
7712 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector bool int __b) { function
7716 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a, function
7721 static vector unsigned int __ATTRS_o_ai vec_sub(vector bool int __a, function
7726 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a, function
7732 static vector signed __int128 __ATTRS_o_ai vec_sub(vector signed __int128 __a, function
7738 vec_sub(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
7743 static vector float __ATTRS_o_ai vec_sub(vector float __a, vector float __b) { function
    [all...]
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
altivec.h 7645 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, function
7650 static vector signed char __ATTRS_o_ai vec_sub(vector bool char __a, function
7655 static vector signed char __ATTRS_o_ai vec_sub(vector signed char __a, function
7660 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, function
7665 static vector unsigned char __ATTRS_o_ai vec_sub(vector bool char __a, function
7670 static vector unsigned char __ATTRS_o_ai vec_sub(vector unsigned char __a, function
7675 static vector short __ATTRS_o_ai vec_sub(vector short __a, vector short __b) { function
7679 static vector short __ATTRS_o_ai vec_sub(vector bool short __a, function
7684 static vector short __ATTRS_o_ai vec_sub(vector short __a, function
7689 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a, function
7694 static vector unsigned short __ATTRS_o_ai vec_sub(vector bool short __a, function
7699 static vector unsigned short __ATTRS_o_ai vec_sub(vector unsigned short __a, function
7704 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector int __b) { function
7708 static vector int __ATTRS_o_ai vec_sub(vector bool int __a, vector int __b) { function
7712 static vector int __ATTRS_o_ai vec_sub(vector int __a, vector bool int __b) { function
7716 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a, function
7721 static vector unsigned int __ATTRS_o_ai vec_sub(vector bool int __a, function
7726 static vector unsigned int __ATTRS_o_ai vec_sub(vector unsigned int __a, function
7732 static vector signed __int128 __ATTRS_o_ai vec_sub(vector signed __int128 __a, function
7738 vec_sub(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
7743 static vector float __ATTRS_o_ai vec_sub(vector float __a, vector float __b) { function
    [all...]

Completed in 1489 milliseconds

1 2