HomeSort by relevance Sort by last modified time
    Searched defs:MB (Results 26 - 34 of 34) sorted by null

12

  /external/eigen/blas/testing/
sblat3.f 389 $ MA, MB, MS, N, NA, NARGS, NB, NC, NS
464 MB = N
467 MB = K
471 LDB = MB
481 CALL SMAKE( 'GE', ' ', ' ', MB, NB, B, NMAX, BB,
    [all...]
zblat3.f 404 $ MA, MB, MS, N, NA, NARGS, NB, NC, NS
479 MB = N
482 MB = K
486 LDB = MB
496 CALL ZMAKE( 'GE', ' ', ' ', MB, NB, B, NMAX, BB,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 322 static bool isRunOfOnes(ConstantInt *Val, uint32_t &MB, uint32_t &ME) {
328 MB = BitWidth - ((V - 1) ^ V).countLeadingZeros();
366 uint32_t MB = 0, ME = 0;
367 if (isRunOfOnes(Mask, MB, ME)) { // begin/end bit of run, inclusive
369 APInt Mask(APInt::getLowBitsSet(BitWidth, MB-1));
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 401 #define MB(b) ((b)<<6)
560 | MB (32 - (CPU_TLB_BITS + CPU_TLB_ENTRY_BITS))
575 | MB ((32 - s_bits) & 31)
756 | MB (32 - (CPU_TLB_ENTRY_BITS + CPU_TLB_BITS))
771 | MB ((32 - opc) & 31)
808 | MB (24)
816 | MB (16)
1153 | MB (5)
1220 | MB (31)
1396 int mb, me; local
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 398 #define MB(b) ((b)<<6)
443 static void tcg_out_rld (TCGContext *s, int op, int ra, int rs, int sh, int mb)
446 mb = MB64 ((mb >> 5) | ((mb << 1) & 0x3f));
447 tcg_out32 (s, op | RA (ra) | RS (rs) | sh | mb);
579 | MB (32 - (CPU_TLB_BITS + CPU_TLB_ENTRY_BITS))
589 | MB ((32 - s_bits) & 31)
1087 | MB (5)
1155 | MB (31
    [all...]
  /external/v8/src/
d8.cc 123 const int MB = 1024 * 1024;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 893 // MacroBlock *MB=video->outputMB;
983 // MacroBlock *MB=video->outputMB;
1026 if (CBP == 0 && intra == 0) /* Determine if Skipped MB */
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/qemu/
ppc-dis.c 540 /* The MB field in an M form instruction. */
541 #define MB CRB
662 /* The MB and ME fields in an M form instruction expressed a single
670 /* The MB or ME field in an MD or MDS form instruction. The high
1254 int mb, me, mx, count, last; local
1306 int mb, me; local
    [all...]

Completed in 820 milliseconds

12