_xpfpa_fpu_cw     106 Zend/zend_float.h             unsigned int _xpfpa_fpu_cw; \
_xpfpa_fpu_cw     107 Zend/zend_float.h             _controlfp_s(&_xpfpa_fpu_cw, *((unsigned int *)(vptr)), _MCW_PC); \
_xpfpa_fpu_cw     111 Zend/zend_float.h             unsigned int _xpfpa_fpu_oldcw, _xpfpa_fpu_cw;
_xpfpa_fpu_cw     114 Zend/zend_float.h             _controlfp_s(&_xpfpa_fpu_cw, 0, 0); \
_xpfpa_fpu_cw     115 Zend/zend_float.h             _xpfpa_fpu_oldcw = _xpfpa_fpu_cw; \
_xpfpa_fpu_cw     116 Zend/zend_float.h             _controlfp_s(&_xpfpa_fpu_cw, _PC_53, _MCW_PC); \
_xpfpa_fpu_cw     119 Zend/zend_float.h             _controlfp_s(&_xpfpa_fpu_cw, 0, 0); \
_xpfpa_fpu_cw     120 Zend/zend_float.h             _xpfpa_fpu_oldcw = _xpfpa_fpu_cw; \
_xpfpa_fpu_cw     121 Zend/zend_float.h             _controlfp_s(&_xpfpa_fpu_cw, _PC_24, _MCW_PC); \
_xpfpa_fpu_cw     126 Zend/zend_float.h             _controlfp_s(&_xpfpa_fpu_cw, 0, 0); \
_xpfpa_fpu_cw     127 Zend/zend_float.h             _xpfpa_fpu_oldcw = _xpfpa_fpu_cw; \
_xpfpa_fpu_cw     128 Zend/zend_float.h             _controlfp_s(&_xpfpa_fpu_cw, _PC_64, _MCW_PC); \
_xpfpa_fpu_cw     131 Zend/zend_float.h             _controlfp_s(&_xpfpa_fpu_cw, _xpfpa_fpu_oldcw, _MCW_PC)
_xpfpa_fpu_cw     221 Zend/zend_float.h             fpu_control_t _xpfpa_fpu_oldcw, _xpfpa_fpu_cw;
_xpfpa_fpu_cw     237 Zend/zend_float.h             _xpfpa_fpu_cw = (_xpfpa_fpu_oldcw & ~_FPU_EXTENDED & ~_FPU_SINGLE) | _FPU_DOUBLE; \
_xpfpa_fpu_cw     238 Zend/zend_float.h             _FPU_SETCW(_xpfpa_fpu_cw); \
_xpfpa_fpu_cw     242 Zend/zend_float.h             _xpfpa_fpu_cw = (_xpfpa_fpu_oldcw & ~_FPU_EXTENDED & ~_FPU_DOUBLE) | _FPU_SINGLE; \
_xpfpa_fpu_cw     243 Zend/zend_float.h             _FPU_SETCW(_xpfpa_fpu_cw); \
_xpfpa_fpu_cw     247 Zend/zend_float.h             _xpfpa_fpu_cw = (_xpfpa_fpu_oldcw & ~_FPU_SINGLE & ~_FPU_DOUBLE) | _FPU_EXTENDED; \
_xpfpa_fpu_cw     248 Zend/zend_float.h             _FPU_SETCW(_xpfpa_fpu_cw); \
_xpfpa_fpu_cw     355 Zend/zend_float.h             unsigned int _xpfpa_fpu_oldcw, _xpfpa_fpu_cw;
_xpfpa_fpu_cw     371 Zend/zend_float.h             _xpfpa_fpu_cw = (_xpfpa_fpu_oldcw & ~0x100) | 0x200; \
_xpfpa_fpu_cw     372 Zend/zend_float.h             __asm__ __volatile__ ("fldcw %0" : : "m" (*&_xpfpa_fpu_cw)); \
_xpfpa_fpu_cw     376 Zend/zend_float.h             _xpfpa_fpu_cw = (_xpfpa_fpu_oldcw & ~0x300); \
_xpfpa_fpu_cw     377 Zend/zend_float.h             __asm__ __volatile__ ("fldcw %0" : : "m" (*&_xpfpa_fpu_cw)); \
_xpfpa_fpu_cw     381 Zend/zend_float.h             _xpfpa_fpu_cw = _xpfpa_fpu_oldcw | 0x300; \
_xpfpa_fpu_cw     382 Zend/zend_float.h             __asm__ __volatile__ ("fldcw %0" : : "m" (*&_xpfpa_fpu_cw)); \