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

<<71727374757677787980>>

  /external/icu4c/test/intltest/
itrbnfp.h 31 void testfmt(RuleBasedNumberFormat* formatter, double val, UErrorCode& status);
tsdcfmsy.h 30 void Verify(double value, const UnicodeString& pattern, DecimalFormatSymbols sym, const UnicodeString& expected);
  /external/libvpx/nestegg/halloc/src/
align.h 28 double d;
  /external/llvm/lib/Support/
IsInf.cpp 27 static int isinf(double x) { return !finite(x) && x==x; }
35 static int isinf(double x) { return !finite(x) && x==x; }
39 static int isinf(double x) { return ((x) == INFINITY) || ((x) == -INFINITY); }
47 int IsInf(double d) { return isinf(d); }
  /external/llvm/test/CodeGen/ARM/
fpcmp-opt.ll 36 define arm_apcscc i32 @t2(double* %a, double* %b) nounwind {
47 %0 = load double* %a
48 %1 = fcmp oeq double %0, 0.000000e+00
  /external/llvm/test/CodeGen/Mips/
fpbr.ll 64 define void @func3(double %f2, double %f3) nounwind {
68 %cmp = fcmp oeq double %f2, %f3
83 define void @func4(double %f2, double %f3) nounwind {
87 %cmp = fcmp olt double %f2, %f3
102 define void @func5(double %f2, double %f3) nounwind {
106 %cmp = fcmp ugt double %f2, %f3
  /external/llvm/test/CodeGen/X86/
2009-01-16-SchedulerBug.ll 34 %toFP57 = sitofp i32 %toint56 to double ; <double> [#uses=1]
38 %var_lr1.0 = phi double [ %toFP57, %kjsNumberLiteral.exit ], [ 0.000000e+00, %function_setup.cont ] ; <double> [#uses=0]
2010-03-05-ConstantFoldCFG.ll 9 define fastcc void @_ZSt16__introsort_loopIPdl17less_than_functorEvT_S2_T0_T1_(double* %__first, double* %__last, i64 %__depth_limit) nounwind ssp {
25 %scevgep.i = getelementptr double* undef, i64 %tmp ; <double*> [#uses=0]
fp-stack-2results.ll 7 ; _Complex long double test() { return 1.0; }
9 %A = fpext double 1.0 to x86_fp80
10 %B = fpext double 0.0 to x86_fp80
22 %A = fpext double 1.0 to x86_fp80
fp-stack-O0-crash.ll 39 %0 = phi double [ undef, %entry ], [ %0, %"23" ]
40 %1 = phi double [ 0.000000e+00, %entry ], [ %2, %"23" ]
47 %2 = select i1 undef, double %0, double %1
optimize-max-3.ll 10 define void @foo(i64 %n, double* nocapture %p) nounwind {
23 %arrayidx = getelementptr double* %p, i64 %i ; <double*> [#uses=2]
24 %t4 = load double* %arrayidx ; <double> [#uses=1]
25 %mul = fmul double %t4, 2.200000e+00 ; <double> [#uses=1]
26 store double %mul, double* %arrayidx
  /external/llvm/test/Feature/
weirdnames.ll 5 ; Test using double quotes to form names that are not legal in the % form
  /external/llvm/test/Transforms/DeadArgElim/
dead_vaargs.ll 5 %tmp4 = tail call i32 (i32, ...)* @foo( i32 %A, i32 %A, i32 %A, i32 %A, i64 47, double 1.000000e+00 ) ; <i32> [#uses=1]
  /external/llvm/test/Transforms/GlobalOpt/
ctor-list-opt.ll 9 @D = global double 0.000000e+00 ; <double*> [#uses=1]
74 declare double @cos(double)
77 %X = call double @cos( double 0.000000e+00 ) ; <double> [#uses=1]
78 store double %X, double* @D
  /external/llvm/tools/llvm-prof/
llvm-prof.cpp 63 : public std::binary_function<std::pair<T, double>,
64 std::pair<T, double>, bool> {
65 bool operator()(const std::pair<T, double> &LHS,
66 const std::pair<T, double> &RHS) const {
71 static double ignoreMissing(double w) {
84 double w = PI.getExecutionCount(F);
92 double w = PI.getExecutionCount(BB);
105 std::vector<std::pair<ProfileInfo::Edge, double> > SuccCounts;
110 double w = ignoreMissing(PI.getEdgeWeight(std::make_pair(BB, Succ)))
    [all...]
  /external/opencv/cv/src/
cvgeometry.cpp 93 double angle = box.angle*CV_PI/180.;
114 icvIntersectLines( double x1, double dx1, double y1, double dy1,
115 double x2, double dx2, double y2, double dy2, double *t2
    [all...]
cvmoments.cpp 47 double cx = 0, cy = 0;
48 double mu20, mu11, mu02;
55 double inv_m00 = 1. / moments->m00;
92 double a00, a10, a01, a20, a11, a02, a30, a21, a12, a03;
93 double xi, yi, xi2, yi2, xi_1, yi_1, xi_12, yi_12, dxy, xii_1, yii_1;
156 double db1_2, db1_6, db1_12, db1_24, db1_20, db1_60;
199 icvAccumulateMoments( double *tiles, CvSize size, CvSize tile_size, CvMoments * moments )
207 double dx = x, dy = y;
208 double dxm = dx * tiles[0], dym = dy * tiles[0];
254 ( const srctype* img, int step, CvSize size, int cn, int coi, double *moments )
    [all...]
  /external/oprofile/libop/
op_sample_file.h 30 double cpu_speed;
  /external/oprofile/libutil++/
xml_output.h 19 std::string init_attr(tag_t attr, double value);
  /external/skia/bench/
MatrixBench.cpp 136 static inline float SkDoubleToFloat(double x) {
155 *result = SkDoubleToFloat((double)a * b + (double)c * d);
180 // using double precision only.
191 static inline void muladdmul(double a, double b, double c, double d,
192 double* result) {
196 const double* a = mya
    [all...]
  /external/v8/src/
conversions-inl.h 44 // The fast double-to-unsigned-int conversion routine does not guarantee
47 static inline unsigned int FastD2UI(double x) {
54 // double, and reading them from there.
55 const double k2Pow52 = 4503599627370496.0;
73 static inline double DoubleToInteger(double x) {
92 int32_t DoubleToInt32(double x) {
95 static const double two32 = 4294967296.0;
96 static const double two31 = 2147483648.0;
  /external/valgrind/main/auxprogs/
gsl16-wavelet.patch 6 static void dwt_step (const gsl_wavelet * w, double *a, size_t stride,
  /external/valgrind/main/memcheck/tests/ppc32/
power_ISA2_05.c 3 double foo = -1.0;
4 double FRT1;
5 double FRT2;
64 /* lfdp FPp, DS(RA) : load float double pair
72 double hi;
73 double lo;
144 double A[] = {
151 double B[] = {
158 double FRT, FRA, FRB;
  /external/valgrind/main/memcheck/tests/ppc64/
power_ISA2_05.c 3 double foo = -1.0;
4 double FRT1;
5 double FRT2;
64 /* lfdp FPp, DS(RA) : load float double pair
72 double hi;
73 double lo;
144 double A[] = {
151 double B[] = {
158 double FRT, FRA, FRB;
  /external/valgrind/main/none/tests/amd64/
fxtract.c 5 double arg, res1, res2;
19 void try ( double x )
34 try( 1.27 + (double)(i*10 - 200) );
68 try( - (1.27 + (double)(i*10 - 200)) );

Completed in 269 milliseconds

<<71727374757677787980>>