Home
last modified time | relevance | path

Searched refs:rot0 (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/CodeGen/Mips/
Drotate.ll5 ; mips16: .ent rot0
6 define i32 @rot0(i32 %a, i32 %b) nounwind readnone {
/external/skia/bench/
DMatrixBench.cpp151 SkScalar rot0 = (fRandom.nextBool()) ? fRandom.nextRangeF(-180, 180) : 0.0f; in onDelayedSetup() local
155 fMatrix[i].setRotate(rot0); in onDelayedSetup()
/external/skia/tests/
DMatrixTest.cpp596 SkScalar rot0 = rand.nextRangeF(-180, 180); in test_matrix_decomposition() local
600 mat.setRotate(rot0); in test_matrix_decomposition()