OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Freq
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/CodeGen/
SpillPlacement.cpp
181
float
Freq
= LiveIntervals::getSpillWeight(true, false,
184
BlockFrequency[Num] =
Freq
;
185
nodes[bundles->getBundle(Num, 1)].Scale[0] +=
Freq
;
186
nodes[bundles->getBundle(Num, 0)].Scale[1] +=
Freq
;
229
float
Freq
= getBlockFrequency(I->Number);
242
nodes[ib].addBias(
Freq
* Bias[I->Entry], 1);
249
nodes[ob].addBias(
Freq
* Bias[I->Exit], 0);
258
float
Freq
= getBlockFrequency(*I);
260
Freq
+=
Freq
;
[
all
...]
MachineBlockPlacement.cpp
451
<< " (
freq
)\n");
573
<< MBFI->getBlockFreq(Pred) << "
freq
\n");
[
all
...]
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c
179
LVM_UINT16
Freq
;
200
Freq
= (LVM_UINT16) ((LVPSA_SampleRateTab[pInst->CurrentParams.Fs]>>1) / (pInst->nBands + 1));
203
pInst->pFiltersParams[ii-1].CenterFrequency = (LVM_UINT16) (
Freq
* ii);
[
all
...]
/external/llvm/include/llvm/Analysis/
BlockFrequencyImpl.h
68
void setBlockFreq(BlockT *BB, BlockFrequency
Freq
) {
69
Freqs[BB] =
Freq
;
70
DEBUG(dbgs() << "Frequency(" << getBlockName(BB) << ") = " <<
Freq
<< "\n");
80
/// incBlockFreq - Increase BB block frequency by
FREQ
.
82
void incBlockFreq(BlockT *BB, BlockFrequency
Freq
) {
83
Freqs[BB] +=
Freq
;
84
DEBUG(dbgs() << "Frequency(" << getBlockName(BB) << ") += " <<
Freq
94
uint64_t
Freq
= (Freqs[BB].getFrequency() * D) / N;
97
if (
Freq
> UINT32_MAX)
98
Freq
= UINT32_MAX
[
all
...]
/external/qemu/distrib/zlib-1.2.3/
deflate.h
64
ush
freq
; /* frequency count */
member in union:ct_data_s::__anon13545
73
#define
Freq
fc.
freq
312
s->dyn_ltree[cc].
Freq
++; \
321
s->dyn_ltree[_length_code[len]+LITERALS+1].
Freq
++; \
322
s->dyn_dtree[d_code(dist)].
Freq
++; \
/external/zlib/src/
deflate.h
67
ush
freq
; /* frequency count */
member in union:ct_data_s::__anon18674
76
#define
Freq
fc.
freq
327
s->dyn_ltree[cc].
Freq
++; \
336
s->dyn_ltree[_length_code[len]+LITERALS+1].
Freq
++; \
337
s->dyn_dtree[d_code(dist)].
Freq
++; \
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 866 milliseconds