HomeSort by relevance Sort by last modified time
    Searched refs:num_hi (Results 1 - 3 of 3) sorted by null

  /external/webrtc/src/common_audio/signal_processing_library/main/source/
division_operations.c 103 WebRtc_Word16 approx, tmp_hi, tmp_low, num_hi, num_low; local
131 num_hi = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(num, 16);
133 - WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)num_hi, 16)), 1);
137 tmpW32 = (WEBRTC_SPL_MUL_16_16(num_hi, tmp_hi) + (WEBRTC_SPL_MUL_16_16(num_hi, tmp_low)
  /external/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 */
  /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 613 milliseconds