Home
last modified time | relevance | path

Searched refs:q1d (Results 1 – 2 of 2) sorted by relevance

/external/eigen/test/
Dgeo_quaternion.cpp152 Quaternion<double> q1d = q1.template cast<double>(); in quaternion() local
153 VERIFY_IS_APPROX(q1d.template cast<Scalar>(),q1); in quaternion()
/external/libxml2/
Dxmlschemastypes.c4012 long p1d, p2d, q1d, q2d; in xmlSchemaCompareDates() local
4025 q1d = _xmlSchemaDateCastYMToDays(q1) + q1->value.date.day; in xmlSchemaCompareDates()
4026 if (p1d < q1d) { in xmlSchemaCompareDates()
4030 } else if (p1d == q1d) { in xmlSchemaCompareDates()
4065 q1d = _xmlSchemaDateCastYMToDays(q1) + q1->value.date.day; in xmlSchemaCompareDates()
4071 if (p1d < q1d) { in xmlSchemaCompareDates()
4075 } else if (p1d == q1d) { in xmlSchemaCompareDates()
4089 if (p2d > q1d) { in xmlSchemaCompareDates()
4091 } else if (p2d == q1d) { in xmlSchemaCompareDates()
4116 q1d = _xmlSchemaDateCastYMToDays(q1) + q1->value.date.day; in xmlSchemaCompareDates()
[all …]