/external/libcxx/test/std/containers/unord/unord.set/ |
insert_hint_const_lvalue.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
|
/external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/ |
assign_init.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
|
default.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
|
init_size.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
|
init_size_hash.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
|
init_size_hash_equal.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
|
init_size_hash_equal_allocator.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
|
range_size.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
|
range_size_hash.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
|
size.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
|
size_hash.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
|
size_hash_equal.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
|
size_hash_equal_allocator.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
|
/external/libhevc/common/ |
ihevc_common_tables.c | 175 * Intra pred angles 219 * Intra pred inverse angles 499 /** Filter flag values for intra pred referenece filtering - intra pred mode is the index
|
/external/libhevc/decoder/ |
ihevcd_get_mv.c | 81 * MV's of a PU will be stored in PU structure. MV computation can be merge or mv pred 272 /* CTB level MV pred */ 443 /* Used for neighbor availability in intra pred */ 507 /* Updating the CTB level PU idx (Used for collocated MV pred)*/
|
ihevcd_itrans_recon_dc.c | 65 /* Intra pred includes */
|
/external/libvpx/config/x86/ |
vp8_rtcd.h | 85 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride); 86 void vp8_dc_only_idct_add_mmx(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride); 225 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride); 226 void vp8_short_idct4x4llm_mmx(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
|
/external/libvpx/config/x86_64/ |
vp8_rtcd.h | 85 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride); 86 void vp8_dc_only_idct_add_mmx(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride); 225 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride); 226 void vp8_short_idct4x4llm_mmx(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
idct_msa.c | 86 static void idct4x4_addblk_msa(int16_t *input, uint8_t *pred, 106 LD_SB4(pred, pred_stride, pred0, pred1, pred2, pred3); 122 static void idct4x4_addconst_msa(int16_t in_dc, uint8_t *pred, 134 LD_SB4(pred, pred_stride, pred0, pred1, pred2, pred3);
|
/external/llvm/include/llvm/ADT/ |
DAGDeltaAlgorithm.h | 30 /// P(S) => P(S union pred(S))
|
/external/llvm/include/llvm/Bitcode/ |
LLVMBitCodes.h | 247 CST_CODE_CE_CMP = 17, // CE_CMP: [opty, opval, opval, pred] 367 FUNC_CODE_INST_CMP = 9, // CMP: [opty, opval, opval, pred] 393 FUNC_CODE_INST_CMP2 = 28, // CMP2: [opty, opval, opval, pred] 395 FUNC_CODE_INST_VSELECT = 29, // VSELECT: [ty,opval,opval,predty,pred]
|
/external/llvm/include/llvm/IR/ |
ConstantRange.h | 70 /// Example: Pred = ult and Other = i8 [2, 5) returns Result = [0, 4) 71 static ConstantRange makeAllowedICmpRegion(CmpInst::Predicate Pred, 81 /// Example: Pred = ult and Other = i8 [2, 5) returns [0, 2) 82 static ConstantRange makeSatisfyingICmpRegion(CmpInst::Predicate Pred,
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXRegisterInfo.cpp | 42 return ".pred";
|
NVPTXVector.td | 476 Predicate Pred> { 483 Requires<[Pred]>; 490 Requires<[Pred]>; 494 Predicate Pred> { 500 Requires<[Pred]>; 503 Predicate Pred> { 509 Requires<[Pred]>; 575 multiclass V2FPCONTRACT32_SUB_PAT<NVPTXInst Inst, Predicate Pred> { 578 Requires<[Pred]>; 582 Requires<[Pred]>; [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcInstrFormats.td | 63 class F2_3<bits<3> op2Val, bit annul, bit pred, 76 let Inst{19} = pred; 80 class F2_4<bits<3> cond, bit annul, bit pred, 93 let Inst{19} = pred;
|