Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtAabbUtil2.h98 btScalar tmax, tymin, tymax, tzmin, tzmax; in btRayAabb2() local
113 tzmin = (bounds[raySign[2]].getZ() - rayFrom.getZ()) * rayInvDirection.getZ(); in btRayAabb2()
116 if ( (tmin > tzmax) || (tzmin > tmax) ) in btRayAabb2()
118 if (tzmin > tmin) in btRayAabb2()
119 tmin = tzmin; in btRayAabb2()
/external/dng_sdk/source/
Ddng_date_time.cpp353 unsigned tzmin = 0; in Decode_ISO_8601() local
358 &tzmin) > 0) in Decode_ISO_8601()
361 fTimeZone.SetOffsetMinutes (sign * (tzhour * 60 + tzmin)); in Decode_ISO_8601()
557 unsigned tzmin = 0; in Decode_IPTC_Time() local
567 &tzmin) == 2) in Decode_IPTC_Time()
572 zone.SetOffsetMinutes (tzsign * (tzhour * 60 + tzmin)); in Decode_IPTC_Time()