Searched refs:fpu_cmpli (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/sparc/fpu/ |
H A D | div.c | 78 if (fpu_cmpli(r, y, 4) >= 0) 86 if (fpu_cmpli(r, y, 4) >= 0) { 104 if (fpu_cmpli(r, y, 4) >= 0) { 122 if (fpu_cmpli(r, y, 4) >= 0) { 140 if (fpu_cmpli(r, y, 4) >= 0) { 157 if (fpu_cmpli(r, y, 4) >= 0) pz->rounded = 1; 229 if (fpu_cmpli(t, x, 2) <= 0) { 251 if (fpu_cmpli(t, x, 3) <= 0) { 276 if (fpu_cmpli(t, x, 4) <= 0) { 300 if (fpu_cmpli(s, x, 4) < 0)
|
H A D | compare.c | 68 n = fpu_cmpli(px->significand, py->significand, 4);
|
H A D | utility.c | 270 fpu_cmpli(uint_t *x, uint_t *y, int n) in fpu_cmpli() function
|
/illumos-gate/usr/src/uts/sparc/sys/fpu/ |
H A D | globals.h | 111 extern int fpu_cmpli(uint_t *, uint_t *, int);
|