Searched refs:double_int_divmod (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Ddouble-int.c210 double_int_divmod (double_int a, double_int b, bool uns, unsigned code, function
220 /* The same as double_int_divmod with UNS = false. */
225 return double_int_divmod (a, b, false, code, mod);
228 /* The same as double_int_divmod with UNS = true. */
233 return double_int_divmod (a, b, true, code, mod);
245 return double_int_divmod (a, b, uns, code, &mod);
273 double_int_divmod (a, b, uns, code, &mod);
H A Ddouble-int.h122 double_int double_int_divmod (double_int, double_int, bool, unsigned, double_int *);

Completed in 261 milliseconds