Searched refs:_fp_hw (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/i386/fp/
H A Dfpstart.c42 * Set _fp_hw according to what floating-point hardware is available.
56 int _fp_hw; /* default: bss: 0 == no hardware */ variable
68 &_fp_hw, FPU_CW_INIT, SSE_MXCSR_INIT)) == -1) {
75 (void) sysi86(SI86FPHW, &_fp_hw);
/osnet-11/usr/src/lib/libc/amd64/fp/
H A Dfpstart.c56 int _fp_hw; /* default: bss: 0 == no hardware */ local
64 &_fp_hw, FPU_CW_INIT, SSE_MXCSR_INIT);

Completed in 21 milliseconds