HomeSort by relevance Sort by last modified time
    Searched full:round32 (Results 1 - 2 of 2) sorted by null

  /art/test/580-checker-round/src/
Main.java 19 /// CHECK-START: int Main.round32(float) intrinsics_recognition (after)
22 private static int round32(float f) { method in class:Main
35 expectEquals32(-2147483648, round32(Float.NEGATIVE_INFINITY));
36 expectEquals32(-2, round32(-1.51f));
37 expectEquals32(-1, round32(-1.2f));
38 expectEquals32(-1, round32(-1.0f));
39 expectEquals32(-1, round32(-0.5000001f));
40 expectEquals32(0, round32(-0.5f));
41 expectEquals32(0, round32(-0.2f));
42 expectEquals32(0, round32(-0.0f))
    [all...]
  /external/llvm/test/ExecutionEngine/Interpreter/
intrinsics.ll 30 %round32 = call float @llvm.round.f32(float 0.000000e+00)

Completed in 213 milliseconds