Lines Matching refs:check_int_rounding
876 def check_int_rounding(self, pytime_converter, expected_func,
906 self.check_int_rounding(lambda secs, rnd: PyTime_FromSeconds(secs),
918 self.check_int_rounding(
940 self.check_int_rounding(lambda ns, rnd: PyTime_AsSecondsDouble(ns),
976 self.check_int_rounding(PyTime_AsTimeval,
989 self.check_int_rounding(lambda ns, rnd: PyTime_AsTimespec(ns),
1040 self.check_int_rounding(PyTime_AsMilliseconds,
1047 self.check_int_rounding(PyTime_AsMicroseconds,
1063 self.check_int_rounding(pytime_object_to_time_t,
1089 self.check_int_rounding(pytime_object_to_timeval,
1105 self.check_int_rounding(pytime_object_to_timespec,