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

/freebsd-10.3-release/contrib/gcc/
H A Ddouble-int.c269 double_int_mod (double_int a, double_int b, bool uns, unsigned code) function
277 /* The same as double_int_mod with UNS = false. */
282 return double_int_mod (a, b, false, code);
285 /* The same as double_int_mod with UNS = true. */
290 return double_int_mod (a, b, true, code);
H A Ddouble-int.h119 double_int double_int_mod (double_int, double_int, bool, unsigned);

Completed in 96 milliseconds