Home
last modified time | relevance | path

Searched refs:__INITIAL_FPUCW__ (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/msun/amd64/
H A Dfenv.c40 { 0xffff0000 | __INITIAL_FPUCW__,
/freebsd/sys/x86/include/
H A Dfpu.h201 #define __INITIAL_FPUCW__ 0x037F macro
/freebsd/sys/amd64/amd64/
H A Dfpu.c395 control = __INITIAL_FPUCW__; in fpuinit()
759 if (pcb->pcb_initial_fpucw != __INITIAL_FPUCW__) in restore_fpu_curthread()
H A Dexec_machdep.c385 pcb->pcb_initial_fpucw = __INITIAL_FPUCW__; in exec_setregs()