Searched refs:FPU_CONTROL (Results 1 – 2 of 2) sorted by relevance
21 #ifndef FPU_CONTROL22 # define FPU_CONTROL _FPU_DEFAULT macro36 if (cw != (FPU_CONTROL & ~_FPU_RESERVED)) in do_test()38 (long int) cw, (long int) (FPU_CONTROL & ~_FPU_RESERVED)); in do_test()40 return cw != (FPU_CONTROL & ~_FPU_RESERVED); in do_test()
21 # define FPU_CONTROL _FPU_IEEE macro27 fpu_control_t __fpu_control = FPU_CONTROL;
Completed in 4 milliseconds