HomeSort by relevance Sort by last modified time
    Searched refs:COST (Results 1 - 5 of 5) sorted by null

  /external/clang/test/CodeGenCXX/
array-operator-delete-call.cpp 23 struct COST
25 S *cost; member in struct:COST
29 ~COST();
30 COST();
34 COST::COST()
36 cost = new S[3];
41 COST::~COST()
43 if (cost) {
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 48 cost of 50 means that it is as bad as a line 5 characters too short
52 typedef long COST;
54 #define MAXCOST (~(((unsigned long) 1) << (8 * sizeof (COST) -1)))
57 #define EQUIV(n) SQR ((COST) (n))
59 /* Cost of a filled line n chars longer or shorter than best_width. */
62 /* Cost of the difference between adjacent filled lines. */
65 /* Basic cost per line. */
68 /* Cost of breaking a line after the first word of a sentence, where
72 /* Cost of breaking a line before the last word of a sentence, where
79 /* Cost of breaking a line after a period not marking end of a sentence
484 register COST cost; local
518 register COST cost; local
    [all...]
  /external/eigen/Eigen/src/Core/
VectorwiseOp.h 56 typedef typename MemberOp::template Cost<InputScalar,int(TraversalSize)> CostOpType;
58 typedef typename MemberOp::template Cost<InputScalar,TraversalSize> CostOpType;
104 #define EIGEN_MEMBER_FUNCTOR(MEMBER,COST) \
109 template<typename Scalar, int Size> struct Cost \
110 { enum { value = COST }; }; \
122 EIGEN_MEMBER_FUNCTOR(hypotNorm, (Size-1) * functor_traits<scalar_hypot_op<Scalar> >::Cost );
138 template<typename _Scalar, int Size> struct Cost
139 { enum { value = (Size-1) * functor_traits<BinaryOp>::Cost }; };
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 412 cost of physically performing source distribution, a complete
535 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  /external/e2fsprogs/lib/et/
texinfo.tex 15 %DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR
    [all...]

Completed in 1081 milliseconds