Searched refs:q1d (Results 1 – 5 of 5) sorted by relevance
148 Quaternion<double> q1d = q1.template cast<double>(); in quaternion() local149 VERIFY_IS_APPROX(q1d.template cast<Scalar>(),q1); in quaternion()
3986 long p1d, p2d, q1d, q2d; in xmlSchemaCompareDates() local3999 q1d = _xmlSchemaDateCastYMToDays(q1) + q1->value.date.day; in xmlSchemaCompareDates()4000 if (p1d < q1d) { in xmlSchemaCompareDates()4004 } else if (p1d == q1d) { in xmlSchemaCompareDates()4039 q1d = _xmlSchemaDateCastYMToDays(q1) + q1->value.date.day; in xmlSchemaCompareDates()4045 if (p1d < q1d) { in xmlSchemaCompareDates()4049 } else if (p1d == q1d) { in xmlSchemaCompareDates()4063 if (p2d > q1d) { in xmlSchemaCompareDates()4065 } else if (p2d == q1d) { in xmlSchemaCompareDates()4090 q1d = _xmlSchemaDateCastYMToDays(q1) + q1->value.date.day; in xmlSchemaCompareDates()[all …]
3993 long p1d, p2d, q1d, q2d; in xmlSchemaCompareDates() local4006 q1d = _xmlSchemaDateCastYMToDays(q1) + q1->value.date.day; in xmlSchemaCompareDates()4007 if (p1d < q1d) { in xmlSchemaCompareDates()4011 } else if (p1d == q1d) { in xmlSchemaCompareDates()4046 q1d = _xmlSchemaDateCastYMToDays(q1) + q1->value.date.day; in xmlSchemaCompareDates()4052 if (p1d < q1d) { in xmlSchemaCompareDates()4056 } else if (p1d == q1d) { in xmlSchemaCompareDates()4070 if (p2d > q1d) { in xmlSchemaCompareDates()4072 } else if (p2d == q1d) { in xmlSchemaCompareDates()4097 q1d = _xmlSchemaDateCastYMToDays(q1) + q1->value.date.day; in xmlSchemaCompareDates()[all …]
374 Quaternion<double> q1d = q1.template cast<double>(); in geometry() local375 VERIFY_IS_APPROX(q1d.template cast<Scalar>(),q1); in geometry()
376 eigen2_Quaternion<double> q1d = q1.template cast<double>(); in geometry() local377 VERIFY_IS_APPROX(q1d.template cast<Scalar>(),q1); in geometry()