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

  /external/chromium_org/third_party/opus/src/silk/
MacroDebug.h 259 opus_int64 ret64; local
261 ret64 = (opus_int64)a32 * (opus_int64)b32;
262 if ( (opus_int64)ret != ret64 )
380 opus_int64 ret64; local
382 ret64 = a64 * b64;
384 fail = a64 != (ret64 / b64);
386 fail = b64 != (ret64 / a64);
395 return ret64;
450 opus_int64 ret64; local
463 ret64 = silk_RSHIFT64( silk_SMULL( a32, b32 ), 16 )
    [all...]
  /external/libopus/silk/
MacroDebug.h 259 opus_int64 ret64; local
261 ret64 = (opus_int64)a32 * (opus_int64)b32;
262 if ( (opus_int64)ret != ret64 )
380 opus_int64 ret64; local
382 ret64 = a64 * b64;
384 fail = a64 != (ret64 / b64);
386 fail = b64 != (ret64 / a64);
395 return ret64;
450 opus_int64 ret64; local
463 ret64 = silk_RSHIFT64( silk_SMULL( a32, b32 ), 16 )
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
floatnum_test.c 53 int ret64; member in struct:Init_Entry_s
345 vals[i].ret64)
363 vals[i].ret64)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 9294 ULONG64 ret64; local
    [all...]

Completed in 221 milliseconds