HomeSort by relevance Sort by last modified time
    Searched full:double (Results 901 - 925 of 10768) sorted by null

<<31323334353637383940>>

  /external/llvm/test/CodeGen/Generic/
2005-12-01-Crash.ll 11 define void @printArgsNoRet(i32 %a1, float %a2, i8 %a3, double %a4, i8* %a5, i32 %a6, float %a7, i8 %a8, double %a9, i8* %a10, i32 %a11, float %a12, i8 %a13, double %a14, i8* %a15) {
14 %tmp23 = call i32 (i8*, ...)* @printf( i8* getelementptr ([29 x i8]* @str2, i32 0, i64 0), i32 %a11, double 0.000000e+00, i32 %tmp17, double %a14, i32 0 ) ; <i32> [#uses=0]
  /external/llvm/test/CodeGen/Thumb2/
cortex-fp.ll 16 define double @bar(double %a, double %b) {
19 %0 = fmul double %a, %b
23 ret double %0
  /external/llvm/test/CodeGen/X86/
2010-02-11-NonTemporal.ll 13 %"$LCS_S2" = alloca <2 x double>, align 16
14 %r9 = load <2 x double>* %"$LCS_S2", align 8
16 %r11 = inttoptr i64 %r10 to <2 x double>*
17 store <2 x double> %r9, <2 x double>* %r11, align 16, !nontemporal !0
negative-stride-fptosi-user.ll 4 ; variable which stepped by a bogus ((double)UINT32_C(-1)). It's theoretically
15 %1 = sitofp i32 %i.03 to double ; <double> [#uses=1]
16 tail call void @bar(double %1) nounwind
25 declare void @bar(double)
optimize-max-1.ll 8 define void @fs(double* nocapture %p, i64 %n) nounwind {
16 %scevgep = getelementptr double* %p, i64 %i.0 ; <double*> [#uses=1]
17 store double 0.000000e+00, double* %scevgep, align 8
26 define void @bs(double* nocapture %p, i64 %n) nounwind {
34 %scevgep = getelementptr double* %p, i64 %i.0 ; <double*> [#uses=1]
35 store double 0.000000e+00, double* %scevgep, align
    [all...]
  /external/llvm/test/Transforms/InstCombine/
memcpy-to-load.ll 1 ; RUN: opt < %s -instcombine -S | grep {load double}
5 define void @foo(double* %X, double* %Y) {
7 %tmp2 = bitcast double* %X to i8*
8 %tmp13 = bitcast double* %Y to i8*
  /external/llvm/test/Transforms/LoopStrengthReduce/
2011-07-20-DoubleIV.ll 18 %conv = sitofp i32 %i.01 to double
26 ; Now check that the computed double constant is correct.
28 ; CHECK: phi double [ -3.900000e+01, %entry ]
36 %conv = sitofp i32 %i.01 to double
37 %div = fdiv double %conv, 4.000000e+01
  /external/stlport/test/unit/
resolve_name.cpp 10 double d( 1.0 );
24 double d( 1.0 );
42 double d( 1.0 );
54 double sqroot( double x ) {
  /external/valgrind/main/memcheck/tests/
origin2-not-quite.c 34 // 64-bit undefined double.
35 double* ptr_to_undef_double = malloc(sizeof(double));
36 double undef_double = *ptr_to_undef_double;
38 return (undef_double < (double)123.45 ? 12 : 23);
  /external/webkit/Source/JavaScriptCore/profiler/
ProfileNode.h 80 double startTime() const { return m_startTime; }
81 void setStartTime(double startTime) { m_startTime = startTime; }
82 double totalTime() const { return m_visibleTotalTime; }
83 double actualTotalTime() const { return m_actualTotalTime; }
84 void setTotalTime(double time) { m_actualTotalTime = time; m_visibleTotalTime = time; }
85 void setActualTotalTime(double time) { m_actualTotalTime = time; }
86 void setVisibleTotalTime(double time) { m_visibleTotalTime = time; }
87 double selfTime() const { return m_visibleSelfTime; }
88 double actualSelfTime() const { return m_actualSelfTime; }
89 void setSelfTime(double time) {m_actualSelfTime = time; m_visibleSelfTime = time;
    [all...]
  /external/webkit/Source/WebCore/dom/
DocumentTiming.h 41 double domLoading;
42 double domInteractive;
43 double domContentLoadedEventStart;
44 double domContentLoadedEventEnd;
45 double domComplete;
  /frameworks/compile/libbcc/runtime/lib/arm/
adddf3vfp.S 13 // double __adddf3vfp(double a, double b) { return a + b; }
15 // Adds two double precision floating point numbers using the Darwin
16 // calling convention where double arguments are passsed in GPR pairs
divdf3vfp.S 13 // extern double __divdf3vfp(double a, double b);
15 // Divides two double precision floating point numbers using the Darwin
16 // calling convention where double arguments are passsed in GPR pairs
eqdf2vfp.S 13 // extern int __eqdf2vfp(double a, double b);
16 // Uses Darwin calling convention where double precision arguments are passsed
20 fmdrr d6, r0, r1 // load r0/r1 pair in double register
21 fmdrr d7, r2, r3 // load r2/r3 pair in double register
fixdfsivfp.S 13 // extern int __fixdfsivfp(double a);
15 // Converts double precision float to a 32-bit int rounding towards zero.
16 // Uses Darwin calling convention where a double precision parameter is
20 fmdrr d7, r0, r1 // load double register from R0/R1
21 ftosizd s15, d7 // convert double to 32-bit int into s15
fixunsdfsivfp.S 13 // extern unsigned int __fixunsdfsivfp(double a);
15 // Converts double precision float to a 32-bit unsigned int rounding towards
17 // Uses Darwin calling convention where a double precision parameter is
21 fmdrr d7, r0, r1 // load double register from R0/R1
22 ftouizd s15, d7 // convert double to 32-bit int into s15
gedf2vfp.S 13 // extern int __gedf2vfp(double a, double b);
16 // Uses Darwin calling convention where double precision arguments are passsed
20 fmdrr d6, r0, r1 // load r0/r1 pair in double register
21 fmdrr d7, r2, r3 // load r2/r3 pair in double register
muldf3vfp.S 13 // extern double __muldf3vfp(double a, double b);
15 // Multiplies two double precision floating point numbers using the Darwin
16 // calling convention where double arguments are passsed in GPR pairs
subdf3vfp.S 13 // extern double __subdf3vfp(double a, double b);
15 // Returns difference between two double precision floating point numbers using
16 // the Darwin calling convention where double arguments are passsed in GPR pairs
truncdfsf2vfp.S 13 // extern float __truncdfsf2vfp(double a);
15 // Converts double precision float to signle precision result.
16 // Uses Darwin calling convention where a double precision parameter is
20 fmdrr d7, r0, r1 // load double from r0/r1 pair
21 fcvtsd s15, d7 // convert double to single (trucate precision)
unorddf2vfp.S 13 // extern int __unorddf2vfp(double a, double b);
16 // Uses Darwin calling convention where double precision arguments are passsed
20 fmdrr d6, r0, r1 // load r0/r1 pair in double register
21 fmdrr d7, r2, r3 // load r2/r3 pair in double register
  /frameworks/compile/libbcc/runtime/lib/x86_64/
floatundixf.S 6 // long double __floatundixf(du_int a);
51 orq REL_ADDR(twop84), %rdi // 2^84 + hi (as a double)
52 orq REL_ADDR(twop52), %rsi // 2^52 + lo (as a double)
56 faddl -8(%rsp) // hi - 2^52 (as double extended, no rounding occurs)
57 faddl -16(%rsp) // hi + lo (as double extended)
  /ndk/sources/host-tools/make-3.81/po/
en@boldquot.header 4 # and double quote (0x22). These substitutes look strange; see
12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
17 # grave/acute accent (by libiconv), and the double quotation marks are
20 # transliterated to apostrophes, and the double quotation marks are
en@quot.header 4 # and double quote (0x22). These substitutes look strange; see
12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
17 # grave/acute accent (by libiconv), and the double quotation marks are
20 # transliterated to apostrophes, and the double quotation marks are
  /ndk/sources/host-tools/sed-4.2.1/po/
en@boldquot.header 4 # and double quote (0x22). These substitutes look strange; see
12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
17 # grave/acute accent (by libiconv), and the double quotation marks are
20 # transliterated to apostrophes, and the double quotation marks are

Completed in 427 milliseconds

<<31323334353637383940>>