Searched refs:ASSIGN_DOUBLE (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Modules/ |
D | mathmodule.c | 88 #define ASSIGN_DOUBLE(target_var, obj, error_label) \ macro 1456 ASSIGN_DOUBLE(x, item, error_with_item); in math_fsum() 2672 ASSIGN_DOUBLE(px, item, error_exit); in math_dist_impl() 2674 ASSIGN_DOUBLE(qx, item, error_exit); in math_dist_impl() 2727 ASSIGN_DOUBLE(x, item, error_exit); in math_hypot()
|