Searched refs:a_inf (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/libgcc/config/spu/
H A Ddivv2df3.c40 vec_ullong2 a_nan, a_zero, a_inf, a_denorm, a_denorm0; local
86 a_inf = spu_and (a_exp_1s, a_mant_0);
170 mult = spu_sel(mult, (vec_double2)exp_mask, spu_or(a_inf, b_zero));
174 nan = spu_or(nan, spu_and(a_inf, b_inf));
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Dsi2vmx.h462 vec_uint4 a_inf = (vec_uint4)vec_cmpeq(aabs, nan_mask); local
464 a_nan = vec_or(a_nan, vec_and((vec_uint4)vec_slo((vec_uchar16)a_nan,x.v),a_inf));
647 vec_uint4 a_inf = (vec_uint4)vec_cmpeq(aabs, nan_mask); local
649 a_nan = vec_or(a_nan, vec_and((vec_uint4)vec_slo((vec_uchar16)a_nan,x.v),a_inf));
758 vec_uint4 a_inf = (vec_uint4)vec_cmpeq(aabs, nan_mask); local
763 a_nan = vec_or(a_nan, vec_and((vec_uint4)vec_slo((vec_uchar16)a_nan,x.v),a_inf));
770 a_inf = vec_and((vec_uint4)vec_slo((vec_uchar16)a_inf,x.v), a_inf);
771 a_inf
[all...]
/haiku-buildtools/gcc/gmp/
H A Dgmp-impl.h3456 a_inf if x is an infinity. Both are considered unlikely values, for
3460 #define DOUBLE_NAN_INF_ACTION(x, a_nan, a_inf) \
3467 { a_inf; } \
3476 #define DOUBLE_NAN_INF_ACTION(x, a_nan, a_inf) \
3484 #define DOUBLE_NAN_INF_ACTION(x, a_nan, a_inf) \
3490 { a_inf; } \

Completed in 111 milliseconds