/external/compiler-rt/lib/x86_64/ |
floatdixf.c | 5 /* long double __floatdixf(di_int a); */ 11 long double __floatdixf(int64_t a) 13 return (long double)a;
|
/external/llvm/test/CodeGen/ARM/ |
2009-04-08-FREM.ll | 6 %rem_r = frem double 0.000000e+00, 0.000000e+00 ; <double> [#uses=1] 7 %1 = call i32 (i8*, ...)* @printf(i8* null, double %rem_r) ; <i32> [#uses=0]
|
2009-08-29-TooLongSplat.ll | 9 %1 = fpext float %tmp31 to double ; <double> [#uses=1] 10 %2 = fsub double 1.000000e+00, %1 ; <double> [#uses=1] 11 %3 = fdiv double %2, 1.000000e+00 ; <double> [#uses=1] 12 %4 = tail call double @fabs(double %3) nounwind readnone ; <double> [#uses=1] 13 %5 = fcmp ogt double %4, 1.000000e-05 ; <i1> [#uses=1 [all...] |
2011-11-09-IllegalVectorFPIntConvert.ll | 3 define <2 x i32> @test1(<2 x double>* %A) { 7 %tmp1 = load <2 x double>* %A 8 %tmp2 = fptosi <2 x double> %tmp1 to <2 x i32> 12 define <2 x i32> @test2(<2 x double>* %A) { 16 %tmp1 = load <2 x double>* %A 17 %tmp2 = fptoui <2 x double> %tmp1 to <2 x i32> 21 define <2 x double> @test3(<2 x i32>* %A) { 26 %tmp2 = sitofp <2 x i32> %tmp1 to <2 x double> 27 ret <2 x double> %tmp2 30 define <2 x double> @test4(<2 x i32>* %A) [all...] |
arguments-nosplit-double.ll | 4 define i32 @f(i64 %z, i32 %a, double %b) { 5 %tmp = call i32 @g(double %b) 9 declare i32 @g(double)
|
/external/llvm/test/CodeGen/Mips/ |
selectcc.ll | 5 @gd0 = external global double 6 @gd1 = external global double 18 define double @select_cc_f64(double %a, double %b) nounwind { 20 store double 0.000000e+00, double* @gd0, align 8 21 store double 1.000000e+00, double* @gd1, align 8 22 %cmp = fcmp olt double %a, % [all...] |
/external/llvm/test/CodeGen/PowerPC/ |
fp-int-fp.ll | 3 define double @test1(double %X) { 4 %Y = fptosi double %X to i64 ; <i64> [#uses=1] 5 %Z = sitofp i64 %Y to double ; <double> [#uses=1] 6 ret double %Z 9 define float @test2(double %X) { 10 %Y = fptosi double %X to i64 ; <i64> [#uses=1] 15 define double @test3(float %X) { 17 %Z = sitofp i64 %Y to double ; <double> [#uses=1 [all...] |
/external/llvm/test/CodeGen/X86/ |
2006-05-25-CycleInDAG.ll | 8 %tmp44.i = call double @foo( double 0.000000e+00, i32 32 ) ; <double> [#uses=1] 13 %tmp62.i.upgrd.2 = sitofp i32 %tmp62.i to double ; <double> [#uses=1] 14 %tmp64.i = fadd double %tmp62.i.upgrd.2, %tmp44.i ; <double> [#uses=1] 15 %tmp68.i = call double @foo( double %tmp64.i, i32 0 ) ; <double> [#uses=0 [all...] |
2011-02-27-Fpextend.ll | 4 define <4 x double> @f_fu(<4 x float>) nounwind { 5 %float2double.i = fpext <4 x float> %0 to <4 x double> 6 ret <4 x double> %float2double.i
|
isnan.ll | 3 declare i1 @llvm.isunordered.f64(double) 5 define i1 @test_isnan(double %X) { 6 %R = fcmp uno double %X, %X ; <i1> [#uses=1]
|
twoaddr-coalesce-2.ll | 7 define <2 x double> @t(<2 x double> %A, <2 x double> %B, <2 x double> %C) nounwind readnone { 9 %tmp.i3 = bitcast <2 x double> %B to <2 x i64> ; <<2 x i64>> [#uses=1] 11 %tmp3.i = bitcast <2 x i64> %tmp2.i to <2 x double> ; <<2 x double>> [#uses=1] 12 %tmp.i2 = fadd <2 x double> %tmp3.i, %A ; <<2 x double>> [#uses=1] 13 %tmp.i = fadd <2 x double> %tmp.i2, %C ; <<2 x double>> [#uses=1 [all...] |
2008-01-16-InvalidDAGCombineXform.ll | 3 %struct.node_t = type { double*, %struct.node_t*, %struct.node_t**, double**, double*, i32, i32 } 8 %tmp2 = getelementptr %struct.node_t* %tmp1, i32 0, i32 4 ; <double**> [#uses=1] 9 %tmp3 = load double** %tmp2, align 4 ; <double*> [#uses=1] 11 %tmp5 = getelementptr %struct.node_t* %tmp4, i32 0, i32 4 ; <double**> [#uses=1] 12 store double* %tmp3, double** %tmp5, align 4 14 %tmp7 = getelementptr %struct.node_t* %tmp6, i32 0, i32 3 ; <double***> [#uses=1 [all...] |
/external/llvm/test/CodeGen/XCore/ |
fneg.ll | 2 define i1 @test(double %F) nounwind { 6 %0 = fsub double -0.000000e+00, %F 7 %1 = fcmp olt double 0.000000e+00, %0
|
/external/llvm/test/Transforms/GlobalOpt/ |
globalsra.ll | 4 @G = internal global { i32, float, { double } } { 7 { double } { double 1.727000e+01 } } ; <{ i32, float, { double } }*> [#uses=3] 10 store i32 123, i32* getelementptr ({ i32, float, { double } }* @G, i32 0, i32 0) 15 store float 1.000000e+00, float* getelementptr ({ i32, float, { double } }* @G, i32 0, i32 1) 16 %X = load float* getelementptr ({ i32, float, { double } }* @G, i32 0, i32 1) ; <float> [#uses=1] 20 define double @constantize() { 21 %X = load double* getelementptr ({ i32, float, { double } }* @G, i32 0, i32 2, i32 0) ; <double> [#uses=1 [all...] |
/external/valgrind/main/callgrind/tests/ |
simwork.c | 11 double *a, *b, *c; 28 double do_sum() 31 double sum=0.0; 39 double do_some_work(int iter) 41 double sum=0.0; 52 double res; 54 a = (double*) malloc(SIZE * sizeof(double)); 55 b = (double*) malloc(SIZE * sizeof(double)); [all...] |
/frameworks/compile/libbcc/runtime/lib/x86_64/ |
floatdixf.c | 5 /* long double __floatdixf(di_int a); */ 11 long double __floatdixf(int64_t a) 13 return (long double)a;
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_robust.h | 42 double inlier_fraction; 43 double cost; 44 double one_over_scale2; 45 double lambda1; 46 double lambda2; 47 double lambda3; 50 double gric; 51 double inlier_evidence; 52 double posestd[6]; 53 double rotationvecCov[9] [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_robust.h | 42 double inlier_fraction; 43 double cost; 44 double one_over_scale2; 45 double lambda1; 46 double lambda2; 47 double lambda3; 50 double gric; 51 double inlier_evidence; 52 double posestd[6]; 53 double rotationvecCov[9] [all...] |
/external/llvm/test/Transforms/SimplifyLibCalls/ |
float-shrink-compare.ll | 6 %1 = fpext float %x to double 7 %2 = call double @ceil(double %1) nounwind readnone 8 %3 = fpext float %y to double 9 %4 = fcmp oeq double %2, %3 18 %1 = fpext float %x to double 19 %2 = call double @fabs(double %1) nounwind readnone 20 %3 = fpext float %y to double 21 %4 = fcmp oeq double %2, % [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/compiler-rt/ |
README.txt | 130 di_int __fixdfdi( double a); 131 di_int __fixxfdi(long double a); 134 ti_int __fixdfti( double a); 135 ti_int __fixxfti(long double a); 136 uint64_t __fixtfdi(long double input); // ppc only, doesn't match documentation 139 su_int __fixunsdfsi( double a); 140 su_int __fixunsxfsi(long double a); 143 du_int __fixunsdfdi( double a); 144 du_int __fixunsxfdi(long double a); 147 tu_int __fixunsdfti( double a) [all...] |
/external/llvm/test/Transforms/BBVectorize/ |
simple.ll | 5 define double @test1(double %A1, double %A2, double %B1, double %B2) { 7 ; CHECK: %X1.v.i1.1 = insertelement <2 x double> undef, double %B1, i32 0 8 ; CHECK: %X1.v.i0.1 = insertelement <2 x double> undef, double %A1, i32 0 9 ; CHECK: %X1.v.i1.2 = insertelement <2 x double> %X1.v.i1.1, double %B2, i32 [all...] |
/frameworks/compile/libbcc/runtime/ |
README.txt | 117 di_int __fixdfdi( double a); 118 di_int __fixxfdi(long double a); 121 ti_int __fixdfti( double a); 122 ti_int __fixxfti(long double a); 123 uint64_t __fixtfdi(long double input); // ppc only, doesn't match documentation 126 su_int __fixunsdfsi( double a); 127 su_int __fixunsxfsi(long double a); 130 du_int __fixunsdfdi( double a); 131 du_int __fixunsxfdi(long double a); 134 tu_int __fixunsdfti( double a) [all...] |
/dalvik/tests/041-narrowing/ |
expected.txt | 2 Double.POSITIVE_INFINITY = 7ff0000000000000 3 Double.NEGATIVE_INFINITY = fff0000000000000 6 Double.NaN = 7ff8000000000000 9 (byte) Double.NaN = 00 expected: 00 10 (short) Double.NaN = 0000 expected: 0000 11 (int) Double.NaN = 00000000 expected: 00000000 12 (long) Double.NaN = 0000000000000000 expected: 0000000000000000 19 (byte) Double.POSITIVE_INFINITY = ff expected: ff 20 (short) Double.POSITIVE_INFINITY = ffff expected: ffff 21 (int) Double.POSITIVE_INFINITY = 7fffffff expected: 7ffffff [all...] |
/external/iproute2/netem/ |
stats.c | 21 double *x; 24 double mu=0.0, sigma=0.0, sumsquare=0.0, sum=0.0, top=0.0, rho=0.0; 25 double sigma2=0.0; 29 limit = 2*info.st_size/sizeof(double); /* @@ approximate */ 33 x = (double *)malloc(limit*sizeof(double)); 43 mu = sum/(double)n; 44 sigma = sqrt((sumsquare - (double)n*mu*mu)/(double)(n-1)); 47 top += ((double)x[i]-mu)*((double)x[i-1]-mu) [all...] |