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

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
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...]
2004-02-22-Casts.ll 2 define i1 @test1(double %X) {
3 %V = fcmp one double %X, 0.000000e+00 ; <i1> [#uses=1]
7 define double @test2(i64 %X) {
8 %V = uitofp i64 %X to double ; <double> [#uses=1]
9 ret double %V
vector-intrinsics.ll 3 declare <4 x double> @llvm.sin.v4f64(<4 x double> %p)
4 declare <4 x double> @llvm.cos.v4f64(<4 x double> %p)
5 declare <4 x double> @llvm.pow.v4f64(<4 x double> %p, <4 x double> %q)
6 declare <4 x double> @llvm.powi.v4f64(<4 x double> %p, i32)
8 define <4 x double> @foo(<4 x double> %p
    [all...]
2006-11-12-CSRetCC.ll 14 %tmp = alloca { double, double }, align 16 ; <{ double, double }*> [#uses=4]
15 %tmp1 = alloca { double, double }, align 16 ; <{ double, double }*> [#uses=4]
16 %tmp2 = alloca { double, double }, align 16 ; <{ double, double }*> [#uses=3
    [all...]
fp_constant_op.ll 5 define double @foo_add(double %P) {
6 %tmp.1 = fadd double %P, 1.230000e+02 ; <double> [#uses=1]
7 ret double %tmp.1
12 define double @foo_mul(double %P) {
13 %tmp.1 = fmul double %P, 1.230000e+02 ; <double> [#uses=1]
14 ret double %tmp.
    [all...]
sse-fcopysign.ll 8 define double @tst2(double %a, float %b, float %c) {
10 %tmp2 = fpext float %tmp1 to double
11 %tmp = tail call double @copysign( double %a, double %tmp2 )
12 ret double %tmp
16 declare double @copysign(double, double)
    [all...]
pr3457.ll 5 define void @foo(double* nocapture %P) nounwind {
7 %0 = tail call double (...)* @test() nounwind ; <double> [#uses=2]
8 %1 = tail call double (...)* @test() nounwind ; <double> [#uses=2]
9 %2 = fmul double %0, %0 ; <double> [#uses=1]
10 %3 = fmul double %1, %1 ; <double> [#uses=1]
11 %4 = fadd double %2, %3 ; <double> [#uses=1
    [all...]
  /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 = volatile load double* @t0.1441, align 8 ; <double> [#uses=2]
7 %tmp4 = fmul double %tmp1, %tmp1 ; <double> [#uses=1]
8 ret double %tmp4
  /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) {
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
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) {
  /external/llvm/test/CodeGen/PowerPC/
fabs.ll 3 define double @fabs(double %f) {
5 %tmp2 = tail call double @fabs( double %f ) ; <double> [#uses=1]
6 ret double %tmp2
select-cc.ll 4 define <2 x double> @vector_select(<2 x double> %x, <2 x double> %y) nounwind {
5 %x.lo = extractelement <2 x double> %x, i32 0 ; <double> [#uses=1]
6 %x.lo.ge = fcmp oge double %x.lo, 0.000000e+00 ; <i1> [#uses=1]
7 %a.d = select i1 %x.lo.ge, <2 x double> %y, <2 x double> %x ; <<2 x double>> [#uses=1]
8 ret <2 x double> %a.
    [all...]
  /external/llvm/test/FrontendC/
2005-04-09-ComplexOps.c 6 double __complex test(double X) { return ~-(X*I); }
8 _Bool EQ(double __complex A, double __complex B) { return A == B; }
9 _Bool NE(double __complex A, double __complex B) { return A != B; }
  /external/llvm/test/Transforms/InstCombine/
2008-01-27-FloatSelect.ll 3 define double @fold(i1 %a, double %b) {
4 %s = select i1 %a, double 0., double 1.
5 %c = fdiv double %b, %s
6 ret double %c
  /external/llvm/test/Transforms/SimplifyLibCalls/
floor.ll 10 declare double @floor(double)
12 declare double @ceil(double)
14 declare double @nearbyint(double)
17 %D = fpext float %C to double ; <double> [#uses=1]
19 %E = call double @floor( double %D ) ; <double> [#uses=1
    [all...]
  /external/llvm/test/Analysis/BasicAA/
phi-and-select.ll 2 ; RUN: |& grep {NoAlias: double\\* \[%\]a, double\\* \[%\]b\$} | count 4
7 define void @foo(i1 %m, double* noalias %x, double* noalias %y) {
18 %a = phi double* [ %x, %true ], [ %y, %false ]
19 %b = phi double* [ %x, %false ], [ %y, %true ]
20 volatile store double 0.0, double* %a
21 volatile store double 1.0, double* %
    [all...]
  /external/llvm/test/CodeGen/ARM/
2009-07-29-VFP3Registers.ll 3 @a = external global double ; <double*> [#uses=1]
5 declare double @llvm.exp.f64(double) nounwind readonly
7 define void @findratio(double* nocapture %res1, double* nocapture %res2) nounwind {
15 %0 = load double* @a, align 4 ; <double> [#uses=2]
16 %1 = fadd double %0, undef ; <double> [#uses=2
    [all...]
arguments7.ll 4 define double @f(i32 %a1, i32 %a2, i32 %a3, i32 %a4, i32 %a5, double %b) {
5 %tmp = call double @g(i32 %a2, i32 %a3, i32 %a4, i32 %a5, double %b)
6 ret double %tmp
9 declare double @g(i32, i32, i32, i32, double)
  /external/llvm/test/CodeGen/Generic/
select-cc.ll 4 define <2 x double> @vector_select(<2 x double> %x, <2 x double> %y) nounwind {
5 %x.lo = extractelement <2 x double> %x, i32 0 ; <double> [#uses=1]
6 %x.lo.ge = fcmp oge double %x.lo, 0.000000e+00 ; <i1> [#uses=1]
7 %a.d = select i1 %x.lo.ge, <2 x double> %y, <2 x double> %x ; <<2 x double>> [#uses=1]
8 ret <2 x double> %a.
    [all...]
  /external/clang/lib/Headers/
tgmath.h 43 static double _TG_ATTRSp __tg_promote(int);
44 static double _TG_ATTRSp __tg_promote(unsigned int);
45 static double _TG_ATTRSp __tg_promote(long);
46 static double _TG_ATTRSp __tg_promote(unsigned long);
47 static double _TG_ATTRSp __tg_promote(long long);
48 static double _TG_ATTRSp __tg_promote(unsigned long long);
50 static double _TG_ATTRSp __tg_promote(double);
51 static long double _TG_ATTRSp __tg_promote(long double);
    [all...]
  /prebuilt/sdk/11/renderscript/clang-include/
tgmath.h 43 static double _TG_ATTRSp __tg_promote(int);
44 static double _TG_ATTRSp __tg_promote(unsigned int);
45 static double _TG_ATTRSp __tg_promote(long);
46 static double _TG_ATTRSp __tg_promote(unsigned long);
47 static double _TG_ATTRSp __tg_promote(long long);
48 static double _TG_ATTRSp __tg_promote(unsigned long long);
50 static double _TG_ATTRSp __tg_promote(double);
51 static long double _TG_ATTRSp __tg_promote(long double);
    [all...]
  /prebuilt/sdk/12/renderscript/clang-include/
tgmath.h 43 static double _TG_ATTRSp __tg_promote(int);
44 static double _TG_ATTRSp __tg_promote(unsigned int);
45 static double _TG_ATTRSp __tg_promote(long);
46 static double _TG_ATTRSp __tg_promote(unsigned long);
47 static double _TG_ATTRSp __tg_promote(long long);
48 static double _TG_ATTRSp __tg_promote(unsigned long long);
50 static double _TG_ATTRSp __tg_promote(double);
51 static long double _TG_ATTRSp __tg_promote(long double);
    [all...]
  /prebuilt/sdk/13/renderscript/clang-include/
tgmath.h 43 static double _TG_ATTRSp __tg_promote(int);
44 static double _TG_ATTRSp __tg_promote(unsigned int);
45 static double _TG_ATTRSp __tg_promote(long);
46 static double _TG_ATTRSp __tg_promote(unsigned long);
47 static double _TG_ATTRSp __tg_promote(long long);
48 static double _TG_ATTRSp __tg_promote(unsigned long long);
50 static double _TG_ATTRSp __tg_promote(double);
51 static long double _TG_ATTRSp __tg_promote(long double);
    [all...]
  /prebuilt/sdk/14/renderscript/clang-include/
tgmath.h 43 static double _TG_ATTRSp __tg_promote(int);
44 static double _TG_ATTRSp __tg_promote(unsigned int);
45 static double _TG_ATTRSp __tg_promote(long);
46 static double _TG_ATTRSp __tg_promote(unsigned long);
47 static double _TG_ATTRSp __tg_promote(long long);
48 static double _TG_ATTRSp __tg_promote(unsigned long long);
50 static double _TG_ATTRSp __tg_promote(double);
51 static long double _TG_ATTRSp __tg_promote(long double);
    [all...]

Completed in 872 milliseconds

1 2 34 5 6 7 8 91011>>