Searched refs:gte (Results 1 – 5 of 5) sorted by relevance
37 ggc_alloc_typed_stat (enum gt_types_enum ARG_UNUSED (gte), size_t size in ggc_alloc_typed_stat() argument
1273 ggc_alloc_typed_stat (enum gt_types_enum gte, size_t size in ggc_alloc_typed_stat() argument1276 switch (gte) in ggc_alloc_typed_stat()
6139 2002-09-27 Alexander N. Kabaev <ak03@gte.com>
3508 2003-11-03 Alexander Kabaev <ak03@gte.com>
1208 bool gte = num_greater_eq (lhs, rhs, CPP_OPTION (pfile, precision)); in num_inequality_op() local1211 lhs.low = gte; in num_inequality_op()1213 lhs.low = !gte; in num_inequality_op()1215 lhs.low = gte && !num_eq (lhs, rhs); in num_inequality_op()1217 lhs.low = !gte || num_eq (lhs, rhs); in num_inequality_op()