gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:frexp (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/s_fma.c - 7.6KB - 218 lines
82: 
83:         xs = frexp(x, &ex);
84:         ys = frexp(y, &ey);
85:         zs = frexp(z, &ez);
86:         oround = /*fegetround()*/FE_TONEAREST;