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

<<11121314151617181920>>

  /external/clang/test/Sema/
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/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
  /external/llvm/test/CodeGen/X86/
2008-09-25-sseregparm-1.ll 5 define inreg double @foo1() nounwind {
6 ret double 1.0
13 define double @bar() nounwind {
14 ret double 1.0
sse-align-1.ll 7 define <2 x double> @bar(<2 x double>* %p) nounwind {
8 %t = load <2 x double>* %p
9 ret <2 x double> %t
sse-align-4.ll 7 define void @bar(<2 x double>* %p, <2 x double> %x) nounwind {
8 store <2 x double> %x, <2 x double>* %p, align 8
sse-align-9.ll 7 define <2 x double> @bar(<2 x double>* %p) nounwind {
8 %t = load <2 x double>* %p, align 8
9 ret <2 x double> %t
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...]
  /external/llvm/test/FrontendC/
2011-03-02-UnionInitializer.c 2 union { int :3; double f; } u17_017 = {17.17};
2010-01-18-Inlined-Debug.c 4 static inline int foo(double) __attribute__ ((always_inline));
5 static inline int foo(double __x) { return __x; }
7 void bar(double x) {
  /external/llvm/test/Transforms/InstCombine/
select-crash.ll 4 define fastcc double @gimp_operation_color_balance_map(float %value, double %highlights) nounwind readnone inlinehint {
7 ; CHECK: fsub double -0.000000
8 %conv = fpext float %value to double
9 %div = fdiv double %conv, 1.600000e+01
10 %add = fadd double %div, 1.000000e+00
11 %div1 = fdiv double 1.000000e+00, %add
12 %sub = fsub double 1.075000e+00, %div1
13 %sub24 = fsub double 1.000000e+00, %sub
14 %add26 = fadd double %sub, 1.000000e+0
    [all...]
  /external/llvm/test/CodeGen/Thumb2/
2010-06-14-NEONCoalescer.ll 18 %U.0 = select i1 %0, double 3.282190e+01, double 8.731834e+02 ; <double> [#uses=2]
20 %V.0.ph = select i1 %1, double 7.779980e+01, double 0x409CCB9C779A6B51 ; <double> [#uses=1]
21 %2 = insertelement <2 x double> undef, double %U.0, i32 0 ; <<2 x double>> [#uses=2]
22 %3 = insertelement <2 x double> %2, double %U.0, i32 1 ; <<2 x double>> [#uses=2
    [all...]
  /external/clang/test/CXX/expr/
p3.cpp 3 double operator +(double, double); // expected-error{{overloaded 'operator+' must have at least one parameter of class or enumeration type}}
  /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...]
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/
2008-07-07-IntDoubleConvertions.ll 10 define double @int2fp(i32 %a) nounwind {
12 sitofp i32 %a to double ; <double>:0 [#uses=1]
13 ret double %0
16 define double @uint2double(i32 %a) nounwind {
18 uitofp i32 %a to double ; <double>:0 [#uses=1]
19 ret double %0
22 define i32 @double2int(double %a) nounwind {
24 fptosi double %a to i32 ; <i32>:0 [#uses=1
    [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/XCore/
fneg.ll 2 define i1 @test(double %F) nounwind {
4 %0 = fsub double -0.000000e+00, %F
5 %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/skia/bench/
BenchTimer.h 18 double fCpu;
19 double fWall;
20 double fGpu;
  /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;

Completed in 756 milliseconds

<<11121314151617181920>>