OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Scaled
(Results
1 - 16
of
16
) sorted by null
/external/llvm/include/llvm/Transforms/
Instrumentation.h
170
uint64_t
Scaled
= Count / Scale;
171
assert(
Scaled
<= UINT32_MAX && "overflow 32-bits");
172
return
Scaled
;
/external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h
110
/// Get the
scaled
number of cycles used per processor resource in MBB.
114
/// These numbers have already been
scaled
by SchedModel.getResourceFactor().
377
// Convert
scaled
resource usage to a cycle count that can be compared with
379
unsigned getCycles(unsigned
Scaled
) {
381
return (
Scaled
+ Factor - 1) / Factor;
/external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp
213
// Early exit if nothing needs to be
scaled
.
432
// be
scaled
so that Max == UINT64_MAX so that they can be best
434
// frequencies are
scaled
down to 1, making it impossible to differentiate
456
Scaled64
Scaled
= BFI.Freqs[Index].
Scaled
* ScalingFactor;
457
BFI.Freqs[Index].Integer = std::max(UINT64_C(1),
Scaled
.toInt<uint64_t>());
459
<< BFI.Freqs[Index].
Scaled
<< ",
scaled
= " <<
Scaled
482
: BFI.Freqs[N.Index].
Scaled
;
[
all
...]
ScalarEvolutionExpander.cpp
439
// Record the
scaled
array index for this level of the type. If
443
Value *
Scaled
= ScaledOps.empty() ?
446
GepIndices.push_back(
Scaled
);
[
all
...]
/external/llvm/lib/CodeGen/
SpillPlacement.cpp
235
uint64_t
Scaled
= (Freq >> 13) + bool(Freq & (1 << 12));
236
Threshold = std::max(UINT64_C(1),
Scaled
);
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
adis16448.js
13
// from an ADIS16448. This data is then
scaled
and printed onto the terminal.
58
//Display
Scaled
Data on the Console Log
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
syntax-1.s
75
!
Scaled
operands - user gives
scaled
value
/external/clang/lib/CodeGen/
CodeGenPGO.cpp
789
uint64_t
Scaled
= Weight / Scale + 1;
790
assert(
Scaled
<= UINT32_MAX && "overflow 32-bits");
791
return
Scaled
;
/external/opencv3/modules/cudaarithm/test/
test_arithm.cpp
165
CUDA_TEST_P(MulSpectrums,
Scaled
)
/external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h
66
/// Masses can be
scaled
by \a BranchProbability at maximum precision.
115
/// \brief Convert to
scaled
number.
188
Scaled64
Scaled
;
[
all
...]
/external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h
351
void (GLAPIENTRY *
Scaled
)(GLdouble, GLdouble, GLdouble);
/external/mesa3d/src/mapi/glapi/tests/
check_table.cpp
867
{ "glScaled", _O(
Scaled
) },
[
all
...]
/external/mesa3d/include/GL/
gl_mangle.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h
[
all
...]
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar
Completed in 518 milliseconds