Searched refs:tolC (Results 1 – 2 of 2) sorted by relevance
155 double tolC = tolerance; in between_closed_open() local166 tolC = tolerance / sqrt(4.0 * c * c + 1.0); in between_closed_open()168 return b < c ? (a >= b - tolB && a < c - tolC) : in between_closed_open()169 (a >= c - tolC && a < b - tolB); in between_closed_open()177 double tolC = tolerance; in between_closed() local181 tolC = tolerance / sqrt(4.0 * c * c + 1.0); in between_closed()183 return b < c ? (a >= b - tolB && a <= c + tolC) : in between_closed()184 (a >= c - tolC && a <= b + tolB); in between_closed()