OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_hi
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/common_audio/signal_processing/
division_operations.c
102
int16_t approx, tmp_hi, tmp_low,
num_hi
, num_low;
local
126
num_hi
= (int16_t)(num >> 16);
127
num_low = (int16_t)((num - ((int32_t)
num_hi
<< 16)) >> 1);
131
tmpW32 =
num_hi
* tmp_hi + (
num_hi
* tmp_low >> 15) +
/ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp
278
int
num_hi
; /* number of high exponent powers */
local
289
num_hi
= NUM_HI_P;
296
num_hi
= NUM_HI_N;
304
hi = (min) (exp_hi,
num_hi
); /* only a few large powers of 10 */
Completed in 252 milliseconds