Searched refs:_FPU_DOUBLE (Results 1 – 9 of 9) sorted by relevance
77 # define _FPU_DOUBLE 0x00 macro80 # define _FPU_DOUBLE 0x80 macro
68 #define _FPU_DOUBLE 0x200 macro
34 cw_double = (cw & ~_FPU_EXTENDED) | _FPU_DOUBLE; in __f32xsubf64()
34 cw_double = (cw & ~_FPU_EXTENDED) | _FPU_DOUBLE; in __f32xaddf64()
38 cw_double = (cw & ~_FPU_EXTENDED) | _FPU_DOUBLE; in __fdim()
69 #define _FPU_DOUBLE 0x200 macro
35 #define _FPU_DOUBLE 0x20000000 macro
100 libc_feholdexcept_setround_387_prec (e, r | _FPU_DOUBLE); in libc_feholdexcept_setround_387_53bit()219 libc_feholdsetround_387_prec (e, r | _FPU_DOUBLE); in libc_feholdsetround_387_53bit()375 libc_feholdexcept_setround_387_prec_ctx (ctx, r | _FPU_DOUBLE); in libc_feholdexcept_setround_387_53bit_ctx()407 libc_feholdsetround_387_prec_ctx (ctx, r | _FPU_DOUBLE); in libc_feholdsetround_387_53bit_ctx()
117 set_x87_cw_bits (X87_CW_PREC_MASK, _FPU_DOUBLE); in do_test()
Completed in 8 milliseconds