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

  /external/aac/libFDK/src/
fft.cpp 720 #define SHIFT_A >> 1
723 #define SHIFT_A
748 vi = (x[8] SHIFT_A) + (x[24] SHIFT_A); /* Re C + Re D */
749 ui = (x[9] SHIFT_A) + (x[25] SHIFT_A); /* Im C + Im D */
775 vi2 = (x[12] SHIFT_A) + (x[28] SHIFT_A); /* Re C + Re D */
776 ui2 = (x[13] SHIFT_A) + (x[29] SHIFT_A); /* Im C + Im D *
    [all...]
  /external/valgrind/VEX/priv/
guest_generic_x87.c 552 #define SHIFT_A 4
559 #define MASK_A (1 << SHIFT_A)
    [all...]
  /external/valgrind/none/tests/amd64/
pcmpstr64w.c 32 #define SHIFT_A 4
39 #define MASK_A (1ULL << SHIFT_A)
    [all...]
pcmpstr64.c 30 #define SHIFT_A 4
37 #define MASK_A (1ULL << SHIFT_A)
    [all...]

Completed in 101 milliseconds