Searched refs:RC_DOWN (Results 1 – 5 of 5) sorted by relevance
81 setsign(dest, ((control_w & CW_RC) != RC_DOWN) in FPU_add()192 setsign(dest, ((control_w & CW_RC) != RC_DOWN) in FPU_sub()288 setsign(dest, ((control_w & CW_RC) != RC_DOWN) in add_sub_specials()
33 #define RC_DOWN _Const_(0x0400) macro
184 cmpl RC_DOWN,%ecx /* Towards -infinity */264 cmpl RC_DOWN,%ecx /* Towards -infinity */338 cmpl RC_DOWN,%ecx /* Towards -infinity */
72 #define DOWN_OR_CHOP(x) (x & RC_DOWN)
428 case RC_DOWN: /* towards -infinity */ in FPU_store_double()616 case RC_DOWN: /* towards -infinity */ in FPU_store_single()1001 case RC_DOWN: in FPU_round_to_int()
Completed in 6 milliseconds