Home
last modified time | relevance | path

Searched refs:add128 (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/math/
Dsqrtl.c84 static inline u128 add128(u128 a, u128 b) in add128() function
246 d2 = add128(add64(sl, 1), d1); in sqrtl()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dsqrtl.c84 static inline u128 add128(u128 a, u128 b) in add128() function
246 d2 = add128(add64(sl, 1), d1); in sqrtl()
/third_party/ffmpeg/libswscale/ppc/
Dswscale_vsx.c1578 const vec_s16 add128 = vec_splats((int16_t) 128); in yuv2422_1_vsx_template() local
1616 vu = vec_adds(vu, add128); in yuv2422_1_vsx_template()
1617 vv = vec_adds(vv, add128); in yuv2422_1_vsx_template()