HomeSort by relevance Sort by last modified time
    Searched full:double (Results 1351 - 1375 of 10768) sorted by null

<<51525354555657585960>>

  /cts/tools/dx-tests/src/dxc/junit/opcodes/getstatic/jm/
T_getstatic_3.java 21 public static double val = 123.0d;
23 public double run() {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/i2d/jm/
T_i2d_4.java 21 public double run(long a) {
22 return (double) a;
  /cts/tools/vm-tests/src/dot/junit/opcodes/aget_wide/d/
T_aget_wide_2.java 21 public double run(double[] arr, int idx) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/aput_wide/d/
T_aput_wide_2.java 21 public void run(double[] arr, int idx, double value) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/cmpg_double/d/
T_cmpg_double_1.java 21 public int run(double a, double b) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/cmpl_double/d/
T_cmpl_double_1.java 21 public int run(double a, double b) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/div_double/d/
T_div_double_3.java 21 public double run(double a, long b) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/div_double_2addr/d/
T_div_double_2addr_3.java 21 public double run(double a, long b) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/double_to_float/
Test_double_to_float.java 62 * @title Argument = Double.MAX_VALUE
66 assertEquals(Float.POSITIVE_INFINITY, t.run(Double.MAX_VALUE));
70 * @title Argument = Double.MIN_VALUE
74 assertEquals(0f, t.run(Double.MIN_VALUE));
90 assertTrue(Float.isNaN(t.run(Double.NaN)));
98 assertTrue(Float.isInfinite(t.run(Double.POSITIVE_INFINITY)));
106 assertTrue(Float.isInfinite(t.run(Double.NEGATIVE_INFINITY)));
111 * @title Argument = -Double.MIN_VALUE
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_wide/d/
T_iget_wide_2.java 21 public double val = 123.0d;
23 public double run() {
  /cts/tools/vm-tests/src/dot/junit/opcodes/long_to_double/d/
T_long_to_double_6.java 21 public double run(double a) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/mul_double/d/
T_mul_double_4.java 21 public double run(long a, double b) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/mul_double_2addr/d/
T_mul_double_2addr_4.java 21 public double run(long a, double b) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/neg_double/d/
T_neg_double_1.java 21 public double run(double d) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/rem_double/d/
T_rem_double_4.java 21 public double run(long a, double b) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/rem_double_2addr/d/
T_rem_double_2addr_4.java 21 public double run(long a, double b) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_wide/d/
T_sget_wide_2.java 21 public static double val = 123.0d;
23 public double run() {
  /cts/tools/vm-tests/src/dot/junit/opcodes/sub_double/d/
T_sub_double_3.java 21 public double run(long a, double b) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/sub_double_2addr/d/
T_sub_double_2addr_3.java 21 public double run(long a, double b) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_double/d/
T_add_double_3.java 21 public double run(long a, double b) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_wide/d/
T_aget_wide_2.java 21 public double run(double[] arr, int idx) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_wide/d/
T_aput_wide_2.java 21 public void run(double[] arr, int idx, double value) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/cmpg_double/d/
T_cmpg_double_1.java 21 public int run(double a, double b) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/cmpl_double/d/
T_cmpl_double_1.java 21 public int run(double a, double b) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_double/d/
T_div_double_3.java 21 public double run(double a, long b) {

Completed in 325 milliseconds

<<51525354555657585960>>