Searched defs:fpu_exists (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sparc/sys/fpu/
H A Dfpusystm.h44 #define fpu_exists 1 macro
46 extern int fpu_exists;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfpu_subr.c41 * If fpu_exists is non-zero, fpu_probe will attempt to use any
43 * fpu_exists is zero, fpu_probe will report that there is no
46 int fpu_exists = 1; variable
111 if (fpu_exists == 0) {
247 fpu_exists = 0;

Completed in 69 milliseconds