Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libm/machine/spu/headers/
Ddivd2.h101 vec_ullong2 a_mant_0, b_mant_0; in _divd2() local
121 a_mant_0 = (vec_ullong2)spu_cmpeq((vec_uint4)spu_andc((vec_ullong2)a_in, sign_exp_mask), 0); in _divd2()
122 a_mant_0 = spu_and(a_mant_0, spu_shuffle(a_mant_0, a_mant_0, swap_32)); in _divd2()
134 a_nan = spu_andc(a_exp_1s, a_mant_0); in _divd2()
135 a_zero = spu_and (a_denorm, a_mant_0); in _divd2()
136 a_inf = spu_and (a_exp_1s, a_mant_0); in _divd2()