Home
last modified time | relevance | path

Searched refs:q1d (Results 1 – 3 of 3) 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.c4118 long p1d, p2d, q1d, q2d; in xmlSchemaCompareDates() local
4139 q1d = _xmlSchemaDateCastYMToDays(q1) + q1->value.date.day; in xmlSchemaCompareDates()
4140 if (p1d < q1d) { in xmlSchemaCompareDates()
4144 } else if (p1d == q1d) { in xmlSchemaCompareDates()
4179 q1d = _xmlSchemaDateCastYMToDays(q1) + q1->value.date.day; in xmlSchemaCompareDates()
4185 if (p1d < q1d) { in xmlSchemaCompareDates()
4189 } else if (p1d == q1d) { in xmlSchemaCompareDates()
4203 if (p2d > q1d) { in xmlSchemaCompareDates()
4205 } else if (p2d == q1d) { in xmlSchemaCompareDates()
4230 q1d = _xmlSchemaDateCastYMToDays(q1) + q1->value.date.day; in xmlSchemaCompareDates()
[all …]
/external/mesa3d/src/imgui/
Dimstb_truetype.h4271 float q1d = q1[0]*rayn_x + q1[1]*rayn_y; in stbtt__ray_intersect_bezier() local
4275 float q10d = q1d - q0d; in stbtt__ray_intersect_bezier()