Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Ddouble-int.c59 double_int_ext (double_int cst, unsigned prec, bool uns) in double_int_ext() function
298 cst = double_int_ext (cst, TYPE_PRECISION (type), TYPE_UNSIGNED (type)); in double_int_to_tree()
Ddouble-int.h133 double_int double_int_ext (double_int, unsigned, bool);