Home
last modified time | relevance | path

Searched refs:one_d (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libm/machine/spu/headers/
Drecipd2.h77 vec_double2 one_d = spu_splats(1.0); in _recipd2() local
107 x2 = spu_madd(spu_nmsub(value_d, x1, one_d), x1, x1); in _recipd2()
108 x3 = spu_madd(spu_nmsub(value_d, x2, one_d), x2, x2); in _recipd2()
156 x2 = spu_madd(spu_nmsub(value_d, x1, one_d), x1, x1); in _recipd2()
157 x3 = spu_madd(spu_nmsub(value_d, x2, one_d), x2, x2); in _recipd2()
Dceil.h52 vec_double2 one_d = VEC_SPLAT_F64(1.0); in _ceil() local
86 insert = spu_andc(spu_and(pos, (vec_uint4)one_d), in _ceil()