Searched defs:add128 (Results 1 - 7 of 7) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | sqrtl.c | 84 static inline u128 add128(u128 a, u128 b) in add128() function
|
/third_party/musl/src/math/ |
H A D | sqrtl.c | 84 static inline u128 add128(u128 a, u128 b) in add128() function
|
/kernel/linux/linux-5.10/arch/arm/vfp/ |
H A D | vfp.h | 44 static inline void add128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) in add128() function
|
/kernel/linux/linux-6.6/arch/arm/vfp/ |
H A D | vfp.h | 44 static inline void add128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) in add128() function
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/ |
H A D | softfloat.c | 638 void add128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr, in add128() function
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/ |
H A D | softfloat.c | 638 void add128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr, in add128() function
|
/third_party/ffmpeg/libswscale/ppc/ |
H A D | swscale_vsx.c | 1578 const vec_s16 add128 = vec_splats((int16_t) 128); in yuv2422_1_vsx_template() local
|
Completed in 10 milliseconds