Home
last modified time | relevance | path

Searched defs:rhs_ij (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DMatrix2f.java142 float rhs_ij = rhs.get(i,j); in loadMultiply() local
H A DMatrix3f.java217 float rhs_ij = rhs.get(i,j); in loadMultiply() local
H A DMatrix4f.java236 float rhs_ij = rhs.get(i,j); in loadMultiply() local
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DMatrix.java157 final float rhs_ij = rhs[ 4*i + j + rhsOffset]; in multiplyMM() local
182 final float rhs_ij = rhs[ 4*i + j + rhsOffset]; in multiplyMM() local