Home
last modified time | relevance | path

Searched defs:toy (Results 1 – 6 of 6) sorted by relevance

/external/llvm/examples/Kaleidoscope/MCJIT/complete/
DMakefile3 toy : toy.cpp target
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
DMakefile12 toy: toy.cpp target
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
DMakefile12 toy: toy.cpp target
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
DMakefile12 toy: toy.cpp target
/external/llvm/examples/Kaleidoscope/Orc/initial/
DMakefile12 toy: toy.cpp target
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/
DActor.java774 final float toy = (localCoords.y - originY) * scaleY; in localToParentCoordinates() local
815 final float toy = parentCoords.y - childY - originY; in parentToLocalCoordinates() local