Searched refs:approximately_negative_orderable (Results 1 – 1 of 1) sorted by relevance
405 inline bool approximately_negative_orderable(double x) { in approximately_negative_orderable() function439 ? approximately_negative_orderable(a - b) && approximately_negative_orderable(b - c) in approximately_between_orderable()440 : approximately_negative_orderable(b - a) && approximately_negative_orderable(c - b); in approximately_between_orderable()