Search | Google it | Results 1 - 3 of 3 for funcall:copysign (0.00 seconds) |
31: __real__ res = INFINITY; 32: __imag__ res = copysign(0.0, __imag__ z); 33: } else {
95: z = invln2*x; 96: k = z + copysign(.5, x); 97:
189: */ 190: p = ldexp(copysign(0x1p-1022, r), -spread); 191: c = r + p;