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

<<21222324252627282930>>

  /external/llvm/test/CodeGen/ARM/
cse-libcalls.ll 7 define i32 @u_f_nonbon(double %lambda) nounwind {
9 %tmp19.i.i = load double* null, align 4 ; <double> [#uses=2]
10 %tmp6.i = fcmp olt double %tmp19.i.i, 1.000000e+00 ; <i1> [#uses=1]
11 %dielectric.0.i = select i1 %tmp6.i, double 1.000000e+00, double %tmp19.i.i ; <double> [#uses=1]
12 %tmp10.i4 = fdiv double 0x4074C2D71F36262D, %dielectric.0.i ; <double> [#uses=1]
19 %tmp354.i = fsub double -0.000000e+00, %tmp10.i4 ; <double> [#uses=0
    [all...]
fmdrr-fmrrd.ll 10 define i64 @test(double %X) {
11 %Y = bitcast double %X to i64
  /external/llvm/test/Transforms/IndVarSimplify/
lftr-promote.ll 9 define void @foo(double* %p, i32 %n) nounwind {
20 %2 = getelementptr double* %p, i64 %1 ; <double*> [#uses=1]
21 %3 = load double* %2, align 8 ; <double> [#uses=1]
22 %4 = fmul double %3, 1.100000e+00 ; <double> [#uses=1]
24 %6 = getelementptr double* %p, i64 %5 ; <double*> [#uses=1]
25 store double %4, double* %6, align
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
CachedTranscendentalFunction.h 33 extern const double NaN;
35 typedef double (*TranscendentalFunctionPtr)(double);
38 // for pure functions with the signature "double func(double)", and where NaN
43 double operand;
44 double result;
59 JSValue operator() (double operand)
67 double result = orignalFunction(operand);
84 static unsigned hash(double d
    [all...]
  /external/webkit/Source/WebCore/html/
BaseDateAndTimeInputType.h 43 virtual double parseToDouble(const String&, double) const;
48 virtual bool setMillisecondToDateComponents(double, DateComponents*) const = 0;
49 virtual double valueAsDate() const;
50 virtual void setValueAsDate(double, ExceptionCode&) const;
51 virtual double valueAsNumber() const;
52 virtual void setValueAsNumber(double, ExceptionCode&) const;
58 virtual double defaultValueForStepUp() const;
59 virtual bool stepMismatch(const String&, double) const;
60 virtual double stepBase() const
    [all...]
RangeInputType.h 48 virtual double valueAsNumber() const;
49 virtual void setValueAsNumber(double, ExceptionCode&) const;
54 virtual double minimum() const;
55 virtual double maximum() const;
56 virtual bool stepMismatch(const String&, double) const;
57 virtual double stepBase() const;
58 virtual double defaultStep() const;
59 virtual double stepScaleFactor() const;
64 virtual double parseToDouble(const String&, double) const
    [all...]
  /external/webkit/Source/WebCore/platform/
Timer.h 44 void start(double nextFireInterval, double repeatInterval);
46 void startRepeating(double repeatInterval) { start(repeatInterval, repeatInterval); }
47 void startOneShot(double interval) { start(interval, 0); }
52 double nextFireInterval() const;
53 double repeatInterval() const { return m_repeatInterval; }
55 void augmentFireInterval(double delta) { setNextFireTime(m_nextFireTime + delta); }
56 void augmentRepeatInterval(double delta) { augmentFireInterval(delta); m_repeatInterval += delta; }
66 void setNextFireTime(double);
78 double m_nextFireTime; // 0 if inactiv
    [all...]
  /external/libvpx/vp8/encoder/
onyx_int.h 95 double frame;
96 double intra_error;
97 double coded_error;
98 double ssim_weighted_pred_err;
99 double pcnt_inter;
100 double pcnt_motion;
101 double pcnt_second_ref;
102 double pcnt_neutral;
103 double MVr;
104 double mvr_abs
    [all...]
  /dalvik/vm/compiler/template/armv5te-vfp/
funopNarrower.S 5 * For: double-to-int, double-to-float
funopWider.S 5 * For: int-to-double, float-to-double
  /dalvik/vm/mterp/arm-vfp/
README.txt 5 and later. It assumes that word alignment is sufficient for double-word
7 to transfer double-precision values in two steps.
  /dalvik/vm/mterp/x86-atom/
OP_REM_DOUBLE.S 21 * For: rem-double
35 movl %eax, -16(%esp) # push parameter double lo
37 movl %eax, -12(%esp) # push parameter double hi
39 movl %eax, -8(%esp) # push parameter double lo
41 movl %eax, -4(%esp) # push parameter double hi
47 call fmod # call: (long double x, long double y)
48 # return: double
  /external/clang/test/CodeGen/
2002-04-08-LocalArray.c 6 double test(unsigned X) {
7 double student_t[30]={0.0 , 12.706 , 4.303 , 3.182 , 2.776 , 2.571 ,
2008-01-21-PackedStructField.c 3 struct X { long double b; unsigned char c; double __attribute__((packed)) d; };
  /external/clang/test/Index/
initializer-memory.cpp 5 double data[1000000] = {0};
6 double data_empty_init[1000000] = {};
  /external/clang/test/Lexer/
11-27-2007-FloatLiterals.c 10 double D = 2e32;
12 double D2 = 02e32;
  /external/clang/test/PCH/
attrs.c 15 double f(double); // expected-error{{overloadable}}
method_pool.h 17 - (double)instMethod:(int)foo;
27 - (double)instMethod:(int)foo {
  /external/llvm/test/CodeGen/Generic/
2003-05-27-useboolinotherbb.ll 3 define void @QRiterate(double %tmp.212) {
4 %tmp.213 = fcmp une double %tmp.212, 0.000000e+00 ; <i1> [#uses=1]
2003-05-27-usefsubasbool.ll 3 define void @QRiterate(double %tmp.212) {
8 %tmp.213 = fcmp une double %tmp.212, 0.000000e+00 ; <i1> [#uses=1]
  /external/llvm/test/CodeGen/Mips/
constantfp0.ll 3 define i32 @branch(double %d) nounwind readnone {
8 %tobool = fcmp une double %d, 0.000000e+00
  /external/llvm/test/CodeGen/X86/
2006-08-07-CycleInDAG.ll 12 %tmp13.i12.i = tail call double @ldexp( double 0.000000e+00, i32 0 ) ; <double> [#uses=1]
13 %tmp13.i13.i = fptrunc double %tmp13.i12.i to float ; <float> [#uses=1]
25 %tmp165.i = fpext float %tmp13.i13.i to double ; <double> [#uses=0]
31 declare double @ldexp(double, i32)
2008-05-01-InvalidOrdCompare.ll 6 define i32 @test(double %p) nounwind {
7 %tmp5 = fcmp uno double %p, 0.000000e+00
fastcc-2.ll 6 tail call fastcc void @bar( double 1.000000e+00 ) nounwind
10 declare fastcc void @bar(double)
isnan2.ll 5 define i32 @test(double %X) nounwind {
7 %tmp6 = fcmp uno double %X, 0.000000e+00 ; <i1> [#uses=1]

Completed in 271 milliseconds

<<21222324252627282930>>