OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TempLength
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/native/
java_lang_RealToString.cpp
65
int RLength, SLength,
TempLength
, mplus_Length, mminus_Length;
136
SLength =
TempLength
= STemp_SIZE;
149
TempLength
= (RLength > mplus_Length ? RLength : mplus_Length) + 1;
150
addHighPrecision (Temp,
TempLength
, mplus, mplus_Length);
152
if (compareHighPrecision (Temp,
TempLength
, S, SLength) >= 0)
183
TempLength
= SLength + 1;
186
simpleShiftLeftHighPrecision (Temp,
TempLength
, i);
187
if (compareHighPrecision (R, RLength, Temp,
TempLength
) >= 0)
189
subtractHighPrecision (R, RLength, Temp,
TempLength
);
198
TempLength
= (RLength > mplus_Length ? RLength : mplus_Length) + 1
[
all
...]
/external/libnfc-nxp/src/
phFriNfc_MifareStdMap.c
223
uint16_t *
TempLength
,
231
uint16_t
TempLength
);
[
all
...]
phFriNfc_MifareULMap.c
72
uint16_t
TempLength
);
[
all
...]
Completed in 793 milliseconds