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

<<21222324252627282930>>

  /external/srec/srec/clib/
jacobi.c 38 static void Rotate(double **a, int dim, int i, int j, int k, int l, double s,
39 double tau);
41 static double SumOffDiag(double **mat, int dim);
46 void Jacobi(double **matrix, int dim, double *egval, double **egvec)
56 double g, thresh, sum, c, s, t, tau, h;
57 double *b, *d, *z
    [all...]
  /external/llvm/test/Transforms/SimplifyCFG/
2009-06-15-InvokeCrash.ll 31 %struct.QPointF = type { double, double }
34 %struct.QRectF = type { double, double, double, double }
59 %foo = alloca double, align 8
60 %bar = alloca double, align 8
78 call void @_ZN7QPointFC1Edd( %struct.QPointF* %tmp, double 0.000000e+00, double 0.000000e+00
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/dadd/jm/
T_dadd_3.java 21 public double run(double a, double b) {
22 return a+(double)b;
T_dadd_4.java 21 public double run(double a, double b) {
22 return (double)a+b;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double/
Test_rem_double.java 51 * @title Arguments = Double.MAX_VALUE, Double.NaN
55 assertEquals(Double.NaN, t.run(Double.MAX_VALUE, Double.NaN));
59 * @title Arguments = Double.POSITIVE_INFINITY,
60 * Double.NEGATIVE_INFINITY
64 assertEquals(Double.NaN, t.run(Double.POSITIVE_INFINITY,
65 Double.NEGATIVE_INFINITY))
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double_2addr/
Test_rem_double_2addr.java 51 * @title Arguments = Double.MAX_VALUE, Double.NaN
55 assertEquals(Double.NaN, t.run(Double.MAX_VALUE, Double.NaN));
59 * @title Arguments = Double.POSITIVE_INFINITY,
60 * Double.NEGATIVE_INFINITY
64 assertEquals(Double.NaN, t.run(Double.POSITIVE_INFINITY,
65 Double.NEGATIVE_INFINITY))
    [all...]
  /dalvik/tests/004-annotations/src/android/test/anno/
AnnoFancyParameter.java 9 double factor();
  /dalvik/vm/mterp/arm-vfp/
fbinopWide2addr.S 6 * For: add-double/2addr, sub-double/2addr, mul-double/2addr,
7 * div-double/2addr
  /dalvik/vm/mterp/c/
OP_REM_DOUBLE_2ADDR.cpp 4 ILOGV("|%s-double-2addr v%d,v%d", "mod", vdst, vsrc1);
  /external/clang/test/ASTMerge/Inputs/
namespace2.cpp 16 extern double z;
  /external/clang/test/CodeGen/
2003-06-22-UnionCrash.c 6 double Point_Slope[2];
2005-07-26-UnionInitCrash.c 3 union { char bytes[8]; double alignment; }EQ1 = {0,0,0,0,0,0,0,0};
2005-09-20-ComplexConstants.c 3 const double _Complex x[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};
2009-04-28-UnionArrayCrash.c 5 double F;
imaginary.c 4 double _Imaginary foo; // expected-error {{imaginary types are not supported}}
long-double-x86.c 3 long double x = 0;
  /external/clang/test/CodeGenCXX/
2010-06-22-ZeroBitfield.cpp 3 struct s8_1 { double x; };
conversion-operator-base.cpp 5 struct B : A { double z; };
  /external/clang/test/Index/Inputs/
complete-pch.h 3 + (int)classMethod1:(double)d;
  /external/clang/test/Parser/
function-decls.c 8 X = sizeof(void (*(int arga, void (*argb)(double Y)))(void* Z));
  /external/clang/test/SemaCXX/
no-implicit-builtin-decls.cpp 7 int malloc(double);
  /external/clang/test/SemaTemplate/
instantiate-objc-1.mm 11 template struct StringTest<double>;
24 template struct SelectorTest<double>;
37 template struct ProtocolTest<double>;
47 template struct EncodeTest<double>;
instantiation-default-2.cpp 9 float f(int, double);
13 Constant<float (*)(int, double), f> *c4;
14 Constant<float (*)(int, double), &f> *c5;
16 Constant<float (*)(int, int), f> *c6; // expected-error{{non-type template argument of type 'float (int, double)' cannot be converted to a value of type 'float (*)(int, int)'}}
  /external/dbus/test/data/valid-messages/
dict.message 20 STRING 'double'
21 TYPE DOUBLE
22 DOUBLE 3.141592653589
40 TYPE DOUBLE
  /external/fdlibm/
w_jn.c 15 * wrapper ieee_jn(int n, double x), ieee_yn(int n, double x)
43 double ieee_jn(int n, double x) /* wrapper jn */
45 double ieee_jn(n,x) /* wrapper jn */
46 double x; int n;
52 double z;
56 return __kernel_standard((double)n,x,38); /* ieee_jn(|x|>X_TLOSS,n) */
63 double ieee_yn(int n, double x) /* wrapper yn *
    [all...]

Completed in 2701 milliseconds

<<21222324252627282930>>