/external/llvm/test/CodeGen/X86/ |
ldzero.ll | 11 %d = alloca double, align 8 ; <double*> [#uses=2] 13 store double 0.000000e+00, double* %d, align 8 14 %tmp1 = load double* %d, align 8 ; <double> [#uses=1] 15 %tmp12 = fpext double %tmp1 to x86_fp80 ; <x86_fp80> [#uses=1] 26 define double @y() { 28 %retval = alloca double, align 8 ; <double*> [#uses=2 [all...] |
2004-06-10-StackifierCrash.ll | 3 define i1 @T(double %X) { 4 %V = fcmp oeq double %X, %X ; <i1> [#uses=1]
|
2010-04-23-mmx-movdq2q.ll | 5 define void @ti8(double %a, double %b) nounwind { 7 %tmp1 = bitcast double %a to <8 x i8> 8 %tmp2 = bitcast double %b to <8 x i8> 16 define void @ti16(double %a, double %b) nounwind { 18 %tmp1 = bitcast double %a to <4 x i16> 19 %tmp2 = bitcast double %b to <4 x i16> 27 define void @ti32(double %a, double %b) nounwind [all...] |
negative_zero.ll | 4 define double @T() { 5 ret double -1.0 ;; codegen as fld1/fchs, not as a load from cst pool
|
/external/webkit/Source/WebCore/platform/graphics/transforms/ |
AffineTransform.h | 61 typedef double Transform[6]; 64 AffineTransform(double a, double b, double c, double d, double e, double f); 66 void setMatrix(double a, double b, double c, double d, double e, double f) [all...] |
/external/stlport/stlport/stl/ |
_cmath.h | 53 extern "C" double hypot(double x, double y); 72 long double __cosl(long double v); 73 long double __sinl(long double v); 74 long double __atan2l(long double, long double); [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 53 extern "C" double hypot(double x, double y); 72 long double __cosl(long double v); 73 long double __sinl(long double v); 74 long double __atan2l(long double, long double); [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 53 extern "C" double hypot(double x, double y); 72 long double __cosl(long double v); 73 long double __sinl(long double v); 74 long double __atan2l(long double, long double); [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 53 extern "C" double hypot(double x, double y); 72 long double __cosl(long double v); 73 long double __sinl(long double v); 74 long double __atan2l(long double, long double); [all...] |
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 53 extern "C" double hypot(double x, double y); 72 long double __cosl(long double v); 73 long double __sinl(long double v); 74 long double __atan2l(long double, long double); [all...] |
/bionic/libm/src/ |
w_drem.c | 10 double 12 double x, y;
|
/external/clang/test/CXX/temp/temp.param/ |
p8.cpp | 4 template<int f(float, double)> struct B; 6 template<int (*f)(FLOAT, double)> struct B;
|
/external/clang/test/CodeGen/ |
2008-01-21-PackedBitFields.c | 3 typedef double Al1Double __attribute__((aligned(1))); 6 double foo() { return X.v; }
|
varargs.c | 5 typedef double gdouble; 8 double mfloat;
|
asm-variable.c | 29 unsigned long long foo2(unsigned long long addr, double a0, 30 double a1, double a2, 31 double a3, double a4, 32 double a5, double a6, double a7) { 33 register double b0 asm("xmm0"); 34 register double b1 asm("xmm1") [all...] |
/external/clang/test/Sema/ |
rdr6094103-unordered-compare-promote.c | 3 int foo (double x, long double y) {
|
constant-builtins.c | 6 double g1 = __builtin_huge_valf(); 7 long double g2 = __builtin_huge_vall(); 9 double g4 = __builtin_inff(); 10 long double g5 = __builtin_infl();
|
/external/llvm/test/CodeGen/CBackend/ |
2004-02-26-FPNotPrintableConstants.ll | 8 define double @func2() { 9 ret double 0xFF20000000000000
|
/external/llvm/test/Transforms/InstCombine/ |
2007-01-14-FcmpSelf.ll | 3 define i1 @test(double %X) { 4 %tmp = fcmp une double %X, %X
|
fsub.ll | 15 define double @test2(double %x, double %y) nounwind { 16 %t1 = fadd double %x, %y 17 %t2 = fsub double %x, %t1 19 ; CHECK: %t1 = fadd double %x, %y 20 ; CHECK-NEXT: %t2 = fsub double %x, %t1 22 ret double %t2
|
/external/skia/bench/ |
BenchSysTimer_c.h | 12 double endCpu(); 13 double endWall();
|
BenchSysTimer_mach.h | 12 double endCpu(); 13 double endWall();
|
BenchSysTimer_windows.h | 12 double endCpu(); 13 double endWall();
|
/external/clang/test/ASTMerge/Inputs/ |
var2.c | 2 double *x1;
|
/external/llvm/test/CodeGen/Generic/ |
2008-02-04-ExtractSubvector.ll | 8 %tmp21 = fadd <8 x double> zeroinitializer, zeroinitializer ; <<8 x double>> [#uses=1] 12 store <8 x double> %tmp21, <8 x double>* null, align 64
|