Home
last modified time | relevance | path

Searched defs:vec_mul (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/hrss/
Dhrss.c85 static inline vec_t vec_mul(vec_t a, uint16_t b) { in vec_mul() function
207 static inline vec_t vec_mul(vec_t a, uint16_t b) { return vmulq_n_u16(a, b); } in vec_mul() function
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/hrss/
Dhrss.c85 static inline vec_t vec_mul(vec_t a, uint16_t b) { in vec_mul() function
207 static inline vec_t vec_mul(vec_t a, uint16_t b) { return vmulq_n_u16(a, b); } in vec_mul() function
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/hrss/
H A Dhrss.c83 static inline vec_t vec_mul(vec_t a, uint16_t b) { in vec_mul() function
204 static inline vec_t vec_mul(vec_t a, uint16_t b) { return vmulq_n_u16(a, b); } in vec_mul() function
/aosp_15_r20/external/boringssl/src/crypto/hrss/
H A Dhrss.c83 static inline vec_t vec_mul(vec_t a, uint16_t b) { in vec_mul() function
204 static inline vec_t vec_mul(vec_t a, uint16_t b) { return vmulq_n_u16(a, b); } in vec_mul() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/
H A Daltivec.rs1700 unsafe fn vec_mul(self, b: Self) -> Self; in vec_mul() method
1721 unsafe fn vec_mul(self, b: Self) -> Self { in vec_mul() method
1730 unsafe fn vec_mul(self, b: Self) -> Self { in vec_mul() method
1739 unsafe fn vec_mul(self, b: Self) -> Self { in vec_mul() method
4215 pub unsafe fn vec_mul<T>(a: T, b: T) -> T in vec_mul() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/
H A Daltivec.rs1700 unsafe fn vec_mul(self, b: Self) -> Self; in vec_mul() method
1721 unsafe fn vec_mul(self, b: Self) -> Self { in vec_mul() method
1730 unsafe fn vec_mul(self, b: Self) -> Self { in vec_mul() method
1739 unsafe fn vec_mul(self, b: Self) -> Self { in vec_mul() method
4215 pub unsafe fn vec_mul<T>(a: T, b: T) -> T in vec_mul() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/
H A Daltivec.rs1700 unsafe fn vec_mul(self, b: Self) -> Self; in vec_mul() method
1721 unsafe fn vec_mul(self, b: Self) -> Self { in vec_mul() method
1730 unsafe fn vec_mul(self, b: Self) -> Self { in vec_mul() method
1739 unsafe fn vec_mul(self, b: Self) -> Self { in vec_mul() method
4215 pub unsafe fn vec_mul<T>(a: T, b: T) -> T in vec_mul() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/
H A Daltivec.rs1700 unsafe fn vec_mul(self, b: Self) -> Self; in vec_mul() method
1721 unsafe fn vec_mul(self, b: Self) -> Self { in vec_mul() method
1730 unsafe fn vec_mul(self, b: Self) -> Self { in vec_mul() method
1739 unsafe fn vec_mul(self, b: Self) -> Self { in vec_mul() method
4215 pub unsafe fn vec_mul<T>(a: T, b: T) -> T in vec_mul() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/
H A Daltivec.rs1700 unsafe fn vec_mul(self, b: Self) -> Self; in vec_mul() method
1721 unsafe fn vec_mul(self, b: Self) -> Self { in vec_mul() method
1730 unsafe fn vec_mul(self, b: Self) -> Self { in vec_mul() method
1739 unsafe fn vec_mul(self, b: Self) -> Self { in vec_mul() method
4215 pub unsafe fn vec_mul<T>(a: T, b: T) -> T in vec_mul() function
/aosp_15_r20/prebuilts/sdk/renderscript/clang-include/
H A Daltivec.h4329 vec_mul(vector signed char __a, vector signed char __b) { in vec_mul() function
4334 vec_mul(vector unsigned char __a, vector unsigned char __b) { in vec_mul() function
4339 vec_mul(vector signed short __a, vector signed short __b) { in vec_mul() function
4344 vec_mul(vector unsigned short __a, vector unsigned short __b) { in vec_mul() function
4349 vec_mul(vector signed int __a, vector signed int __b) { in vec_mul() function
4354 vec_mul(vector unsigned int __a, vector unsigned int __b) { in vec_mul() function
4360 vec_mul(vector signed long long __a, vector signed long long __b) { in vec_mul() function
4365 vec_mul(vector unsigned long long __a, vector unsigned long long __b) { in vec_mul() function
4370 static __inline__ vector float __ATTRS_o_ai vec_mul(vector float __a, in vec_mul() function
4376 static __inline__ vector double __ATTRS_o_ai vec_mul(vector double __a, in vec_mul() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
Daltivec.h4329 vec_mul(vector signed char __a, vector signed char __b) { in vec_mul() function
4334 vec_mul(vector unsigned char __a, vector unsigned char __b) { in vec_mul() function
4339 vec_mul(vector signed short __a, vector signed short __b) { in vec_mul() function
4344 vec_mul(vector unsigned short __a, vector unsigned short __b) { in vec_mul() function
4349 vec_mul(vector signed int __a, vector signed int __b) { in vec_mul() function
4354 vec_mul(vector unsigned int __a, vector unsigned int __b) { in vec_mul() function
4360 vec_mul(vector signed long long __a, vector signed long long __b) { in vec_mul() function
4365 vec_mul(vector unsigned long long __a, vector unsigned long long __b) { in vec_mul() function
4370 static __inline__ vector float __ATTRS_o_ai vec_mul(vector float __a, in vec_mul() function
4376 static __inline__ vector double __ATTRS_o_ai vec_mul(vector double __a, in vec_mul() function
/aosp_15_r20/external/clang/lib/Headers/
H A Daltivec.h4329 vec_mul(vector signed char __a, vector signed char __b) { in vec_mul() function
4334 vec_mul(vector unsigned char __a, vector unsigned char __b) { in vec_mul() function
4339 vec_mul(vector signed short __a, vector signed short __b) { in vec_mul() function
4344 vec_mul(vector unsigned short __a, vector unsigned short __b) { in vec_mul() function
4349 vec_mul(vector signed int __a, vector signed int __b) { in vec_mul() function
4354 vec_mul(vector unsigned int __a, vector unsigned int __b) { in vec_mul() function
4360 vec_mul(vector signed long long __a, vector signed long long __b) { in vec_mul() function
4365 vec_mul(vector unsigned long long __a, vector unsigned long long __b) { in vec_mul() function
4370 static __inline__ vector float __ATTRS_o_ai vec_mul(vector float __a, in vec_mul() function
4376 static __inline__ vector double __ATTRS_o_ai vec_mul(vector double __a, in vec_mul() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/
Daltivec.h6205 vec_mul(vector signed char __a, vector signed char __b) { in vec_mul() function
6210 vec_mul(vector unsigned char __a, vector unsigned char __b) { in vec_mul() function
6215 vec_mul(vector signed short __a, vector signed short __b) { in vec_mul() function
6220 vec_mul(vector unsigned short __a, vector unsigned short __b) { in vec_mul() function
6225 vec_mul(vector signed int __a, vector signed int __b) { in vec_mul() function
6230 vec_mul(vector unsigned int __a, vector unsigned int __b) { in vec_mul() function
6236 vec_mul(vector signed long long __a, vector signed long long __b) { in vec_mul() function
6241 vec_mul(vector unsigned long long __a, vector unsigned long long __b) { in vec_mul() function
6246 static __inline__ vector float __ATTRS_o_ai vec_mul(vector float __a, in vec_mul() function
6252 static __inline__ vector double __ATTRS_o_ai vec_mul(vector double __a, in vec_mul() function
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/
H A Daltivec.h6205 vec_mul(vector signed char __a, vector signed char __b) { in vec_mul() function
6210 vec_mul(vector unsigned char __a, vector unsigned char __b) { in vec_mul() function
6215 vec_mul(vector signed short __a, vector signed short __b) { in vec_mul() function
6220 vec_mul(vector unsigned short __a, vector unsigned short __b) { in vec_mul() function
6225 vec_mul(vector signed int __a, vector signed int __b) { in vec_mul() function
6230 vec_mul(vector unsigned int __a, vector unsigned int __b) { in vec_mul() function
6236 vec_mul(vector signed long long __a, vector signed long long __b) { in vec_mul() function
6241 vec_mul(vector unsigned long long __a, vector unsigned long long __b) { in vec_mul() function
6246 static __inline__ vector float __ATTRS_o_ai vec_mul(vector float __a, in vec_mul() function
6252 static __inline__ vector double __ATTRS_o_ai vec_mul(vector double __a, in vec_mul() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/
Daltivec.h6205 vec_mul(vector signed char __a, vector signed char __b) { in vec_mul() function
6210 vec_mul(vector unsigned char __a, vector unsigned char __b) { in vec_mul() function
6215 vec_mul(vector signed short __a, vector signed short __b) { in vec_mul() function
6220 vec_mul(vector unsigned short __a, vector unsigned short __b) { in vec_mul() function
6225 vec_mul(vector signed int __a, vector signed int __b) { in vec_mul() function
6230 vec_mul(vector unsigned int __a, vector unsigned int __b) { in vec_mul() function
6236 vec_mul(vector signed long long __a, vector signed long long __b) { in vec_mul() function
6241 vec_mul(vector unsigned long long __a, vector unsigned long long __b) { in vec_mul() function
6246 static __inline__ vector float __ATTRS_o_ai vec_mul(vector float __a, in vec_mul() function
6252 static __inline__ vector double __ATTRS_o_ai vec_mul(vector double __a, in vec_mul() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/
Daltivec.h6205 vec_mul(vector signed char __a, vector signed char __b) { in vec_mul() function
6210 vec_mul(vector unsigned char __a, vector unsigned char __b) { in vec_mul() function
6215 vec_mul(vector signed short __a, vector signed short __b) { in vec_mul() function
6220 vec_mul(vector unsigned short __a, vector unsigned short __b) { in vec_mul() function
6225 vec_mul(vector signed int __a, vector signed int __b) { in vec_mul() function
6230 vec_mul(vector unsigned int __a, vector unsigned int __b) { in vec_mul() function
6236 vec_mul(vector signed long long __a, vector signed long long __b) { in vec_mul() function
6241 vec_mul(vector unsigned long long __a, vector unsigned long long __b) { in vec_mul() function
6246 static __inline__ vector float __ATTRS_o_ai vec_mul(vector float __a, in vec_mul() function
6252 static __inline__ vector double __ATTRS_o_ai vec_mul(vector double __a, in vec_mul() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/
Daltivec.h6205 vec_mul(vector signed char __a, vector signed char __b) { in vec_mul() function
6210 vec_mul(vector unsigned char __a, vector unsigned char __b) { in vec_mul() function
6215 vec_mul(vector signed short __a, vector signed short __b) { in vec_mul() function
6220 vec_mul(vector unsigned short __a, vector unsigned short __b) { in vec_mul() function
6225 vec_mul(vector signed int __a, vector signed int __b) { in vec_mul() function
6230 vec_mul(vector unsigned int __a, vector unsigned int __b) { in vec_mul() function
6236 vec_mul(vector signed long long __a, vector signed long long __b) { in vec_mul() function
6241 vec_mul(vector unsigned long long __a, vector unsigned long long __b) { in vec_mul() function
6246 static __inline__ vector float __ATTRS_o_ai vec_mul(vector float __a, in vec_mul() function
6252 static __inline__ vector double __ATTRS_o_ai vec_mul(vector double __a, in vec_mul() function