Lines Matching defs:ulp_tolerance
190 double ulp_tolerance,
192 unsigned int precision = get_precision<InputType>(ulp_tolerance);
273 double ulp_tolerance, RoundingMode rounding) {
274 unsigned int precision = get_precision<T>(ulp_tolerance);
318 const BinaryOutput<T> &libc_result, double ulp_tolerance,
320 unsigned int precision = get_precision<T>(ulp_tolerance);
354 double ulp_tolerance, RoundingMode rounding) {
355 unsigned int precision = get_precision<InputType>(ulp_tolerance);
408 double ulp_tolerance, RoundingMode rounding) {
409 unsigned int precision = get_precision<InputType>(ulp_tolerance);
465 double ulp_tolerance,
467 unsigned int precision = get_precision<InputType>(ulp_tolerance);
471 return (ulp <= ulp_tolerance);
522 double ulp_tolerance,
525 unsigned int precision = get_precision<T>(ulp_tolerance);
533 return (ulp <= ulp_tolerance);
548 double ulp_tolerance,
551 unsigned int precision = get_precision<T>(ulp_tolerance);
565 return (ulp <= ulp_tolerance);
582 double ulp_tolerance,
584 unsigned int precision = get_precision<InputType>(ulp_tolerance);
589 return (ulp <= ulp_tolerance);
633 double ulp_tolerance,
635 unsigned int precision = get_precision<InputType>(ulp_tolerance);
640 return (ulp <= ulp_tolerance);