gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:STRICT_ASSIGN (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/k_rem_pio2.c - 17.2KB - 434 lines
408:                 for (i=jz;i>=0;i--) fw += fq[i]; 
409:                 STRICT_ASSIGN(double,fw,fw);
410:                 y[0] = (ih==0)? fw: -fw; 
bsd_source/lib/libc/src_bsd/math/s_exp2.c - 16.7KB - 402 lines
367:         /* Reduce x, computing z, i0, and k. */
368:         STRICT_ASSIGN(double, t, x + redux);
369:         GET_LOW_WORD(i0, t);
bsd_source/lib/libc/src_bsd/math/s_exp2f.c - 4.7KB - 135 lines
118:         /* Reduce x, computing z, i0, and k. */
119:         STRICT_ASSIGN(float, t, x + redux);
120:         GET_FLOAT_WORD(i0, t);