/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/Mips/ |
fmadd1.ll | 48 define double @FOO10double(double %a, double %b, double %c) nounwind readnone { 51 %mul = fmul double %a, %b 52 %add = fadd double %mul, %c 53 %add1 = fadd double %add, 0.000000e+00 54 ret double %add1 57 define double @FOO11double(double %a, double %b, double %c) nounwind readnone [all...] |
mips64fpimm0.ll | 3 define double @foo1() nounwind readnone { 6 ret double 0.000000e+00
|
/external/llvm/test/CodeGen/X86/ |
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
|
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
|
/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/llvm/test/CodeGen/ARM/ |
fcopysign.ll | 18 define double @test2(double %x, double %y) nounwind { 28 %0 = tail call double @copysign(double %x, double %y) nounwind readnone 29 ret double %0 32 define double @test3(double %x, double %y, double %z) nounwind [all...] |
/external/clang/test/ASTMerge/Inputs/ |
var2.c | 2 double *x1;
|
/external/clang/test/CXX/lex/lex.literal/lex.ext/ |
p1.cpp | 3 void operator "" p31(long double); // expected-warning{{user-defined literal suffixes not starting with '_' are reserved}} 4 void operator "" _p31(long double); 5 long double operator "" pi(long double); // expected-warning{{user-defined literal suffixes not starting with '_' are reserved}}
|
/external/clang/test/CodeGen/ |
libcalls.c | 6 void test_sqrt(float a0, double a1, long double a2) { 15 // CHECK-YES: call double @sqrt 16 // CHECK-NO: call double @sqrt 17 double l1 = sqrt(a1); 21 long double l2 = sqrtl(a2); 25 // CHECK-YES: declare double @sqrt(double) 28 // CHECK-NO: declare double @sqrt(double) nounwind readnon [all...] |
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) {
|
vector-alignment.c | 6 double __attribute__((vector_size(16))) v1; 8 double __attribute__((vector_size(32))) v2; 13 double __attribute__((vector_size(64))) v3; 15 double __attribute__((vector_size(1024))) v4; 19 double __attribute__((vector_size(16), aligned(16))) v5; 21 double __attribute__((vector_size(16), aligned(64))) v6; 23 double __attribute__((vector_size(32), aligned(16))) v7; 25 double __attribute__((vector_size(32), aligned(64))) v8; 29 double __attribute__((vector_size(24))) v9; 31 double __attribute__((vector_size(40))) v10 [all...] |
/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/YAMLParser/ |
spec-10-02.data | 4 "double
|
/ndk/tests/build/multiple-static-const/jni/ |
main.h | 7 static const double CONST_2;
|
/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/compiler-rt/lib/x86_64/ |
floatdidf.c | 5 /* double __floatdidf(di_int a); */ 11 double __floatdidf(int64_t a) 13 return (double)a;
|