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

  /external/libavc/common/arm/
ih264_resi_trans_quant_a9.s 207 vmovn.s32 d30, q11 @Narrow row 1
208 vmovn.s32 d31, q12 @Narrow row 2
209 vmovn.s32 d0 , q13 @Narrow row 3
210 vmovn.s32 d1 , q14 @Narrow row 4
222 vmovn.u16 d14, q5 @I Narrow the comparison for row 1 and 2 blk 1
223 vmovn.u16 d15, q6 @I Narrow the comparison for row 1 and 2 blk 2
402 vmovn.s32 d30, q11 @Narrow row 1
403 vmovn.s32 d31, q12 @Narrow row 2
404 vmovn.s32 d0 , q13 @Narrow row 3
405 vmovn.s32 d1 , q14 @Narrow row
    [all...]
  /external/skia/src/sfnt/
SkPanose.h 577 ((Narrow, 8))
593 ((Narrow, 8))
609 ((Narrow, 8))
625 ((Narrow, 8))
  /art/compiler/optimizing/
bounds_check_elimination.cc 219 // Try to narrow lower bound. Returns the greatest of the two if possible.
234 // Try to narrow upper bound. Returns the lowest of the two if possible.
334 virtual ValueRange* Narrow(ValueRange* range) {
416 // Try to narrow this MonotonicValueRange given another range.
419 ValueRange* Narrow(ValueRange* range) OVERRIDE {
614 // Narrow the value range of `instruction` at the end of `basic_block` with `range`,
633 AssignRange(successor, instruction, existing_range->Narrow(range));
636 // Special case that we may simultaneously narrow two MonotonicValueRange's to
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
  /external/v8/test/intl/string/
normalization.js 58 // Legacy text, Japanese narrow Kana (MS-DOS & Win 3.x time)
60 '\uff8a\uff9f\uff7f\uff7a\uff9d'.normalize('NFKD')); // ????? : narrow
94 ['\uff76', // ? : Narrow Kana

Completed in 144 milliseconds