Searched refs:tolB (Results 1 – 2 of 2) sorted by relevance
154 double tolB = tolerance; in between_closed_open() local165 tolB = tolerance / sqrt(4.0 * b * b + 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()176 double tolB = tolerance; in between_closed() local180 tolB = tolerance / sqrt(4.0 * b * b + 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()