Searched refs:mHalfConst0 (Results 1 – 1 of 1) sorted by relevance
26 private static final short mHalfConst0 = (short) 0x4900; // 10.f field in UT_fp16_globals39 Short2 half2Value = new Short2(mHalfConst0, mHalfConst1); in run()40 Short3 half3Value = new Short3(mHalfConst0, mHalfConst1, mHalfConst2); in run()41 Short4 half4Value = new Short4(mHalfConst0, mHalfConst1, mHalfConst2, mHalfConst3); in run()43 s.set_gHalf(mHalfConst0); in run()48 s.invoke_test(mHalfConst0, half2Value, half3Value, half4Value); in run()49 s.invoke_validateHalf(mHalfConst0); in run()