Home
last modified time | relevance | path

Searched refs:mF (Results 1 – 5 of 5) sorted by relevance

/art/test/530-checker-lse2/src/
DMain.java62 private float mF = 0; field in Main
121 mF *= (mF * mF); in testMethod()
123 mF *= ((float)(int)(float) 267827331.0f); in testMethod()
129 mF /= (mF - mF); in testMethod()
131 mF += (mZ ? (mB.a()) : ((! mZ) ? -752042357.0f : (++mF))); in testMethod()
136 mF *= (mF--); in testMethod()
138 mF += ((float)(int)(float) (-2026938813.0f * 638401585.0f)); in testMethod()
144 mF -= (((this instanceof Main) ? mF : mF) + 976981405.0f); in testMethod()
154 mF *= (+ ((float) mD)); in testMethod()
158 mF -= (--mF); in testMethod()
[all …]
/art/test/530-checker-lse2/
Dexpected.txt6 mF = NaN
/art/test/525-checker-arrays-fields2/src/
DMain.java35 private float mF; field in Main
152 mArrF[i] = mF; in InvLoopF()
239 mArrF[i] = mF; in VarLoopF()
241 mF++; in VarLoopF()
595 mF = 6.0f; in DoInstanceTests()
/art/test/530-checker-lse/src/
DMain.java727 private static float mF = 0f; field in Main
744 mF -= 976981405.0f; in testAllocationEliminationWithLoops()
1203 assertFloatEquals(mF, 0f); in main()
/art/test/dexdump/
Dbytecodes.txt411 name : 'mF'
511 … |0026: iput v1, v8, Lcom/google/android/test/Test;.mF:F // field@0010
681 … |0044: iget v0, v11, Lcom/google/android/test/Test;.mF:F // field@0010
683 … |0049: iget v2, v11, Lcom/google/android/test/Test;.mF:F // field@0010
687 … |004f: iget v2, v11, Lcom/google/android/test/Test;.mF:F // field@0010
693 … |0057: iput v0, v11, Lcom/google/android/test/Test;.mF:F // field@0010
707 … |0070: iget v0, v11, Lcom/google/android/test/Test;.mF:F // field@0010
711 … |0077: iget v0, v11, Lcom/google/android/test/Test;.mF:F // field@0010
715 … |0080: iget v0, v11, Lcom/google/android/test/Test;.mF:F // field@0010
718 … |0086: iget v0, v11, Lcom/google/android/test/Test;.mF:F // field@0010
[all …]