Searched defs:f2 (Results 1 – 4 of 4) sorted by relevance
104 Float2 f2 = new Float2(); in testJavaVectorTypes() local
757 final float[] f2 = new float[FLOAT_ARRAY_LEN]; in testGetMatrix1() local777 final float[] f2 = new float[FLOAT_ARRAY_LEN]; in testGetMatrix2() local
354 final float f2 = 10.07f; in testGetFloat2() local
441 boolean compareFormats(MediaFormat f1, MediaFormat f2) { in compareFormats()