/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
vec.h | 102 VEC(TYPEDEF,ALLOC) macro. The ALLOC argument specifies the 124 VEC(tree,gc) *v; // A (pointer to) a vector of tree pointers. 145 unsigned VEC_T_length(const VEC(T) *v); 154 int VEC_T_empty(const VEC(T) *v); 162 T VEC_T_last(VEC(T) *v); // Integer 163 T VEC_T_last(VEC(T) *v); // Pointer 164 T *VEC_T_last(VEC(T) *v); // Object 171 T VEC_T_index(VEC(T) *v, unsigned ix); // Integer 172 T VEC_T_index(VEC(T) *v, unsigned ix); // Pointer 173 T *VEC_T_index(VEC(T) *v, unsigned ix); // Objec [all...] |
tree-ssa-sccvn.h | 60 VEC (tree, heap) *phiargs; 103 VEC (vn_reference_op_s, heap) *operands; 186 void vn_reference_fold_indirect (VEC (vn_reference_op_s, heap) **, 188 void copy_reference_ops_from_ref (tree, VEC(vn_reference_op_s, heap) **); 189 void copy_reference_ops_from_call (gimple, VEC(vn_reference_op_s, heap) **); 191 VEC (vn_reference_op_s, heap) *); 193 VEC (vn_reference_op_s, heap) *, 198 VEC (vn_reference_op_s, heap) *,
|
ipa-ref.h | 72 VEC(ipa_ref_t,gc) *references; 75 VEC(ipa_ref_ptr,heap) * GTY((skip)) refering;
|
ipa-prop.h | 25 #include "vec.h" 169 VEC (tree, heap) *types; 331 extern VEC (ipa_node_params_t, heap) *ipa_node_params_vector; 333 extern GTY(()) VEC (ipa_edge_args_t, gc) *ipa_edge_args_vector; 430 VEC (cgraph_edge_p, heap) **new_edges); 504 typedef VEC (ipa_parm_adjustment_t, heap) *ipa_parm_adjustment_vec; 506 VEC(tree, heap) *ipa_get_vector_of_formal_parms (tree fndecl);
|
basic-block.h | 25 #include "vec.h" 132 VEC(edge,gc) *preds; 133 VEC(edge,gc) *succs; 297 VEC(basic_block,gc) *x_basic_block_info; 313 VEC(basic_block,gc) *x_label_to_block_map; 596 VEC(edge,gc) **container; 599 static inline VEC(edge,gc) * 611 ei_start_1 (VEC(edge,gc) **ev) 624 ei_last_1 (VEC(edge,gc) **ev) 845 extern VEC (basic_block, heap) *get_dominated_by (enum cdi_direction, basic_block) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
vec.h | 102 VEC(TYPEDEF,ALLOC) macro. The ALLOC argument specifies the 124 VEC(tree,gc) *v; // A (pointer to) a vector of tree pointers. 145 unsigned VEC_T_length(const VEC(T) *v); 154 int VEC_T_empty(const VEC(T) *v); 162 T VEC_T_last(VEC(T) *v); // Integer 163 T VEC_T_last(VEC(T) *v); // Pointer 164 T *VEC_T_last(VEC(T) *v); // Object 171 T VEC_T_index(VEC(T) *v, unsigned ix); // Integer 172 T VEC_T_index(VEC(T) *v, unsigned ix); // Pointer 173 T *VEC_T_index(VEC(T) *v, unsigned ix); // Objec [all...] |
tree-ssa-sccvn.h | 60 VEC (tree, heap) *phiargs; 103 VEC (vn_reference_op_s, heap) *operands; 186 void vn_reference_fold_indirect (VEC (vn_reference_op_s, heap) **, 188 void copy_reference_ops_from_ref (tree, VEC(vn_reference_op_s, heap) **); 189 void copy_reference_ops_from_call (gimple, VEC(vn_reference_op_s, heap) **); 191 VEC (vn_reference_op_s, heap) *); 193 VEC (vn_reference_op_s, heap) *, 198 VEC (vn_reference_op_s, heap) *,
|
ipa-ref.h | 72 VEC(ipa_ref_t,gc) *references; 75 VEC(ipa_ref_ptr,heap) * GTY((skip)) refering;
|
ipa-prop.h | 25 #include "vec.h" 169 VEC (tree, heap) *types; 331 extern VEC (ipa_node_params_t, heap) *ipa_node_params_vector; 333 extern GTY(()) VEC (ipa_edge_args_t, gc) *ipa_edge_args_vector; 430 VEC (cgraph_edge_p, heap) **new_edges); 504 typedef VEC (ipa_parm_adjustment_t, heap) *ipa_parm_adjustment_vec; 506 VEC(tree, heap) *ipa_get_vector_of_formal_parms (tree fndecl);
|
basic-block.h | 25 #include "vec.h" 132 VEC(edge,gc) *preds; 133 VEC(edge,gc) *succs; 297 VEC(basic_block,gc) *x_basic_block_info; 313 VEC(basic_block,gc) *x_label_to_block_map; 596 VEC(edge,gc) **container; 599 static inline VEC(edge,gc) * 611 ei_start_1 (VEC(edge,gc) **ev) 624 ei_last_1 (VEC(edge,gc) **ev) 845 extern VEC (basic_block, heap) *get_dominated_by (enum cdi_direction, basic_block) [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
vec.h | 102 VEC(TYPEDEF,ALLOC) macro. The ALLOC argument specifies the 124 VEC(tree,gc) *v; // A (pointer to) a vector of tree pointers. 145 unsigned VEC_T_length(const VEC(T) *v); 154 int VEC_T_empty(const VEC(T) *v); 162 T VEC_T_last(VEC(T) *v); // Integer 163 T VEC_T_last(VEC(T) *v); // Pointer 164 T *VEC_T_last(VEC(T) *v); // Object 171 T VEC_T_index(VEC(T) *v, unsigned ix); // Integer 172 T VEC_T_index(VEC(T) *v, unsigned ix); // Pointer 173 T *VEC_T_index(VEC(T) *v, unsigned ix); // Objec [all...] |
tree-ssa-sccvn.h | 60 VEC (tree, heap) *phiargs; 103 VEC (vn_reference_op_s, heap) *operands; 186 void vn_reference_fold_indirect (VEC (vn_reference_op_s, heap) **, 188 void copy_reference_ops_from_ref (tree, VEC(vn_reference_op_s, heap) **); 189 void copy_reference_ops_from_call (gimple, VEC(vn_reference_op_s, heap) **); 191 VEC (vn_reference_op_s, heap) *); 193 VEC (vn_reference_op_s, heap) *, 198 VEC (vn_reference_op_s, heap) *,
|
ipa-ref.h | 72 VEC(ipa_ref_t,gc) *references; 75 VEC(ipa_ref_ptr,heap) * GTY((skip)) refering;
|
ipa-prop.h | 25 #include "vec.h" 169 VEC (tree, heap) *types; 331 extern VEC (ipa_node_params_t, heap) *ipa_node_params_vector; 333 extern GTY(()) VEC (ipa_edge_args_t, gc) *ipa_edge_args_vector; 430 VEC (cgraph_edge_p, heap) **new_edges); 504 typedef VEC (ipa_parm_adjustment_t, heap) *ipa_parm_adjustment_vec; 506 VEC(tree, heap) *ipa_get_vector_of_formal_parms (tree fndecl);
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
vec.h | 102 VEC(TYPEDEF,ALLOC) macro. The ALLOC argument specifies the 124 VEC(tree,gc) *v; // A (pointer to) a vector of tree pointers. 145 unsigned VEC_T_length(const VEC(T) *v); 154 int VEC_T_empty(const VEC(T) *v); 162 T VEC_T_last(VEC(T) *v); // Integer 163 T VEC_T_last(VEC(T) *v); // Pointer 164 T *VEC_T_last(VEC(T) *v); // Object 171 T VEC_T_index(VEC(T) *v, unsigned ix); // Integer 172 T VEC_T_index(VEC(T) *v, unsigned ix); // Pointer 173 T *VEC_T_index(VEC(T) *v, unsigned ix); // Objec [all...] |
tree-ssa-sccvn.h | 60 VEC (tree, heap) *phiargs; 103 VEC (vn_reference_op_s, heap) *operands; 186 void vn_reference_fold_indirect (VEC (vn_reference_op_s, heap) **, 188 void copy_reference_ops_from_ref (tree, VEC(vn_reference_op_s, heap) **); 189 void copy_reference_ops_from_call (gimple, VEC(vn_reference_op_s, heap) **); 191 VEC (vn_reference_op_s, heap) *); 193 VEC (vn_reference_op_s, heap) *, 198 VEC (vn_reference_op_s, heap) *,
|
ipa-ref.h | 72 VEC(ipa_ref_t,gc) *references; 75 VEC(ipa_ref_ptr,heap) * GTY((skip)) refering;
|
ipa-prop.h | 25 #include "vec.h" 169 VEC (tree, heap) *types; 331 extern VEC (ipa_node_params_t, heap) *ipa_node_params_vector; 333 extern GTY(()) VEC (ipa_edge_args_t, gc) *ipa_edge_args_vector; 430 VEC (cgraph_edge_p, heap) **new_edges); 504 typedef VEC (ipa_parm_adjustment_t, heap) *ipa_parm_adjustment_vec; 506 VEC(tree, heap) *ipa_get_vector_of_formal_parms (tree fndecl);
|
/frameworks/native/services/sensorservice/ |
vec.h | 37 class vec; 47 template < template<typename T, size_t S> class VEC, 49 vec<TYPE, SIZE>& doAssign( 50 vec<TYPE, SIZE>& lhs, const VEC<TYPE, S>& rhs) { 92 template<typename T, size_t S> class VEC, 96 VEC<TYPE, SIZE> PURE doMulScalar( 97 const VEC<TYPE, SIZE>& lhs, 99 VEC<TYPE, SIZE> r; 106 template<typename T, size_t S> class VEC, 300 class vec : public vbase<TYPE, SIZE> class in namespace:android 323 vec() { } function in class:android::vec 324 vec(const vec& rhs) : base(rhs) { } function in class:android::vec 325 vec(const base& rhs) : base(rhs) { } function in class:android::vec 330 vec(pTYPE rhs) { function in class:android::vec 336 explicit vec(const VEC<TYPE, S>& rhs) { function in class:android::vec 340 explicit vec(TYPE const* array) { function in class:android::vec [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nvfx_vertprog.c | 495 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL, 506 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL, 517 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL, 552 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, abs(src[0]), none, none)); 555 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, src[1])); 558 nvfx_vp_emit(vpc, arith(0, VEC, ARL, dst, mask, src[0], none, none)); 562 nvfx_vp_emit(vpc, arith(0, VEC, FLR, tmp.reg, mask, neg(src[0]), none, none)); 563 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, neg(tmp), none, none)); 566 insn = arith(0, VEC, MOV, none.reg, mask, src[0], none, none); 570 insn = arith(sat, VEC, MOV, dst, mask, src[2], none, none) [all...] |
/external/mesa3d/src/gallium/drivers/nv30/ |
nvfx_vertprog.c | 495 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL, 506 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL, 517 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL, 552 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, abs(src[0]), none, none)); 555 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, src[1])); 558 nvfx_vp_emit(vpc, arith(0, VEC, ARL, dst, mask, src[0], none, none)); 562 nvfx_vp_emit(vpc, arith(0, VEC, FLR, tmp.reg, mask, neg(src[0]), none, none)); 563 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, neg(tmp), none, none)); 566 insn = arith(0, VEC, MOV, none.reg, mask, src[0], none, none); 570 insn = arith(sat, VEC, MOV, dst, mask, src[2], none, none) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/ |
name-lookup.h | 202 VEC(tree,gc) *static_decls; 213 VEC(cp_class_binding,gc) *class_shadowed; 224 VEC(cp_label_binding,gc) *shadowed_labels; 241 VEC(tree,gc) *dead_vars_from_for; 335 extern tree lookup_function_nonclass (tree, VEC(tree,gc) *, bool); 351 extern tree lookup_arg_dependent (tree, tree, VEC(tree,gc) *, bool);
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/ |
name-lookup.h | 202 VEC(tree,gc) *static_decls; 213 VEC(cp_class_binding,gc) *class_shadowed; 224 VEC(cp_label_binding,gc) *shadowed_labels; 241 VEC(tree,gc) *dead_vars_from_for; 335 extern tree lookup_function_nonclass (tree, VEC(tree,gc) *, bool); 351 extern tree lookup_arg_dependent (tree, tree, VEC(tree,gc) *, bool);
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/ |
name-lookup.h | 202 VEC(tree,gc) *static_decls; 213 VEC(cp_class_binding,gc) *class_shadowed; 224 VEC(cp_label_binding,gc) *shadowed_labels; 241 VEC(tree,gc) *dead_vars_from_for; 335 extern tree lookup_function_nonclass (tree, VEC(tree,gc) *, bool); 351 extern tree lookup_arg_dependent (tree, tree, VEC(tree,gc) *, bool);
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/ |
name-lookup.h | 202 VEC(tree,gc) *static_decls; 213 VEC(cp_class_binding,gc) *class_shadowed; 224 VEC(cp_label_binding,gc) *shadowed_labels; 241 VEC(tree,gc) *dead_vars_from_for; 335 extern tree lookup_function_nonclass (tree, VEC(tree,gc) *, bool); 351 extern tree lookup_arg_dependent (tree, tree, VEC(tree,gc) *, bool);
|