Searched refs:half (Results 1 – 7 of 7) sorted by relevance
/art/test/503-dead-instructions/smali/ |
D | DeadInstructions.smali | 51 # Give one half of a pair.
|
/art/runtime/ |
D | native_gc_triggering.md | 58 of one half (background processes) or three halves (foreground processes) of 64 allocated in the Java heap, plus half the net number of native bytes allocated since the last
|
/art/test/954-invoke-polymorphic-verifier/ |
D | expected-stdout.txt | 3 …nce.<init>(): tried to get class from non-reference register v0 (type=Precise Low-half Constant: 0)
|
/art/test/580-checker-fp16/src-art/ |
D | Main.java | 26 public static int TestFP16ToFloatRawIntBits(short half) { in TestFP16ToFloatRawIntBits() argument 27 float f = FP16.toFloat(half); in TestFP16ToFloatRawIntBits()
|
/art/compiler/optimizing/ |
D | intrinsics_arm64.cc | 3939 VRegister half = scratch_scope.AcquireH(); in VisitFP16ToFloat() local 3940 __ Fmov(half, bits); // ARMv8.2 in VisitFP16ToFloat() 3941 __ Fcvt(out, half); in VisitFP16ToFloat() 3961 VRegister half = scratch_scope.AcquireH(); in VisitFP16ToHalf() local 3963 __ Fcvt(half, in); in VisitFP16ToHalf() 3964 __ Fmov(out, half); in VisitFP16ToHalf() 3977 VRegister half = scratch_scope.AcquireH(); in GenerateFP16Round() local 3978 __ Fmov(half, WRegisterFrom(locations->InAt(0))); in GenerateFP16Round() 3979 roundOp(half, half); in GenerateFP16Round() 3980 __ Fmov(out, half); in GenerateFP16Round()
|
/art/test/dexdump/ |
D | checkers.txt | 1695 002792: 1a00 3701 |01cd: const-string v0, "undid half-move" // string@…
|
D | all-dex-files.txt | 2336 002792: 1a00 3701 |01cd: const-string v0, "undid half-move" // string@…
|