Searched refs:FUNC_mpfr_ff_f (Results 1 – 1 of 1) sorted by relevance
/math/ |
A D | gen-auto-libm-tests.c | 513 #define FUNC_mpfr_ff_f(NAME, MPFR_FUNC, EXACT) \ macro 531 FUNC_mpfr_ff_f ("add", mpfr_add, true), 535 FUNC_mpfr_ff_f ("atan2", mpfr_atan2, false), 561 FUNC_mpfr_ff_f ("div", mpfr_div, true), 570 FUNC_mpfr_ff_f ("hypot", mpfr_hypot, false), 580 FUNC_mpfr_ff_f ("mul", mpfr_mul, true), 581 FUNC_mpfr_ff_f ("pow", mpfr_pow, false), 586 FUNC_mpfr_ff_f ("sub", mpfr_sub, true),
|
Completed in 7 milliseconds