Searched
full:double (Results
501 -
525 of
10768) sorted by null
<<21222324252627282930>>
/external/clang/test/CodeGen/ |
x86_64-arguments-darwin.c | 4 // CHECK: declare void @func(i64, double) 7 long double a;
|
/external/clang/test/Sema/ |
attr-unavailable-message.c | 5 double dfoo(double) __attribute__((__unavailable__("NO LONGER"))); // expected-note 2 {{function has been explicitly marked unavailable here}} 11 double dr = dfoo(1.0); // expected-error {{'dfoo' is unavailable: NO LONGER}} 15 double (*fp4)(double) = dfoo; // expected-error {{'dfoo' is unavailable: NO LONGER}} 25 double dr = dfoo(1.0); 27 double (*fp4)(double) = dfoo;
|
/external/clang/test/SemaTemplate/ |
template-id-printing.cpp | 11 // CHECK: N::f<double> 12 void (*fp)(int) = N::f<double>;
|
/external/dbus/test/data/valid-messages/ |
opposite-endian.message | 25 TYPE DOUBLE 26 DOUBLE 3.14159
|
/external/libffi/testsuite/libffi.call/ |
cls_double.c | 2 Purpose: Check return value double. 13 *(double *)resp = *(double *)args[0]; 15 printf("%f: %f\n",*(double *)args[0], 16 *(double *)resp); 18 typedef double (*cls_ret_double)(double); 28 double res;
|
float4.c | 2 Purpose: Check denorm double value. 15 double d; 16 unsigned char c[sizeof (double)]; 21 static double dblit(double d) 31 double d; 46 memset(result[1].c, CANARY, sizeof (double)); 57 for (i = 0; i < sizeof (double); ++i)
|
/external/llvm/test/CodeGen/ARM/ |
fpconsts.ll | 11 define double @t2(double %x) nounwind readnone optsize { 15 %0 = fadd double %x, 3.000000e+00 16 ret double %0 19 define double @t3(double %x) nounwind readnone optsize { 23 %0 = fmul double %x, -1.300000e+01 24 ret double %0
|
/external/llvm/test/CodeGen/Mips/ |
2008-08-07-FPRound.ll | 3 define float @round2float(double %a) nounwind { 6 fptrunc double %a to float ; <float>:0 [#uses=1]
|
double2int.ll | 3 define i32 @f1(double %d) nounwind readnone { 6 %conv = fptosi double %d to i32
|
/external/llvm/test/CodeGen/PowerPC/ |
fsqrt.ll | 13 declare double @llvm.sqrt.f64(double) 15 define double @X(double %Y) { 16 %Z = call double @llvm.sqrt.f64( double %Y ) ; <double> [#uses=1] 17 ret double %Z
|
/external/llvm/test/CodeGen/X86/ |
2008-08-25-AsmRegTypeMismatch.ll | 16 call void asm sideeffect "", "{xmm0},{xmm1},{xmm2},{xmm3},{xmm4},{xmm5},{xmm6},{xmm7},~{dirflag},~{fpsr},~{flags}"( double undef, double undef, double undef, double 1.0, double undef, double 0.0, double undef, double 0.0 ) nounwind
|
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 volatile store 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/Other/ |
constant-fold-gep.ll | 51 ; PLAIN: @a = constant i64 mul (i64 ptrtoint (double* getelementptr (double* null, i32 1) to i64), i64 2310) 52 ; PLAIN: @b = constant i64 ptrtoint (double* getelementptr ({ i1, double }* null, i64 0, i32 1) to i64) 53 ; PLAIN: @c = constant i64 mul nuw (i64 ptrtoint (double* getelementptr (double* null, i32 1) to i64), i64 2) 54 ; PLAIN: @d = constant i64 mul nuw (i64 ptrtoint (double* getelementptr (double* null, i32 1) to i64), i64 11) 55 ; PLAIN: @e = constant i64 ptrtoint (double* getelementptr ({ double, float, double, double }* null, i64 0, i32 2) to i64 [all...] |
/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/stlport/src/ |
aligned_buffer.h | 9 struct { double a; double b; } padding;
|
Completed in 385 milliseconds
<<21222324252627282930>>