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

<<21222324252627282930>>

  /external/llvm/test/CodeGen/X86/
rip-rel-address.ll 7 @a = internal global double 3.4
8 define double @foo() nounwind {
9 %a = load double* @a
10 ret double %a
  /external/llvm/test/ExecutionEngine/
2010-01-15-UndefValue.ll 6 %c = fadd double 0.0, undef
  /external/llvm/test/FrontendC/
2003-06-22-UnionCrash.c 6 double Point_Slope[2];
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;
libcalls-ld.c 9 // If this fails for you because your target doesn't support long double,
12 long double exp2l(long double);
14 long double t4(unsigned char x) {
  /external/llvm/test/FrontendC++/
2010-06-22-ZeroBitfield.cpp 3 struct s8_1 { double x; };
  /external/stlport/src/
complex_io.cpp 31 { return __os << '(' << (double)__z.real() << ',' << (double)__z.imag() << ')'; }
35 operator<< (basic_ostream<char, char_traits<char> >& __os, const complex<double>& __z)
41 operator<< (basic_ostream<char, char_traits<char> >& __os, const complex<long double>& __z)
74 operator>>(basic_istream<char, char_traits<char> >& __is, complex<double>& __z) {
75 double __re = 0;
76 double __im = 0;
94 __z = complex<double>(__re, __im);
101 operator>>(basic_istream<char, char_traits<char> >& __is, complex<long double>& __z) {
102 long double __re = 0
    [all...]
  /external/webkit/Source/WebCore/platform/animation/
TimingFunction.h 79 static PassRefPtr<CubicBezierTimingFunction> create(double x1, double y1, double x2, double y2)
100 double x1() const { return m_x1; }
101 double y1() const { return m_y1; }
102 double x2() const { return m_x2; }
103 double y2() const { return m_y2; }
112 CubicBezierTimingFunction(double x1 = 0.25, double y1 = 0.1, double x2 = 0.25, double y2 = 1.0
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Double2.java 32 public Double2(double initX, double initY) {
37 public double x;
38 public double y;
  /frameworks/compile/libbcc/runtime/test/timing/
floatdidf.c 16 double FUNCTION_NAME(INPUT_TYPE x);
28 double bestTime = __builtin_inf();
37 double thisTime = intervalInCycles(startTime, endTime);
44 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
floatdixf.c 16 long double FUNCTION_NAME(INPUT_TYPE x);
28 double bestTime = __builtin_inf();
37 double thisTime = intervalInCycles(startTime, endTime);
44 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
floatundidf.c 12 double __floatundidf(uint64_t x);
25 double bestTime = __builtin_inf();
34 double thisTime = intervalInCycles(startTime, endTime);
41 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
floatundixf.c 16 long double FUNCTION_NAME(INPUT_TYPE x);
28 double bestTime = __builtin_inf();
37 double thisTime = intervalInCycles(startTime, endTime);
44 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
  /frameworks/compile/libbcc/tests/data/src/
floatdouble.c 5 double b = 0.1f;
  /frameworks/compile/slang/tests/F_root_compute_really_bad/
root_compute_really_bad.rs 4 int root(int ain, int aout, int usrData, float x1, double y1,
  /ndk/sources/cxx-stl/stlport/src/
complex_io.cpp 31 { return __os << '(' << (double)__z.real() << ',' << (double)__z.imag() << ')'; }
35 operator<< (basic_ostream<char, char_traits<char> >& __os, const complex<double>& __z)
41 operator<< (basic_ostream<char, char_traits<char> >& __os, const complex<long double>& __z)
74 operator>>(basic_istream<char, char_traits<char> >& __is, complex<double>& __z) {
75 double __re = 0;
76 double __im = 0;
94 __z = complex<double>(__re, __im);
101 operator>>(basic_istream<char, char_traits<char> >& __is, complex<long double>& __z) {
102 long double __re = 0
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_metrics.h 39 inline void db_CauchyDerivative(double J[4],double fp[2],const double f[2],double one_over_scale2)
41 double x2,y2,r,r2,r2s,one_over_r2,fu,r_fu,one_over_r_fu;
42 double one_plus_r2s,half_dfu_dx,half_dfu_dy,coeff,coeff2,coeff3;
119 inline double db_SquaredReprojectionErrorHomography(const double y[2],const double H[9],const double x[3]
    [all...]
  /external/llvm/test/Analysis/ScalarEvolution/
sext-iv-0.ll 9 define void @foo(double* nocapture %x) nounwind {
26 %3 = getelementptr double* %x, i64 %2 ; <double*> [#uses=1]
27 %4 = load double* %3, align 8 ; <double> [#uses=1]
28 %5 = fmul double %4, 3.900000e+00 ; <double> [#uses=1]
30 %7 = getelementptr double* %x, i64 %6 ; <double*> [#uses=1]
31 store double %5, double* %7, align
    [all...]
  /external/llvm/test/CodeGen/ARM/
cse-libcalls.ll 7 define i32 @u_f_nonbon(double %lambda) nounwind {
9 %tmp19.i.i = load double* null, align 4 ; <double> [#uses=2]
10 %tmp6.i = fcmp olt double %tmp19.i.i, 1.000000e+00 ; <i1> [#uses=1]
11 %dielectric.0.i = select i1 %tmp6.i, double 1.000000e+00, double %tmp19.i.i ; <double> [#uses=1]
12 %tmp10.i4 = fdiv double 0x4074C2D71F36262D, %dielectric.0.i ; <double> [#uses=1]
19 %tmp354.i = fsub double -0.000000e+00, %tmp10.i4 ; <double> [#uses=0
    [all...]
  /external/llvm/test/Transforms/IndVarSimplify/
lftr-promote.ll 9 define void @foo(double* %p, i32 %n) nounwind {
20 %2 = getelementptr double* %p, i64 %1 ; <double*> [#uses=1]
21 %3 = load double* %2, align 8 ; <double> [#uses=1]
22 %4 = fmul double %3, 1.100000e+00 ; <double> [#uses=1]
24 %6 = getelementptr double* %p, i64 %5 ; <double*> [#uses=1]
25 store double %4, double* %6, align
    [all...]
  /external/llvm/test/Transforms/InstCombine/
fcmp.ll 4 %ext1 = fpext float %x to double
5 %ext2 = fpext float %y to double
6 %cmp = fcmp ogt double %ext1, %ext2
13 %ext = fpext float %a to double
14 %cmp = fcmp ogt double %ext, 1.000000e+00
21 %ext = fpext float %a to double
22 %cmp = fcmp ogt double %ext, 0x3FF0000000000001 ; more precision than float.
25 ; CHECK-NEXT: fpext float %a to double
29 %ext = fpext float %a to double
30 %cmp = fcmp ogt double %ext, 0x36A0000000000000 ; denormal in float
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
CachedTranscendentalFunction.h 33 extern const double NaN;
35 typedef double (*TranscendentalFunctionPtr)(double);
38 // for pure functions with the signature "double func(double)", and where NaN
43 double operand;
44 double result;
59 JSValue operator() (double operand)
67 double result = orignalFunction(operand);
84 static unsigned hash(double d
    [all...]
  /external/webkit/Source/WebCore/html/
BaseDateAndTimeInputType.h 43 virtual double parseToDouble(const String&, double) const;
48 virtual bool setMillisecondToDateComponents(double, DateComponents*) const = 0;
49 virtual double valueAsDate() const;
50 virtual void setValueAsDate(double, ExceptionCode&) const;
51 virtual double valueAsNumber() const;
52 virtual void setValueAsNumber(double, ExceptionCode&) const;
58 virtual double defaultValueForStepUp() const;
59 virtual bool stepMismatch(const String&, double) const;
60 virtual double stepBase() const
    [all...]
RangeInputType.h 48 virtual double valueAsNumber() const;
49 virtual void setValueAsNumber(double, ExceptionCode&) const;
54 virtual double minimum() const;
55 virtual double maximum() const;
56 virtual bool stepMismatch(const String&, double) const;
57 virtual double stepBase() const;
58 virtual double defaultStep() const;
59 virtual double stepScaleFactor() const;
64 virtual double parseToDouble(const String&, double) const
    [all...]

Completed in 1261 milliseconds

<<21222324252627282930>>