Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/hrss/
Dhrss.c84 static inline vec_t vec_mul(vec_t a, uint16_t b) { in vec_mul() function
206 static inline vec_t vec_mul(vec_t a, uint16_t b) { return vmulq_n_u16(a, b); } in vec_mul() function
/external/rust/crates/quiche/deps/boringssl/src/crypto/hrss/
Dhrss.c84 static inline vec_t vec_mul(vec_t a, uint16_t b) { in vec_mul() function
206 static inline vec_t vec_mul(vec_t a, uint16_t b) { return vmulq_n_u16(a, b); } in vec_mul() function
/external/clang/lib/Headers/
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
/external/llvm-project/clang/lib/Headers/
Daltivec.h5818 vec_mul(vector signed char __a, vector signed char __b) { in vec_mul() function
5823 vec_mul(vector unsigned char __a, vector unsigned char __b) { in vec_mul() function
5828 vec_mul(vector signed short __a, vector signed short __b) { in vec_mul() function
5833 vec_mul(vector unsigned short __a, vector unsigned short __b) { in vec_mul() function
5838 vec_mul(vector signed int __a, vector signed int __b) { in vec_mul() function
5843 vec_mul(vector unsigned int __a, vector unsigned int __b) { in vec_mul() function
5849 vec_mul(vector signed long long __a, vector signed long long __b) { in vec_mul() function
5854 vec_mul(vector unsigned long long __a, vector unsigned long long __b) { in vec_mul() function
5859 static __inline__ vector float __ATTRS_o_ai vec_mul(vector float __a, in vec_mul() function
5865 static __inline__ vector double __ATTRS_o_ai vec_mul(vector double __a, in vec_mul() function