OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ylength
(Results
1 - 6
of
6
) sorted by null
/libcore/luni/src/main/native/
java_lang_StringToReal.cpp
343
int32_t xLength,
yLength
, DLength, D2Length, decApproxCount, incApproxCount;
346
xLength =
yLength
= DLength = D2Length = 0;
369
yLength
= (k >> 6) + 2;
370
allocateU64 (y,
yLength
);
371
memset (y + 1, 0, sizeof (uint64_t) * (
yLength
- 1));
373
simpleShiftLeftHighPrecision (y,
yLength
, k);
384
yLength
= 1;
393
yLength
= sizeOfTenToTheE (-e) + 2 + (k >> 6);
394
allocateU64 (y,
yLength
);
395
memset (y + 1, 0, sizeof (uint64_t) * (
yLength
- 1))
[
all
...]
/external/chromium_org/third_party/opus/src/src/
opus_compare.c
176
size_t
ylength
;
local
236
ylength
=read_pcm16(&y,fin2,nchannels);
238
if(xlength!=
ylength
*downsample){
240
(unsigned long)xlength,(unsigned long)
ylength
*downsample);
/external/libopus/src/
opus_compare.c
176
size_t
ylength
;
local
236
ylength
=read_pcm16(&y,fin2,nchannels);
238
if(xlength!=
ylength
*downsample){
240
(unsigned long)xlength,(unsigned long)
ylength
*downsample);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c
[
all
...]
bitvect.h
220
N_int Yoffset, N_int
Ylength
);
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp
[
all
...]
Completed in 2303 milliseconds