_xpfpa_fpu_cw      96 Zend/zend_float.h             unsigned int _xpfpa_fpu_cw; \
_xpfpa_fpu_cw      97 Zend/zend_float.h             _controlfp_s(&_xpfpa_fpu_cw, *((unsigned int *)(vptr)), _MCW_PC); \
_xpfpa_fpu_cw     101 Zend/zend_float.h             unsigned int _xpfpa_fpu_oldcw, _xpfpa_fpu_cw;
_xpfpa_fpu_cw     104 Zend/zend_float.h             _controlfp_s(&_xpfpa_fpu_cw, 0, 0); \
_xpfpa_fpu_cw     105 Zend/zend_float.h             _xpfpa_fpu_oldcw = _xpfpa_fpu_cw; \
_xpfpa_fpu_cw     106 Zend/zend_float.h             _controlfp_s(&_xpfpa_fpu_cw, _PC_53, _MCW_PC); \
_xpfpa_fpu_cw     109 Zend/zend_float.h             _controlfp_s(&_xpfpa_fpu_cw, 0, 0); \
_xpfpa_fpu_cw     110 Zend/zend_float.h             _xpfpa_fpu_oldcw = _xpfpa_fpu_cw; \
_xpfpa_fpu_cw     111 Zend/zend_float.h             _controlfp_s(&_xpfpa_fpu_cw, _PC_24, _MCW_PC); \
_xpfpa_fpu_cw     116 Zend/zend_float.h             _controlfp_s(&_xpfpa_fpu_cw, 0, 0); \
_xpfpa_fpu_cw     117 Zend/zend_float.h             _xpfpa_fpu_oldcw = _xpfpa_fpu_cw; \
_xpfpa_fpu_cw     118 Zend/zend_float.h             _controlfp_s(&_xpfpa_fpu_cw, _PC_64, _MCW_PC); \
_xpfpa_fpu_cw     121 Zend/zend_float.h             _controlfp_s(&_xpfpa_fpu_cw, _xpfpa_fpu_oldcw, _MCW_PC)
_xpfpa_fpu_cw     211 Zend/zend_float.h             fpu_control_t _xpfpa_fpu_oldcw, _xpfpa_fpu_cw;
_xpfpa_fpu_cw     227 Zend/zend_float.h             _xpfpa_fpu_cw = (_xpfpa_fpu_oldcw & ~_FPU_EXTENDED & ~_FPU_SINGLE) | _FPU_DOUBLE; \
_xpfpa_fpu_cw     228 Zend/zend_float.h             _FPU_SETCW(_xpfpa_fpu_cw); \
_xpfpa_fpu_cw     232 Zend/zend_float.h             _xpfpa_fpu_cw = (_xpfpa_fpu_oldcw & ~_FPU_EXTENDED & ~_FPU_DOUBLE) | _FPU_SINGLE; \
_xpfpa_fpu_cw     233 Zend/zend_float.h             _FPU_SETCW(_xpfpa_fpu_cw); \
_xpfpa_fpu_cw     237 Zend/zend_float.h             _xpfpa_fpu_cw = (_xpfpa_fpu_oldcw & ~_FPU_SINGLE & ~_FPU_DOUBLE) | _FPU_EXTENDED; \
_xpfpa_fpu_cw     238 Zend/zend_float.h             _FPU_SETCW(_xpfpa_fpu_cw); \
_xpfpa_fpu_cw     345 Zend/zend_float.h             unsigned int _xpfpa_fpu_oldcw, _xpfpa_fpu_cw;
_xpfpa_fpu_cw     361 Zend/zend_float.h             _xpfpa_fpu_cw = (_xpfpa_fpu_oldcw & ~0x100) | 0x200; \
_xpfpa_fpu_cw     362 Zend/zend_float.h             __asm__ __volatile__ ("fldcw %0" : : "m" (*&_xpfpa_fpu_cw)); \
_xpfpa_fpu_cw     366 Zend/zend_float.h             _xpfpa_fpu_cw = (_xpfpa_fpu_oldcw & ~0x300); \
_xpfpa_fpu_cw     367 Zend/zend_float.h             __asm__ __volatile__ ("fldcw %0" : : "m" (*&_xpfpa_fpu_cw)); \
_xpfpa_fpu_cw     371 Zend/zend_float.h             _xpfpa_fpu_cw = _xpfpa_fpu_oldcw | 0x300; \
_xpfpa_fpu_cw     372 Zend/zend_float.h             __asm__ __volatile__ ("fldcw %0" : : "m" (*&_xpfpa_fpu_cw)); \