Home
last modified time | relevance | path

Searched refs:vect_type (Results 1 – 25 of 88) sorted by relevance

1234

/dports/biology/babel/babel-1.6/
H A Dvectors.c26 void point_to_vect(coord_type pt, vect_type *v) in point_to_vect()
42 double vect_ang(vect_type *vect1,vect_type *vect2) in vect_ang()
61 double dot(vect_type *vect1,vect_type *vect2) in dot()
69 void cross_prod(vect_type *vect1,vect_type *vect2,vect_type *normal) in cross_prod()
76 double magnitude(vect_type *vect1) in magnitude()
85 void normalize_vect(vect_type *v1) in normalize_vect()
99 void vect_sum(vect_type *vect1, vect_type *vect2, vect_type *vect_sm) in vect_sum()
106 void vect_diff(vect_type *vect1, vect_type *vect2, vect_type *vect_sm) in vect_diff()
113 void scal_x_vect(vect_type *vect1, float scalar) in scal_x_vect()
154 void invert_vector(vect_type *v) in invert_vector()
[all …]
H A Dspline.c25 vect_type **vect; in do_spline()
42 vect = (vect_type **)malloc(sizeof(vect_type *) * (Atoms+1)); in do_spline()
44 vect[i] = (vect_type *)malloc(sizeof(vect_type)); in do_spline()
76 get_vectors(ums_type *start,ums_type *end,vect_type *vect[],int increment) in get_vectors()
99 add_step(ums_type *mol,vect_type *vect[]) in add_step()
H A Dbabel.h440 extern void add_step(ums_type *mol, vect_type *vect[]);
520 extern void point_to_vect(coord_type pt, vect_type *v);
522 extern double vect_ang(vect_type *vect1, vect_type *vect2);
523 extern double dot(vect_type *vect1, vect_type *vect2);
524 extern void cross_prod(vect_type *vect1, vect_type *vect2, vect_type *normal);
525 extern double magnitude(vect_type *vect1);
526 extern void normalize_vect(vect_type *v1);
527 extern void vect_sum(vect_type *vect1, vect_type *vect2, vect_type *vect_sm);
528 extern void vect_diff(vect_type *vect1, vect_type *vect2, vect_type *vect_sm);
533 extern void invert_vector(vect_type *v);
[all …]
H A Dorient.c36 vect_type r1,r2,v1,v2,v3; in get_orientation_matrix()
52 void ums_plus_vector(ums_type *mol, vect_type *v) in ums_plus_vector()
69 vect_type temp; in ums_dot_matrix()
83 vect_type r1,r2,v1,v2,v3, temp; in orient_ums()
107 void coord_to_vector(vect_type *v, coord_type *c) in coord_to_vector()
114 void vector_to_coord(coord_type *c, vect_type *v) in vector_to_coord()
163 void center_at_origin(ums_type *mol, vect_type *v) in center_at_origin()
196 vect_type r1,r2,v1,v2,v3; in AlignMol()
386 void find_mol_center(ums_type *mol, vect_type *center, int use_wts) in find_mol_center()
H A Daddh.c169 vect_type v; in add_methyl_hydrogen()
190 vect_type v; in add_sp_hydrogen()
205 vect_type v,v1,s; in add_sp2_hydrogen()
228 vect_type v,v1; in add_vinyl_hydrogens()
264 vect_type v,v1,n,s,h1vect; in add_sp3_N_hydrogen()
291 vect_type v,v1,n,s,h1vect,h2vect; in add_methylene_hydrogens()
324 vect_type v1,v2,v3,s; in add_tertiary_hydrogen()
H A Dwrbox.c23 vect_type center,min,max,mid,dim; in write_box()
86 void find_extents(ums_type *mol, vect_type *min, vect_type *max) in find_extents()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dvectornode.hpp47 const TypeVect* vect_type() const { return type()->is_vect(); } in vect_type() function in VectorNode
48 uint length() const { return vect_type()->length(); } // Vector length in length()
49 uint length_in_bytes() const { return vect_type()->length_in_bytes(); } in length_in_bytes()
53 …virtual uint ideal_reg() const { return Matcher::vector_ideal_reg(vect_type()->length_in_bytes());… in ideal_reg()
315 …virtual uint ideal_reg() const { return Matcher::vector_shift_count_ideal_reg(vect_type()->length_… in ideal_reg()
363 const TypeVect* vect_type() const { return type()->is_vect(); } in vect_type() function in LoadVectorNode
364 uint length() const { return vect_type()->length(); } // Vector length in length()
370 virtual int memory_size() const { return vect_type()->length_in_bytes(); } in memory_size()
389 const TypeVect* vect_type() const { return in(MemNode::ValueIn)->bottom_type()->is_vect(); } in vect_type() function in StoreVectorNode
390 uint length() const { return vect_type()->length(); } // Vector length in length()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dvectornode.hpp47 const TypeVect* vect_type() const { return type()->is_vect(); } in vect_type() function in VectorNode
48 uint length() const { return vect_type()->length(); } // Vector length in length()
49 uint length_in_bytes() const { return vect_type()->length_in_bytes(); } in length_in_bytes()
53 …virtual uint ideal_reg() const { return Matcher::vector_ideal_reg(vect_type()->length_in_bytes());… in ideal_reg()
315 …virtual uint ideal_reg() const { return Matcher::vector_shift_count_ideal_reg(vect_type()->length_… in ideal_reg()
363 const TypeVect* vect_type() const { return type()->is_vect(); } in vect_type() function in LoadVectorNode
364 uint length() const { return vect_type()->length(); } // Vector length in length()
370 virtual int memory_size() const { return vect_type()->length_in_bytes(); } in memory_size()
389 const TypeVect* vect_type() const { return in(MemNode::ValueIn)->bottom_type()->is_vect(); } in vect_type() function in StoreVectorNode
390 uint length() const { return vect_type()->length(); } // Vector length in length()
[all …]
/dports/science/py-dlib/dlib-19.22/dlib/svm/
H A Dsvm.h563 const vect_type& f_, in objective()
564 const vect_type& t_ in objective()
590 const vect_type& f;
591 const vect_type& t;
598 const vect_type& f_, in der()
599 const vect_type& t_ in der()
632 const vect_type& f;
633 const vect_type& t;
641 const vect_type& t_ in hessian()
684 const vect_type& f;
[all …]
/dports/science/dlib-cpp/dlib-19.22/dlib/svm/
H A Dsvm.h563 const vect_type& f_, in objective()
564 const vect_type& t_ in objective()
590 const vect_type& f;
591 const vect_type& t;
598 const vect_type& f_, in der()
599 const vect_type& t_ in der()
632 const vect_type& f;
633 const vect_type& t;
641 const vect_type& t_ in hessian()
684 const vect_type& f;
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dvectornode.hpp54 const TypeVect* vect_type() const { return type()->is_vect(); } in vect_type() function in VectorNode
55 uint length() const { return vect_type()->length(); } // Vector length in length()
56 uint length_in_bytes() const { return vect_type()->length_in_bytes(); } in length_in_bytes()
570 const TypeVect* vect_type() const { return type()->is_vect(); } in vect_type() function in LoadVectorNode
571 uint length() const { return vect_type()->length(); } // Vector length in length()
577 virtual int memory_size() const { return vect_type()->length_in_bytes(); } in memory_size()
585 uint element_size(void) { return type2aelembytes(vect_type()->element_basic_type()); } in element_size()
599 const TypeVect* vect_type() const { return in(MemNode::ValueIn)->bottom_type()->is_vect(); } in vect_type() function in StoreVectorNode
600 uint length() const { return vect_type()->length(); } // Vector length in length()
606 virtual int memory_size() const { return vect_type()->length_in_bytes(); } in memory_size()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dvectornode.hpp54 const TypeVect* vect_type() const { return type()->is_vect(); } in vect_type() function in VectorNode
55 uint length() const { return vect_type()->length(); } // Vector length in length()
56 uint length_in_bytes() const { return vect_type()->length_in_bytes(); } in length_in_bytes()
679 const TypeVect* vect_type() const { return type()->is_vect(); } in vect_type() function in LoadVectorNode
680 uint length() const { return vect_type()->length(); } // Vector length in length()
686 virtual int memory_size() const { return vect_type()->length_in_bytes(); } in memory_size()
694 uint element_size(void) { return type2aelembytes(vect_type()->element_basic_type()); } in element_size()
708 const TypeVect* vect_type() const { return in(MemNode::ValueIn)->bottom_type()->is_vect(); } in vect_type() function in StoreVectorNode
709 uint length() const { return vect_type()->length(); } // Vector length in length()
715 virtual int memory_size() const { return vect_type()->length_in_bytes(); } in memory_size()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dvectornode.hpp54 const TypeVect* vect_type() const { return type()->is_vect(); } in vect_type() function in VectorNode
55 uint length() const { return vect_type()->length(); } // Vector length in length()
56 uint length_in_bytes() const { return vect_type()->length_in_bytes(); } in length_in_bytes()
679 const TypeVect* vect_type() const { return type()->is_vect(); } in vect_type() function in LoadVectorNode
680 uint length() const { return vect_type()->length(); } // Vector length in length()
686 virtual int memory_size() const { return vect_type()->length_in_bytes(); } in memory_size()
694 uint element_size(void) { return type2aelembytes(vect_type()->element_basic_type()); } in element_size()
708 const TypeVect* vect_type() const { return in(MemNode::ValueIn)->bottom_type()->is_vect(); } in vect_type() function in StoreVectorNode
709 uint length() const { return vect_type()->length(); } // Vector length in length()
715 virtual int memory_size() const { return vect_type()->length_in_bytes(); } in memory_size()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dvectornode.hpp54 const TypeVect* vect_type() const { return type()->is_vect(); } in vect_type() function in VectorNode
55 uint length() const { return vect_type()->length(); } // Vector length in length()
56 uint length_in_bytes() const { return vect_type()->length_in_bytes(); } in length_in_bytes()
690 const TypeVect* vect_type() const { return type()->is_vect(); } in vect_type() function in LoadVectorNode
691 uint length() const { return vect_type()->length(); } // Vector length in length()
697 virtual int memory_size() const { return vect_type()->length_in_bytes(); } in memory_size()
705 uint element_size(void) { return type2aelembytes(vect_type()->element_basic_type()); } in element_size()
719 const TypeVect* vect_type() const { return in(MemNode::ValueIn)->bottom_type()->is_vect(); } in vect_type() function in StoreVectorNode
720 uint length() const { return vect_type()->length(); } // Vector length in length()
726 virtual int memory_size() const { return vect_type()->length_in_bytes(); } in memory_size()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dvectornode.hpp54 const TypeVect* vect_type() const { return type()->is_vect(); } in vect_type() function in VectorNode
55 uint length() const { return vect_type()->length(); } // Vector length in length()
56 uint length_in_bytes() const { return vect_type()->length_in_bytes(); } in length_in_bytes()
693 const TypeVect* vect_type() const { return type()->is_vect(); } in vect_type() function in LoadVectorNode
694 uint length() const { return vect_type()->length(); } // Vector length in length()
700 virtual int memory_size() const { return vect_type()->length_in_bytes(); } in memory_size()
708 uint element_size(void) { return type2aelembytes(vect_type()->element_basic_type()); } in element_size()
722 const TypeVect* vect_type() const { return in(MemNode::ValueIn)->bottom_type()->is_vect(); } in vect_type() function in StoreVectorNode
723 uint length() const { return vect_type()->length(); } // Vector length in length()
729 virtual int memory_size() const { return vect_type()->length_in_bytes(); } in memory_size()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dvector.hpp42 const TypeVect* vect_type);
46 const TypeVect* vect_type);
H A Dvector.cpp287 const TypeVect* vect_type) { in expand_vbox_node_helper() argument
292 Node* new_box = expand_vbox_node_helper(vbox->in(i), vect->in(i), box_type, vect_type); in expand_vbox_node_helper()
299 return expand_vbox_alloc_node(vbox_alloc, vect, box_type, vect_type); in expand_vbox_node_helper()
318 const TypeVect* vect_type) { in expand_vbox_alloc_node() argument
324 BasicType bt = vect_type->element_basic_type(); in expand_vbox_alloc_node()
325 int num_elem = vect_type->length(); in expand_vbox_alloc_node()
354 C->set_max_vector_size(MAX2(C->max_vector_size(), vect_type->length_in_bytes())); in expand_vbox_alloc_node()
H A Dvectornode.hpp63 const TypeVect* vect_type() const { return type()->is_vect(); } in vect_type() function in VectorNode
64 uint length() const { return vect_type()->length(); } // Vector length in length()
65 uint length_in_bytes() const { return vect_type()->length_in_bytes(); } in length_in_bytes()
705 const TypeVect* vect_type() const { return type()->is_vect(); } in vect_type() function in LoadVectorNode
706 uint length() const { return vect_type()->length(); } // Vector length in length()
712 virtual int memory_size() const { return vect_type()->length_in_bytes(); } in memory_size()
720 uint element_size(void) { return type2aelembytes(vect_type()->element_basic_type()); } in element_size()
749 const TypeVect* vect_type() const { return in(MemNode::ValueIn)->bottom_type()->is_vect(); } in vect_type() function in StoreVectorNode
750 uint length() const { return vect_type()->length(); } // Vector length in length()
756 virtual int memory_size() const { return vect_type()->length_in_bytes(); } in memory_size()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dvector.hpp42 const TypeVect* vect_type);
46 const TypeVect* vect_type);
H A Dvector.cpp308 const TypeVect* vect_type) { in expand_vbox_node_helper() argument
313 Node* new_box = expand_vbox_node_helper(vbox->in(i), vect->in(i), box_type, vect_type); in expand_vbox_node_helper()
320 return expand_vbox_alloc_node(vbox_alloc, vect, box_type, vect_type); in expand_vbox_node_helper()
331 const TypeVect* vect_type) { in expand_vbox_alloc_node() argument
337 BasicType bt = vect_type->element_basic_type(); in expand_vbox_alloc_node()
338 int num_elem = vect_type->length(); in expand_vbox_alloc_node()
367 C->set_max_vector_size(MAX2(C->max_vector_size(), vect_type->length_in_bytes())); in expand_vbox_alloc_node()
H A Dvectornode.hpp63 const TypeVect* vect_type() const { return type()->is_vect(); } in vect_type() function in VectorNode
64 uint length() const { return vect_type()->length(); } // Vector length in length()
65 uint length_in_bytes() const { return vect_type()->length_in_bytes(); } in length_in_bytes()
720 const TypeVect* vect_type() const { return type()->is_vect(); } in vect_type() function in LoadVectorNode
721 uint length() const { return vect_type()->length(); } // Vector length in length()
727 virtual int memory_size() const { return vect_type()->length_in_bytes(); } in memory_size()
735 uint element_size(void) { return type2aelembytes(vect_type()->element_basic_type()); } in element_size()
766 const TypeVect* vect_type() const { return _vect_type; } in vect_type() function in StoreVectorNode
767 uint length() const { return vect_type()->length(); } // Vector length in length()
773 virtual int memory_size() const { return vect_type()->length_in_bytes(); } in memory_size()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dvectornode.hpp62 const TypeVect* vect_type() const { return type()->is_vect(); } in vect_type() function in VectorNode
63 uint length() const { return vect_type()->length(); } // Vector length in length()
64 uint length_in_bytes() const { return vect_type()->length_in_bytes(); } in length_in_bytes()
701 const TypeVect* vect_type() const { return type()->is_vect(); } in vect_type() function in LoadVectorNode
702 uint length() const { return vect_type()->length(); } // Vector length in length()
708 virtual int memory_size() const { return vect_type()->length_in_bytes(); } in memory_size()
716 uint element_size(void) { return type2aelembytes(vect_type()->element_basic_type()); } in element_size()
730 const TypeVect* vect_type() const { return in(MemNode::ValueIn)->bottom_type()->is_vect(); } in vect_type() function in StoreVectorNode
731 uint length() const { return vect_type()->length(); } // Vector length in length()
737 virtual int memory_size() const { return vect_type()->length_in_bytes(); } in memory_size()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-vect-generic.c1082 tree vect_type, vect_elt_type; in vector_element() local
1089 vect_type = TREE_TYPE (vect); in vector_element()
1090 vect_elt_type = TREE_TYPE (vect_type); in vector_element()
1091 elements = TYPE_VECTOR_SUBPARTS (vect_type); in vector_element()
1138 tmpvec = create_tmp_var (vect_type, "vectmp"); in vector_element()
1140 tmpvec = *ptmpvec = create_tmp_var (vect_type, "vectmp"); in vector_element()
1180 tree vect_type = TREE_TYPE (vec0); in lower_vec_perm() local
1182 tree vect_elt_type = TREE_TYPE (vect_type); in lower_vec_perm()
1184 unsigned int elements = TYPE_VECTOR_SUBPARTS (vect_type); in lower_vec_perm()
1215 else if (can_vec_perm_p (TYPE_MODE (vect_type), true, NULL)) in lower_vec_perm()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-vect-generic.c1081 tree vect_type, vect_elt_type; in vector_element() local
1088 vect_type = TREE_TYPE (vect); in vector_element()
1089 vect_elt_type = TREE_TYPE (vect_type); in vector_element()
1090 elements = TYPE_VECTOR_SUBPARTS (vect_type); in vector_element()
1137 tmpvec = create_tmp_var (vect_type, "vectmp"); in vector_element()
1139 tmpvec = *ptmpvec = create_tmp_var (vect_type, "vectmp"); in vector_element()
1179 tree vect_type = TREE_TYPE (vec0); in lower_vec_perm() local
1181 tree vect_elt_type = TREE_TYPE (vect_type); in lower_vec_perm()
1183 unsigned int elements = TYPE_VECTOR_SUBPARTS (vect_type); in lower_vec_perm()
1214 else if (can_vec_perm_p (TYPE_MODE (vect_type), true, NULL)) in lower_vec_perm()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-vect-generic.c1130 tree vect_type, vect_elt_type; in vector_element() local
1137 vect_type = TREE_TYPE (vect); in vector_element()
1138 vect_elt_type = TREE_TYPE (vect_type); in vector_element()
1139 elements = TYPE_VECTOR_SUBPARTS (vect_type); in vector_element()
1186 tmpvec = create_tmp_var (vect_type, "vectmp"); in vector_element()
1188 tmpvec = *ptmpvec = create_tmp_var (vect_type, "vectmp"); in vector_element()
1228 tree vect_type = TREE_TYPE (vec0); in lower_vec_perm() local
1230 tree vect_elt_type = TREE_TYPE (vect_type); in lower_vec_perm()
1232 unsigned int elements = TYPE_VECTOR_SUBPARTS (vect_type); in lower_vec_perm()
1263 else if (can_vec_perm_p (TYPE_MODE (vect_type), true, NULL)) in lower_vec_perm()
[all …]

1234