Searched refs:approximately_negative_orderable (Results 1 – 2 of 2) sorted by relevance
488 inline bool approximately_negative_orderable(double x) { in approximately_negative_orderable() function522 ? approximately_negative_orderable(a - b) && approximately_negative_orderable(b - c) in approximately_between_orderable()523 : approximately_negative_orderable(b - a) && approximately_negative_orderable(c - b); in approximately_between_orderable()