/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) +
|
/prebuilts/ndk/r11/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 */
|
/prebuilts/ndk/r13/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 */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
datetimemodule.c | 445 const int num_hi = divmod(*lo, factor, lo);
local 446 const int new_hi = *hi + num_hi;
447 assert(! SIGNED_ADD_OVERFLOWED(new_hi, *hi, num_hi));
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
datetimemodule.c | 445 const int num_hi = divmod(*lo, factor, lo);
local 446 const int new_hi = *hi + num_hi;
447 assert(! SIGNED_ADD_OVERFLOWED(new_hi, *hi, num_hi));
[all...] |
/external/python/cpython2/Modules/ |
datetimemodule.c | 445 const int num_hi = divmod(*lo, factor, lo); local 446 const int new_hi = *hi + num_hi; 447 assert(! SIGNED_ADD_OVERFLOWED(new_hi, *hi, num_hi)); [all...] |