Lines Matching refs:CONVERT_TO_DOUBLE
287 #define CONVERT_TO_DOUBLE(obj, dbl) \ macro
538 CONVERT_TO_DOUBLE(v, a); in float_add()
539 CONVERT_TO_DOUBLE(w, b); in float_add()
550 CONVERT_TO_DOUBLE(v, a); in float_sub()
551 CONVERT_TO_DOUBLE(w, b); in float_sub()
562 CONVERT_TO_DOUBLE(v, a); in float_mul()
563 CONVERT_TO_DOUBLE(w, b); in float_mul()
574 CONVERT_TO_DOUBLE(v, a); in float_div()
575 CONVERT_TO_DOUBLE(w, b); in float_div()
592 CONVERT_TO_DOUBLE(v, vx); in float_rem()
593 CONVERT_TO_DOUBLE(w, wx); in float_rem()
622 CONVERT_TO_DOUBLE(v, vx); in float_divmod()
623 CONVERT_TO_DOUBLE(w, wx); in float_divmod()
695 CONVERT_TO_DOUBLE(v, iv); in float_pow()
696 CONVERT_TO_DOUBLE(w, iw); in float_pow()
1213 CONVERT_TO_DOUBLE(self, x); in float_hex_impl()
1548 CONVERT_TO_DOUBLE(self, self_double); in float_as_integer_ratio_impl()