gonzui


Format: Advanced Search

SearchGoogle itResults 31 - 32 of 32 for funcall:SET_FLOAT_WORD (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/s_scalbnf.c - 1.9KB - 56 lines
41:         if (k > 0)                              /* normal result */
42:             {SET_FLOAT_WORD(x,(ix&0x807fffff)|(k<<23)); return x;}
43:         if (k <= -25)
More results from s_scalbnf.c
bsd_source/lib/libc/src_bsd/math/s_truncf.c - 1.5KB - 55 lines
52:         }
53:         SET_FLOAT_WORD(x,i0);
54:         return x;