Home
last modified time | relevance | path

Searched refs:xf (Results 1 – 4 of 4) sorted by relevance

/art/test/645-checker-abs-simd/src/
DMain.java369 float[] xf = new float[16]; in main() local
370 xf[0] = Float.intBitsToFloat(0x7f800001); in main()
371 xf[1] = Float.intBitsToFloat(0x7fa00000); in main()
372 xf[2] = Float.intBitsToFloat(0x7fc00000); in main()
373 xf[3] = Float.intBitsToFloat(0x7fffffff); in main()
374 xf[4] = Float.intBitsToFloat(0xff800001); in main()
375 xf[5] = Float.intBitsToFloat(0xffa00000); in main()
376 xf[6] = Float.intBitsToFloat(0xffc00000); in main()
377 xf[7] = Float.intBitsToFloat(0xffffffff); in main()
378 xf[8] = Float.NEGATIVE_INFINITY; in main()
[all …]
/art/test/665-checker-simd-zero/src/
DMain.java239 float[] xf = new float[total]; in main() local
249 xf[i] = 1; in main()
260 expectEquals(1, xf[i]); in main()
270 zerof(xf); in main()
280 expectEquals(0, xf[i]); in main()
/art/test/543-checker-dce-trycatch/smali/
DTestCase.smali250 const v3, 0xf
252 # v3 = Phi [Add, 0xf] # dead catch phi input, defined in the dead block (HPhi).
314 const v2, 0xf # dead catch phi input, defined in entry block
/art/tools/
Dbuildbot-vm.sh35 7z x "$(basename $1)" && zstd -d data.tar.zst && tar -xf data.tar