gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:copysign (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/complex/s_cproj.c - 1.4KB - 47 lines
31:                 __real__ res = INFINITY;
32:                 __imag__ res = copysign(0.0, __imag__ z);
33:         } else {
bsd_source/lib/libc/src_bsd/math/b_exp__D.c - 4.6KB - 123 lines
95:                         z = invln2*x;
96:                         k = z + copysign(.5, x);
97: 
bsd_source/lib/libc/src_bsd/math/s_fma.c - 7.6KB - 218 lines
189:                  */
190:                 p = ldexp(copysign(0x1p-1022, r), -spread);
191:                 c = r + p;