Searched refs:fpu_neg2wc (Results 1 – 6 of 6) sorted by relevance
/titanic_44/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
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | _Qfaddsub.c | 157 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 | _Qglobals.h | 86 extern unsigned fpu_neg2wc(unsigned *, unsigned, unsigned);
|
H A D | _Qfutility.c | 217 fpu_neg2wc(z,x,carry) in fpu_neg2wc() function
|
/titanic_44/usr/src/uts/sparc/sys/fpu/ |
H A D | globals.h | 110 extern uint_t fpu_neg2wc(uint_t *, uint_t, uint_t);
|