OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AtBegin
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/third_party/lcms2-2.6/src/
cmsopt.c
725
int
AtBegin
= (int) floor((cmsFloat64Number) g ->nEntries * 0.02 + 0.5); // Cutoff at 2%
726
int AtEnd = g ->nEntries -
AtBegin
- 1; // And 98%
738
Val = g ->Table16[
AtBegin
];
739
Slope = (Val - BeginVal) /
AtBegin
;
740
beta = Val - Slope *
AtBegin
;
742
for (i=0; i <
AtBegin
; i++)
747
Slope = (EndVal - Val) /
AtBegin
; //
AtBegin
holds the X interval, which is same in both cases
[
all
...]
/external/llvm/lib/CodeGen/
SplitKit.cpp
635
bool
AtBegin
;
636
do
AtBegin
= MBBI == MBB->begin();
637
while (!
AtBegin
&& (--MBBI)->isDebugValue());
653
if (
AtBegin
|| !MBBI->readsVirtualRegister(Edit->getReg())) {
[
all
...]
Completed in 1545 milliseconds