/external/llvm/test/Transforms/InstCombine/ |
no-negzero.ll | 10 define double @mysqrt(double %x) nounwind { 12 %x_addr = alloca double ; <double*> [#uses=2] 13 %retval = alloca double, align 8 ; <double*> [#uses=2] 14 %0 = alloca double, align 8 ; <double*> [#uses=2] 16 store double %x, double* %x_add [all...] |
/external/llvm/test/CodeGen/ARM/ |
2009-02-27-SpillerBug.ll | 4 @a = external global double ; <double*> [#uses=1] 5 @N = external global double ; <double*> [#uses=1] 7 declare double @llvm.exp.f64(double) nounwind readonly 9 define fastcc void @findratio(double* nocapture %res1, double* nocapture %res2) nounwind { 14 %0 = fadd double 0.000000e+00, 0.000000e+00 ; <double> [#uses=1 [all...] |
/dalvik/vm/mterp/c/ |
OP_DOUBLE_TO_FLOAT.cpp | 1 HANDLE_NUMCONV(OP_DOUBLE_TO_FLOAT, "double-to-float", _DOUBLE, _FLOAT)
|
OP_FLOAT_TO_DOUBLE.cpp | 1 HANDLE_NUMCONV(OP_FLOAT_TO_DOUBLE, "float-to-double", _FLOAT, _DOUBLE)
|
OP_INT_TO_DOUBLE.cpp | 1 HANDLE_NUMCONV(OP_INT_TO_DOUBLE, "int-to-double", _INT, _DOUBLE)
|
OP_LONG_TO_DOUBLE.cpp | 1 HANDLE_NUMCONV(OP_LONG_TO_DOUBLE, "long-to-double", _WIDE, _DOUBLE)
|
OP_NEG_DOUBLE.cpp | 1 HANDLE_UNOP(OP_NEG_DOUBLE, "neg-double", -, , _DOUBLE)
|
/external/clang/test/ASTMerge/Inputs/ |
typedef2.c | 2 typedef double Typedef2;
|
/external/clang/test/Modules/Inputs/ |
lookup_right.h | 3 - (double)method;
|
macros.h | 4 #define DOUBLE double
|
/external/clang/test/PCH/ |
cxx-functions.h | 1 void foo() throw( int, short, char, float, double );
|
/external/llvm/test/Bitcode/ |
extractelement.ll | 4 define double @test() { 5 %tmp24 = extractelement <2 x double> bitcast (<1 x i128> < i128 85070591730234615870450834276742070272 > to <2 x double>), i32 0 6 ret double %tmp24
|
/external/llvm/test/CodeGen/CellSPU/ |
dp_farith.ll | 9 ; This file includes double precision floating point arithmetic instructions 13 define double @fadd(double %arg1, double %arg2) { 14 %A = fadd double %arg1, %arg2 15 ret double %A 18 define <2 x double> @fadd_vec(<2 x double> %arg1, <2 x double> %arg2) { 19 %A = fadd <2 x double> %arg1, %arg [all...] |
/external/llvm/test/CodeGen/Generic/ |
bool-to-double.ll | 2 define double @test(i1 %X) { 3 %Y = uitofp i1 %X to double ; <double> [#uses=1] 4 ret double %Y
|
/external/llvm/test/CodeGen/X86/ |
undef-label.ll | 12 br i1 fcmp oeq (double fsub (double undef, double undef), double 0.000000e+00), label %bar, label %foo 15 br i1 fcmp ogt (double fdiv (double fsub (double fmul (double undef, double undef), double fsub (double undef, double undef)), double fmul (double undef, double undef)), double 1.0), label (…) [all...] |
sse-load-ret.ll | 4 define double @test1(double* %P) { 5 %X = load double* %P ; <double> [#uses=1] 6 ret double %X 9 define double @test2() { 10 ret double 1.234560e+03 15 ;double %test3(bool %B) { 16 ; %C = select bool %B, double 123.412, double 523.0112312 [all...] |
fildll.ll | 3 define fastcc double @sint64_to_fp(i64 %X) { 4 %R = sitofp i64 %X to double ; <double> [#uses=1] 5 ret double %R 8 define fastcc double @uint64_to_fp(i64 %X) { 9 %R = uitofp i64 %X to double ; <double> [#uses=1] 10 ret double %R
|
powi.ll | 4 define double @_Z3f10d(double %a) nounwind readonly ssp noredzone { 6 %0 = tail call double @llvm.powi.f64(double %a, i32 15) nounwind ; <double> [#uses=1] 7 ret double %0 10 declare double @llvm.powi.f64(double, i32) nounwind readonly
|
2008-01-16-FPStackifierAssert.ll | 3 define void @SolveCubic(double %a, double %b, double %c, double %d, i32* %solutions, double* %x) { 8 %tmp7374 = fptrunc x86_fp80 %tmp73 to double ; <double> [#uses=1] 9 store double %tmp7374, double* null, align 8 10 %tmp81 = load double* null, align 8 ; <double> [#uses=1 [all...] |
/external/llvm/test/Transforms/GVN/ |
fpmath.ll | 3 define double @test1(double %x, double %y) { 4 ; CHECK: @test1(double %x, double %y) 5 ; CHECK: %add1 = fadd double %x, %y 7 ; CHECK: %foo = fadd double %add1, %add1 8 %add1 = fadd double %x, %y, !fpmath !0 9 %add2 = fadd double %x, %y 10 %foo = fadd double %add1, %add [all...] |
/external/clang/test/SemaOpenCL/ |
extension-fp64.cl | 3 void f1(double da) { // expected-error {{type 'double' requires cl_khr_fp64 extension}} 4 double d; // expected-error {{type 'double' requires cl_khr_fp64 extension}} 5 (void) 1.0; // expected-warning {{double precision constant requires cl_khr_fp64}} 11 double d; 18 double d; // expected-error {{type 'double' requires cl_khr_fp64 extension}}
|
/external/llvm/test/Transforms/GlobalOpt/ |
2008-01-29-VolatileGlobal.ll | 2 @t0.1441 = internal global double 0x3FD5555555555555, align 8 ; <double*> [#uses=1] 4 define double @foo() nounwind { 6 %tmp1 = load volatile double* @t0.1441, align 8 ; <double> [#uses=2] 7 %tmp4 = fmul double %tmp1, %tmp1 ; <double> [#uses=1] 8 ret double %tmp4
|
/external/llvm/test/Transforms/SimplifyLibCalls/ |
double-float-shrink.ll | 1 ; RUN: opt < %s -simplify-libcalls -enable-double-float-shrink -S | FileCheck %s 8 %conv = fpext float %f to double 9 %call = call double @acos(double %conv) 10 %conv1 = fptrunc double %call to float 15 define double @acos_test2(float %f) nounwind readnone { 17 %conv = fpext float %f to double 18 %call = call double @acos(double %conv) 19 ret double %cal [all...] |
/external/clang/test/CodeGen/ |
2005-04-09-ComplexOps.c | 5 double __complex test(double X) { return ~-(X*I); } 7 _Bool EQ(double __complex A, double __complex B) { return A == B; } 8 _Bool NE(double __complex A, double __complex B) { return A != B; }
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
bindings.c | 3 /* putchard - putchar that takes a double and returns 0. */ 4 extern double putchard(double X) { 9 /* printd - printf that takes a double prints it as "%f\n", returning 0. */ 10 extern double printd(double X) {
|