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