Searched refs:precisely_negative (Results 1 – 1 of 1) sorted by relevance
492 inline bool precisely_negative(double x) { in precisely_negative() function532 return a <= c ? precisely_negative(a - b) && precisely_negative(b - c) in precisely_between()533 : precisely_negative(b - a) && precisely_negative(c - b); in precisely_between()