Searched
full:double (Results
1376 -
1400 of
10768) sorted by null
<<51525354555657585960>>
/cts/tools/vm-tests-tf/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-tf/src/dot/junit/opcodes/double_to_float/ |
Test_double_to_float.java | 50 * @title Argument = Double.MAX_VALUE 54 assertEquals(Float.POSITIVE_INFINITY, t.run(Double.MAX_VALUE)); 58 * @title Argument = Double.MIN_VALUE 62 assertEquals(0f, t.run(Double.MIN_VALUE)); 78 assertTrue(Float.isNaN(t.run(Double.NaN))); 86 assertTrue(Float.isInfinite(t.run(Double.POSITIVE_INFINITY))); 94 assertTrue(Float.isInfinite(t.run(Double.NEGATIVE_INFINITY))); 99 * @title Argument = -Double.MIN_VALUE
|
/cts/tools/vm-tests-tf/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-tf/src/dot/junit/opcodes/long_to_double/d/ |
T_long_to_double_6.java | 21 public double run(double a) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_double/d/ |
T_mul_double_4.java | 21 public double run(long a, double b) {
|
/cts/tools/vm-tests-tf/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-tf/src/dot/junit/opcodes/neg_double/d/ |
T_neg_double_1.java | 21 public double run(double d) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double/d/ |
T_rem_double_4.java | 21 public double run(long a, double b) {
|
/cts/tools/vm-tests-tf/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-tf/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-tf/src/dot/junit/opcodes/sub_double/d/ |
T_sub_double_3.java | 21 public double run(long a, double b) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_double_2addr/d/ |
T_sub_double_2addr_3.java | 21 public double run(long a, double b) {
|
/dalvik/tests/037-inherit/src/ |
Main.java | 27 public double getSomeData(); 34 public double getSomeData() {
|
/dalvik/vm/mterp/arm-vfp/ |
funopNarrower.S | 5 * For: double-to-int, double-to-float
|
funopWider.S | 5 * For: int-to-double, float-to-double
|
/dalvik/vm/mterp/armv6t2/ |
unopWider.S | 7 * For: int-to-long, int-to-double, float-to-long, float-to-double
|
/external/chromium/webkit/glue/ |
webkit_constants.h | 15 const double kForegroundTabTimerInterval = 0.004; 18 const double kBackgroundTabTimerInterval = 1.0;
|
/external/clang/test/Analysis/ |
security-syntax-checks-no-emit.c | 8 double drand48(void); 9 double erand48(unsigned short[3]);
|
/external/clang/test/CXX/class/class.static/class.static.data/ |
p3.cpp | 15 static constexpr double e = 0.0; // ok 16 static const double f = 0.0; // expected-warning {{extension}} expected-note {{use 'constexpr' specifier}}
|
/external/clang/test/CXX/except/except.spec/ |
p15.cpp | 23 void operator delete(void*, double) throw(int); // expected-note {{previous}} 24 void operator delete(void*, double) noexcept; // expected-error {{does not match}}
|
/external/clang/test/CXX/expr/expr.post/expr.static.cast/ |
p9-0x.cpp | 16 (void)static_cast<double>(ec); 17 (void)static_cast<double>(EC::ec1);
|
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.static/ |
p1.cpp | 20 double*& get_double_ptr() { return X0<int*>::value; } // expected-error{{non-const lvalue reference to type 'double *' cannot bind to a value of unrelated type 'int *'}}
|
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/ |
p4.cpp | 6 template<class T> double &f(const T*); 16 double &dr1 = f(p);
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
p2.cpp | 16 // expected-note{{in instantiation of function template specialization 'recurse_until_fail<double, char [7]>' requested here}} 20 recurse_until_fail(1, 3.14159, "string"); // expected-note{{in instantiation of function template specialization 'recurse_until_fail<int, double, char [7]>' requested here}}
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
p22.cpp | 8 template<class T1, class T2> double& f(T1 a1, T2 a2); 13 double &dr1 = f(1, 2);
|
Completed in 504 milliseconds
<<51525354555657585960>>