HomeSort by relevance Sort by last modified time
    Searched full:double (Results 601 - 625 of 11433) sorted by null

<<21222324252627282930>>

  /external/llvm/test/CodeGen/X86/
avx-bitcast.ll 6 %a = load double* undef
7 %b = bitcast double %a to i64
fast-isel-constpool.ll 6 define i32 @f0(double %x) nounwind {
9 %x.addr = alloca double ; <double*> [#uses=2]
10 store double %x, double* %x.addr
11 %tmp = load double* %x.addr ; <double> [#uses=1]
12 %cmp = fcmp olt double %tmp, 8.500000e-01 ; <i1> [#uses=1]
fp-immediate-shorten.ll 6 define double @D() {
7 ret double 1.230000e+02
fp-stack-ret-conv.ll 8 define void @test(double *%b) {
10 %tmp13 = tail call double @foo()
11 %tmp1314 = fptrunc double %tmp13 to float ; <float> [#uses=1]
12 %tmp3940 = fpext float %tmp1314 to double ; <double> [#uses=1]
13 store volatile double %tmp3940, double* %b
17 declare double @foo()
isint.ll 3 define i32 @isint_return(double %d) nounwind {
6 %i = fptosi double %d to i32
8 %e = sitofp i32 %i to double
10 %c = fcmp oeq double %d, %e
19 define void @isint_branch(double %d) nounwind {
21 %i = fptosi double %d to i32
23 %e = sitofp i32 %i to double
25 %c = fcmp oeq double %d, %e
sse-commute.ll 9 define <2 x double> @a(<2 x double>, <2 x double>) nounwind readnone {
11 %tmp6 = bitcast <2 x double> %0 to <4 x i32> ; <<4 x i32>> [#uses=2]
12 %tmp4 = bitcast <2 x double> %1 to <4 x i32> ; <<4 x i32>> [#uses=1]
16 %tmp8 = bitcast <4 x i32> %and to <2 x double> ; <<2 x double>> [#uses=1]
17 ret <2 x double> %tmp8
swizzle.ll 12 %tmp.i = bitcast i8* %a to double* ; <double*> [#uses=1]
13 %tmp1.i = load double* %tmp.i ; <double> [#uses=1]
14 %2 = insertelement <2 x double> undef, double %tmp1.i, i32 0 ; <<2 x double>> [#uses=1]
15 %tmp2.i = bitcast <2 x double> %2 to <4 x float> ; <<4 x float>> [#uses=1]
tailcallfp.ll 2 define fastcc i32 @bar(i32 %X, i32(double, i32) *%FP) {
3 %Y = tail call fastcc i32 %FP(double 0.0, i32 %X)
  /external/llvm/test/Transforms/InstCombine/
2009-05-23-FCmpToICmp.ll 6 %c = uitofp i32 %b to double
7 %d = fcmp ogt double %c, 0x41EFFFFFFFE00000
nothrow.ll 3 declare double @t1(i32) readonly
6 call double @t1(i32 42) ;; dead call even though callee is not nothrow.
  /external/markdown/tests/misc/
blockquote-hr.html 7 <p>Double block quote.</p>
9 <p>End of the double block quote.</p>
blockquote-hr.txt 9 > > Double block quote.
13 > > End of the double block quote.
  /external/skia/bench/
BenchSysTimer_c.h 19 double endCpu();
20 double endWall();
BenchSysTimer_mach.h 19 double endCpu();
20 double endWall();
BenchSysTimer_posix.h 18 double endCpu();
19 double endWall();
BenchSysTimer_windows.h 19 double endCpu();
20 double endWall();
  /external/stlport/src/
aligned_buffer.h 9 struct { double a; double b; } padding;
  /external/valgrind/main/VEX/test/
fp1.c 4 double a[10];
9 double s;
  /frameworks/base/graphics/java/android/renderscript/
Double4.java 32 public Double4(double initX, double initY, double initZ, double initW) {
39 public double x;
40 public double y;
41 public double z;
42 public double w;
  /frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
Double4.java 32 public Double4(double initX, double initY, double initZ, double initW) {
39 public double x;
40 public double y;
41 public double z;
42 public double w;
  /ndk/sources/cxx-stl/stlport/src/
aligned_buffer.h 9 struct { double a; double b; } padding;
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_poly.cpp 28 void db_SolveCubic(double *roots,int *nr_roots,double a,double b,double c,double d)
30 double bp,bp2,cp,dp,q,r,srq;
31 double r2_min_q3,theta,bp_through3,theta_through3;
32 double cos_theta_through3,sin_theta_through3,min2_cos_theta_plu,min2_cos_theta_min;
33 double si_r_srq,A;
88 /*Double root*
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.cpp 28 void db_SolveCubic(double *roots,int *nr_roots,double a,double b,double c,double d)
30 double bp,bp2,cp,dp,q,r,srq;
31 double r2_min_q3,theta,bp_through3,theta_through3;
32 double cos_theta_through3,sin_theta_through3,min2_cos_theta_plu,min2_cos_theta_min;
33 double si_r_srq,A;
88 /*Double root*
    [all...]
  /external/stlport/stlport/stl/
_complex.h 23 // are complex<float>, double-precision are complex<double>, and
24 // quad precision are complex<long double>.
174 // Explicit specializations for float, double, long double. The only
176 // from complex<float> to complex<double>, and complex<double> to
177 // complex<long double>.
190 inline explicit complex(const complex<double>& __z);
192 inline explicit complex(const complex<long double>& __z)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.h 23 // are complex<float>, double-precision are complex<double>, and
24 // quad precision are complex<long double>.
174 // Explicit specializations for float, double, long double. The only
176 // from complex<float> to complex<double>, and complex<double> to
177 // complex<long double>.
190 inline explicit complex(const complex<double>& __z);
192 inline explicit complex(const complex<long double>& __z)
    [all...]

Completed in 1298 milliseconds

<<21222324252627282930>>