Searched refs:fpu_neg2wc (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_Qglobals.h86 extern unsigned fpu_neg2wc(unsigned *, unsigned, unsigned);
H A D_Qfaddsub.c157 c = fpu_neg2wc(&z[3],z[3],c);
158 c = fpu_neg2wc(&z[2],z[2],c);
159 c = fpu_neg2wc(&z[1],z[1],c);
160 c = fpu_neg2wc(&z[0],z[0],c);
H A D_Qfutility.c206 /* the following fpu_neg2wc should be inlined as
217 fpu_neg2wc(z,x,carry) function
/illumos-gate/usr/src/uts/sparc/fpu/
H A Daddsub.c158 c = fpu_neg2wc(&z[3], z[3], c);
159 c = fpu_neg2wc(&z[2], z[2], c);
160 c = fpu_neg2wc(&z[1], z[1], c);
161 c = fpu_neg2wc(&z[0], z[0], c);
H A Dutility.c248 * the following fpu_neg2wc should be inlined as
258 fpu_neg2wc(uint_t *z, uint_t x, uint_t carry) function
/illumos-gate/usr/src/uts/sparc/sys/fpu/
H A Dglobals.h110 extern uint_t fpu_neg2wc(uint_t *, uint_t, uint_t);

Completed in 455 milliseconds