Home
last modified time | relevance | path

Searched refs:b_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
124 b_mant_0 = (vec_ullong2)spu_cmpeq((vec_uint4)spu_andc((vec_ullong2)b_in, sign_exp_mask), 0); in _divd2()
125 b_mant_0 = spu_and(b_mant_0, spu_shuffle(b_mant_0, b_mant_0, swap_32)); in _divd2()
139 b_nan = spu_andc(b_exp_1s, b_mant_0); in _divd2()
140 b_zero = spu_and (b_denorm, b_mant_0); in _divd2()
141 b_inf = spu_and (b_exp_1s, b_mant_0); in _divd2()