Searched refs:fpu_neg2wc (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/sparc/fpu/ |
H A D | addsub.c | 158 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 D | utility.c | 258 fpu_neg2wc(uint_t *z, uint_t x, uint_t carry) in fpu_neg2wc() function
|
/illumos-gate/usr/src/uts/sparc/sys/fpu/ |
H A D | globals.h | 110 extern uint_t fpu_neg2wc(uint_t *, uint_t, uint_t);
|