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

/freebsd-9.3-release/contrib/gcc/
H A Ddouble-int.c241 double_int_div (double_int a, double_int b, bool uns, unsigned code) function
248 /* The same as double_int_div with UNS = false. */
253 return double_int_div (a, b, false, code);
256 /* The same as double_int_div with UNS = true. */
261 return double_int_div (a, b, true, code);
H A Ddouble-int.h116 double_int double_int_div (double_int, double_int, bool, unsigned);

Completed in 118 milliseconds