Searched refs:_FPU_IEEE (Results 1 – 13 of 13) sorted by relevance
108 # define _FPU_IEEE 0x000C0F80 macro110 # define _FPU_IEEE 0x00000F80 macro
96 #define _FPU_IEEE 0x137f macro
33 _FPU_SETCW (_FPU_IEEE); in __fesetenv()
87 #define _FPU_IEEE 0x037f macro
51 #define _FPU_IEEE 0x00080f80 /* Default + exceptions enabled. */ macro
55 #define _FPU_IEEE 0x0 macro
49 new_fpscr |= (envp == FE_DFL_ENV) ? _FPU_DEFAULT : _FPU_IEEE; in __fesetenv()
50 #define _FPU_IEEE (_FPU_DEFAULT | 0x00001f00) macro
55 new_fpscr |= (envp == FE_DFL_ENV) ? _FPU_DEFAULT : _FPU_IEEE; in __feupdateenv()
105 # define _FPU_IEEE 0x00000001 macro
41 #define _FPU_IEEE (_FPU_DEFAULT | _FPU_HPPA_MASK_INT) macro
37 # define _FPU_IEEE _FPU_DEFAULT macro
62 # define _FPU_IEEE 0x000000f0 macro
Completed in 9 milliseconds