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

<<81828384858687888990>>

  /bionic/libm/src/
s_fmaxl.c 34 long double
35 fmaxl(long double x, long double y)
s_fmin.c 34 double
35 fmin(double x, double y)
s_fminl.c 34 long double
35 fminl(long double x, long double y)
s_frexpl.c 35 #error "Unsupported long double format"
38 long double
39 frexpl(long double x, int *ex)
s_trunc.c 28 static const double huge = 1.0e300;
30 double
31 trunc(double x)
s_truncl.c 39 static const long double huge = 1.0e300;
41 long double
42 truncl(long double x)
  /cts/tests/tests/jni/src/android/jni/cts/
InstanceNonce.java 48 public native double returnDouble();
62 public native boolean takeDouble(double v);
69 char v3, int v4, long v5, String v6, float v7, double v8,
  /cts/tools/vm-tests/src/dot/junit/
DxAbstractMain.java 34 static public void assertEquals(double expected, double actual, double delta) {
  /cts/tools/vm-tests-tf/src/dot/junit/
DxAbstractMain.java 34 static public void assertEquals(double expected, double actual, double delta) {
  /dalvik/dx/src/com/android/dx/gen/
Constants.java 52 } else if (value instanceof Double) {
53 return CstDouble.make(Double.doubleToLongBits((Double) value));
  /dalvik/dx/tests/078-dex-local-variable-table/
Blort.java 72 // Test for representation of double.
73 public static void test10(double x) {
74 double y = x;
  /dalvik/vm/mterp/x86-atom/
OP_DOUBLE_TO_INT.S 19 * Code: Converts a double to an integer. Uses no substitutions.
21 * For: double-to-int
23 * Description: Convert the source register (a double) to an integer
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorLEDController.java 32 public void onPositionChange(double value) {
43 final private double mValue;
46 public LabelClickListener(Slider slider, double value) {
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Div.java 52 * Evaluate this operation directly to a double.
56 * @return The result of the operation as a double.
60 public double num(XPathContext xctxt)
Minus.java 53 * Evaluate this operation directly to a double.
57 * @return The result of the operation as a double.
61 public double num(XPathContext xctxt)
Mod.java 52 * Evaluate this operation directly to a double.
56 * @return The result of the operation as a double.
60 public double num(XPathContext xctxt)
Mult.java 52 * Evaluate this operation directly to a double.
56 * @return The result of the operation as a double.
60 public double num(XPathContext xctxt)
Number.java 54 * Evaluate this operation directly to a double.
58 * @return The result of the operation as a double.
62 public double num(XPathContext xctxt)
Plus.java 52 * Evaluate this operation directly to a double.
56 * @return The result of the operation as a double.
60 public double num(XPathContext xctxt)
  /external/chromium/chrome/browser/debugger/manual_tests/
element-styles.html 22 <li>Double click the "-webkit-transform" rule and place the cursor at the second argument (-3deg).
29 <li>Double-click the "background" rule and alter the color to "#FFF". The text background should turn white.
30 <li>Double-click the "color" rule and alter the color to "black". The text background should turn black.
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
p1.cpp 31 v.set<double>(3.2);
39 v.set<double>(3.2); // expected-warning{{lookup of 'set' in member access expression is ambiguous; using member of 'Value' [-Wambiguous-member-template]}}
44 v.set<double>(3.2);
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p1.cpp 41 template struct X1<int>::Inner<double>;
46 template void X1<int>::f<>(int&, double);
77 template void X2<int, float>::f(int &, double); // expected-error{{does not refer}}
p4.cpp 31 template<> struct X0<double>; // expected-note{{previous template specialization is here}}
32 template struct X0<double>; // expected-warning{{explicit instantiation of 'X0<double>' that occurs after an explicit specialization will be ignored}}
  /external/clang/test/SemaCXX/
using-decl-1.cpp 22 void f(double);
49 void f(double d);
58 void (*f_ptr1)(double) = f;
  /external/clang/test/SemaTemplate/
member-function-template.cpp 6 void g0(int i, double d) {
8 double &dr = f0(d);
14 void g1(int i, double d) {

Completed in 3051 milliseconds

<<81828384858687888990>>