Searched refs:add64 (Results 1 - 5 of 5) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | sqrtl.c | 74 static inline u128 add64(u128 a, uint64_t b) in add64() function 165 return add64(add64(hi, m1), m2); in mul128() 246 d2 = add128(add64(sl, 1), d1); in sqrtl() 247 sl = add64(sl, d1.hi >> 63); in sqrtl()
|
/third_party/musl/src/math/ |
H A D | sqrtl.c | 74 static inline u128 add64(u128 a, uint64_t b) in add64() function 165 return add64(add64(hi, m1), m2); in mul128() 246 d2 = add128(add64(sl, 1), d1); in sqrtl() 247 sl = add64(sl, d1.hi >> 63); in sqrtl()
|
/third_party/ffmpeg/libswscale/ppc/ |
H A D | swscale_vsx.c | 1007 const vec_s16 add64 = vec_splat_s16(64); in yuv2rgb_full_1_vsx_template() local 1069 A = vec_add(A, add64); in yuv2rgb_full_1_vsx_template() 1137 const vec_s16 add64 = vec_splat_s16(64); in yuv2rgb_1_vsx_template() local 1207 A = vec_add(A, add64); in yuv2rgb_1_vsx_template() 1577 const vec_s16 add64 = vec_splats((int16_t) 64); in yuv2422_1_vsx_template() local 1590 vy1 = vec_add(vy1, add64); in yuv2422_1_vsx_template() 1591 vy2 = vec_add(vy2, add64); in yuv2422_1_vsx_template() 1592 vu = vec_add(vu, add64); in yuv2422_1_vsx_template() 1593 vv = vec_add(vv, add64); in yuv2422_1_vsx_template() 1614 vy1 = vec_add(vy1, add64); in yuv2422_1_vsx_template() [all...] |
/third_party/mbedtls/library/ |
H A D | ecp_curves_new.c | 4874 static inline void add64(mbedtls_mpi_uint *dst, mbedtls_mpi_uint *src, mbedtls_mpi_uint *carry) in add64() function 4897 #define ADD(i) add64(p, A(i), &c) 4901 #define ADD_LAST add64(p, last_carry, &c)
|
H A D | ecp_curves.c | 4832 static inline void add64(mbedtls_mpi_uint *dst, mbedtls_mpi_uint *src, mbedtls_mpi_uint *carry) in add64() function 4855 #define ADD(i) add64(p, A(i), &c)
|
Completed in 26 milliseconds