OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cost
(Results
426 - 450
of
2175
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/docs/source.android.com/src/devices/tech/power/
index.jd
74
at minimum brightness and at maximum brightness. To determine the power
cost
(i.e the battery
77
cost
.</p>
/external/caliper/tutorial/
Tutorial.java
120
* result will now be inflated by the (small)
cost
of addition. This is an
122
* already inflated by the
cost
of an int comparison, "i < reps" as it was.
/external/ceres-solver/include/ceres/
sized_cost_function.h
31
// A convenience class for
cost
functions which are statically sized.
54
<< "
Cost
functions must have at least one residual block.";
/external/ceres-solver/internal/ceres/
gradient_checker_test.cc
83
// This is the
cost
, but also appears as a factor
136
// This is the
cost
, but also appears as a factor
problem.cc
199
double*
cost
,
204
cost
,
residual_block_utils_test.cc
60
double
cost
;
local
66
&
cost
,
/external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
subdirs.py
28
those other tools create "dir_$folder$" objects), and also to explain
cost
and
96
per cp/mv command, and thus amortizes the bucket listing
cost
across all
/external/crcalc/
COPYRIGHT.txt
15
DEFECTIVE IN ANY RESPECT, SGI ASSUMES NO
COST
OR LIABILITY FOR ANY
54
HEWLETT-PACKARD ASSUMES NO
COST
OR LIABILITY FOR ANY
/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;
105
#define EIGEN_MEMBER_FUNCTOR(MEMBER,
COST
) \
110
template<typename Scalar, int Size> struct
Cost
\
111
{ enum { value =
COST
}; }; \
123
EIGEN_MEMBER_FUNCTOR(hypotNorm, (Size-1) * functor_traits<scalar_hypot_op<Scalar> >::
Cost
);
139
template<typename _Scalar, int Size> struct
Cost
140
{ enum { value = (Size-1) * functor_traits<BinaryOp>::
Cost
}; };
/external/libchrome/base/metrics/
histogram_samples.cc
84
//
cost
of these operations that could be executed in performance-significant
87
// TODO(bcwhite): Gather quantitative information as to the
cost
of using
/external/llvm/lib/Transforms/IPO/
InlineAlways.cpp
83
/// \brief Get the inline
cost
for the always-inliner.
87
/// using the powerful (but expensive) inline
cost
analysis. Instead it uses
/external/llvm/test/Transforms/Inline/
alloca-bonus.ll
61
; This block musn't be counted in the inline
cost
.
102
; This block musn't be counted in the inline
cost
.
optimization-remarks.ll
3
; CHECK: foo should always be inlined (
cost
=always)
5
; CHECK: foz should never be inlined (
cost
=never)
/external/llvm/test/Transforms/InstMerge/
ld_hoist_st_sink.ll
33
%
cost
= getelementptr inbounds %struct.arc, %struct.arc* %1, i64 0, i32 0
35
%2 = load i64, i64* %
cost
, align 8
/external/llvm/test/Transforms/LoopUnroll/
full-unroll-heuristics-cast.ll
1
; RUN: opt < %s -S -loop-unroll -unroll-max-iteration-count-to-analyze=100 -unroll-dynamic-
cost
-savings-discount=1000 -unroll-threshold=10 -unroll-percent-dynamic-
cost
-saved-threshold=50 | FileCheck %s
/external/llvm/test/Transforms/LoopVectorize/X86/
vect.omp.force.ll
25
; This loop will be vectorized, although the scalar
cost
is lower than any of vector costs, but vectorization is explicitly forced in metadata.
55
; This method will not be vectorized, as scalar
cost
is lower than any of vector costs.
/external/llvm/test/Transforms/SpeculativeExecution/
spec.ll
2
; RUN: -spec-exec-max-speculation-
cost
4 -spec-exec-max-not-hoisted 3 \
153
; Do not hoist if the speculation
cost
is too high.
/external/opencv3/modules/flann/include/opencv2/flann/
simplex_downhill.h
63
func is the
cost
function taking n an array of n params and returning float
64
vals is the
cost
function in the n+1 simplex points, if NULL it will be computed
/external/valgrind/include/
pub_tool_mallocfree.h
63
// Note that there is no cc
cost
centre : all such blocks will be
64
// regrouped under the "perm_alloc"
cost
centre.
/external/webp/src/
Android.mk
27
dsp/
cost
.c \
50
enc/
cost
.c \
/frameworks/minikin/include/minikin/
LineBreaker.h
110
// explicitly to avoid the
cost
of creating ICU BreakIterator objects. It should always
114
// the
cost
of constructing and comparing the ICU Locale object.
/packages/apps/ExactCalculator/assets/
licenses.html
16
THIS SOFTWARE IS PROVIDED ON AN AS IS BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE SUBJECT SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. SGI ASSUMES NO RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE. SHOULD THE SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, SGI ASSUMES NO
COST
OR LIABILITY FOR ANY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY SUBJECT SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
26
THIS SOFTWARE IS PROVIDED ON AN AS IS BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE SUBJECT SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. HEWLETT-PACKARD ASSUMES NO RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE. SHOULD THE SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, HEWLETT-PACKARD ASSUMES NO
COST
OR LIABILITY FOR ANY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY SUBJECT SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_container_size.h
125
// Estimate the
cost
of resize/rehash.
199
// Call at resize to set resize/
cost
information.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_container_size.h
125
// Estimate the
cost
of resize/rehash.
199
// Call at resize to set resize/
cost
information.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_container_size.h
125
// Estimate the
cost
of resize/rehash.
199
// Call at resize to set resize/
cost
information.
Completed in 1011 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>