HomeSort by relevance Sort by last modified time
    Searched full:double (Results 226 - 250 of 10424) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
2011-02-23-UnfoldBug.ll 10 %theta.0.ph = phi <2 x double> [ undef, %entry ], [ %theta.1, %if.end71 ]
11 %mul.i97 = fmul <2 x double> %theta.0.ph, undef
12 %mul.i96 = fmul <2 x double> %mul.i97, fmul (<2 x double> <double 2.000000e+00, double 2.000000e+00>, <2 x double> undef)
19 %dccf.2 = select i1 undef, <2 x double> %mul.i96, <2 x double> undef
23 %vecins.i94 = insertelement <2 x double> undef, double 0.000000e+00, i32
    [all...]
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...]
sse-minmax.ll 27 define double @ogt(double %x, double %y) nounwind {
28 %c = fcmp ogt double %x, %y
29 %d = select i1 %c, double %x, double %y
30 ret double %d
42 define double @olt(double %x, double %y) nounwind
    [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 4 define void @ti8(double %a, double %b) nounwind {
6 %tmp1 = bitcast double %a to <8 x i8>
7 %tmp2 = bitcast double %b to <8 x i8>
14 define void @ti16(double %a, double %b) nounwind {
16 %tmp1 = bitcast double %a to <4 x i16>
17 %tmp2 = bitcast double %b to <4 x i16>
24 define void @ti32(double %a, double %b) nounwind
    [all...]
avx-256-arith.ll 4 define <4 x double> @addpd256(<4 x double> %y, <4 x double> %x) nounwind uwtable readnone ssp {
6 %add.i = fadd <4 x double> %x, %y
7 ret <4 x double> %add.i
11 define <4 x double> @addpd256fold(<4 x double> %y) nounwind uwtable readnone ssp {
13 %add.i = fadd <4 x double> %y, <double 4.500000e+00, double 3.400000e+00, double 2.300000e+00, double 1.200000e+00
    [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...]
  /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/
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) {
  /external/llvm/test/CodeGen/CBackend/
2004-02-26-FPNotPrintableConstants.ll 8 define double @func2() {
9 ret double 0xFF20000000000000
  /external/llvm/test/FrontendC/
2008-01-21-PackedBitFields.c 3 typedef double Al1Double __attribute__((aligned(1)));
6 double foo() { return X.v; }
  /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;

Completed in 1261 milliseconds

1 2 3 4 5 6 7 8 91011>>