Home
last modified time | relevance | path

Searched refs:__gmp_cmp_function (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmpxx.h897 struct __gmp_cmp_function struct
1024 { return __gmp_cmp_function::eval(f, q) == 0; } in eval()
1084 { return __gmp_cmp_function::eval(f, q) < 0; } in eval()
1086 { return __gmp_cmp_function::eval(q, f) < 0; } in eval()
3351 __GMP_DEFINE_BINARY_TYPE_FUNCTION(int, cmp, __gmp_cmp_function)
H A DChangeLog2217 (__gmp_cmp_function, __gmp_binary_equal, __gmp_binary_less):
2219 (__gmp_cmp_function): Move before __gmp_binary_equal.
4916 __gmp_cmp_function): Use __GMPXX_TMPQ_D.
16486 __gmp_binary_greater_equal, __gmp_cmp_function): Use mpfr_cmp_si and
19625 * gmpxx.h (__gmp_cmp_function): Bug fixes in double/mpq and