gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:copysignf (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/complex/s_cprojf.c - 1.2KB - 34 lines
27:                 __real__ res = INFINITY;
28:                 __imag__ res = copysignf(0.0, __imag__ z);
29:         } else {
bsd_source/lib/libc/src_bsd/math/s_scalbnf.c - 1.9KB - 56 lines
39:         k = k+n; 
40:         if (k >  0xfe) return huge*copysignf(huge,x); /* overflow  */
41:         if (k > 0)                              /* normal result */
More results from s_scalbnf.c