Home | History | Annotate | Download | only in rs6000

Lines Matching refs:isinf

32 #define isinf __builtin_isinf
56 if (isinf (a) || isinf (b))
60 a = COPYSIGN (isinf (a) ? 1 : 0, a);
61 b = COPYSIGN (isinf (b) ? 1 : 0, b);
66 if (isinf (c) || isinf (d))
70 c = COPYSIGN (isinf (c) ? 1 : 0, c);
71 d = COPYSIGN (isinf (d) ? 1 : 0, d);
77 && (isinf (ac) || isinf (bd)
78 || isinf (ad) || isinf (bc)))