Home
last modified time | relevance | path

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

/external/snakeyaml/src/test/resources/pyyaml/
Dspec-09-05.canonical6 !!str "first inner \tlast",
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
Dgim_basic_geometry_operations.h498 SIMD_FORCE_INLINE bool BOX_AXIS_INTERSECT(T pos, T dir,T bmin, T bmax, T & tfirst, T & tlast) in BOX_AXIS_INTERSECT() argument
508 tlast = GIM_MIN(a1, tlast); in BOX_AXIS_INTERSECT()
509 if (tlast < tfirst) return false; in BOX_AXIS_INTERSECT()