Searched refs:b_inf (Results 1 – 1 of 1) sorted by relevance
67 vec_ullong2 b_nan, b_zero, b_inf, b_denorm; in _divd2() local90 b_inf = spu_testsv(b_in, (SPU_SV_NEG_INFINITY | SPU_SV_POS_INFINITY)); in _divd2()141 b_inf = spu_and (b_exp_1s, b_mant_0); in _divd2()220 mult = spu_andc(mult, (vec_double2)spu_or(a_zero, b_inf)); in _divd2()225 nan = spu_or(nan, spu_and(a_inf, b_inf)); in _divd2()