Home
last modified time | relevance | path

Searched +defs:R +defs:orient (Results 1 – 25 of 50) sorted by relevance

12

/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dqr.cc63 MT R = fact.R (); in get_qr_r() local
1028 FloatMatrix R = argr.float_matrix_value (); variable
1040 Matrix R = argr.matrix_value (); variable
1192 std::string orient = (nargin < 5) ? "col" : args(4).string_value (); variable
1217 FloatMatrix R = argr.float_matrix_value (); variable
1232 Matrix R = argr.matrix_value (); variable
1386 std::string orient = (nargin < 4) ? "col" : args(3).string_value (); variable
1409 FloatMatrix R = argr.float_matrix_value (); variable
1423 Matrix R = argr.matrix_value (); variable
1636 FloatMatrix R = argr.float_matrix_value (); variable
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/defin/
H A DdefinPin.cpp172 dbOrientType orient) in pinPlacement()
319 dbOrientType orient(_orient); in addRect() local
333 std::vector<Rect> R; in addPolygon() local
341 PinRect R(p._layer, r); in addPolygon() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi/src/org/eclipse/equinox/bidi/custom/
H A DStructuredTextCharTypes.java35 static final byte R = Character.DIRECTIONALITY_RIGHT_TO_LEFT; field in StructuredTextCharTypes
160 int orient = environment.getOrientation(); in resolveOrientation() local
/dports/science/afni/afni-AFNI_21.3.16/src/crorden/dcm2niix_console/
H A Dnii_ortho.cpp67 mat33 getBestOrient(mat44 R, vec3i flipVec) in getBestOrient()
106 bool isMat44Canonical(mat44 R) in isMat44Canonical()
235 unsigned char *reOrient(unsigned char *img, struct nifti_1_header *h, vec3i orientVec, mat33 orient in reOrient()
286 vec3 xyz2mm(mat44 R, vec3 v) { in xyz2mm()
383 mat33 orient = getBestOrient(s, flipV); in nii_setOrtho() local
H A Dnii_dicom.cpp299 int verify_slice_dir(struct TDICOMdata d, struct TDICOMdata d2, struct nifti_1_header *h, mat44 *R,… in verify_slice_dir()
426 ivec3 maxCol(mat33 R) { in maxCol()
473 mat33 R; in xform_mat() local
541 mat44 R = xform_mat(d); in set_nii_header() local
2409 mat33 R = nifti_mat33_mul(rx, ry); in nii_readParRec() local
6726 float orient[7]; local
/dports/math/cgal/CGAL-5.3/examples/Boolean_set_operations_2/
H A Dbezier_traits_adapter.cpp94 CGAL::Orientation orient = pgn.orientation(); in read_Bezier_polygon() local
153 Polygon_set R; in main() local
/dports/math/cgal/CGAL-5.3/examples/Point_set_processing_3/
H A Dnormal_estimation.cpp103 double R, // radius of the offset in run_vcm_estimate_normals()
197 std::string orient = "MST"; // orient normals using a Minimum Spanning Tree in main() local
/dports/math/cgal/CGAL-5.3/include/CGAL/Cartesian/
H A DSphere_3.h43 typedef R_ R; typedef
60 Orientation orient = make_certain(CGAL::orientation(p, q, r, s)); in SphereC3() local
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/
H A Dgrbatch.cpp155 void geometry_batcher::draw_bitmap(vertex *pnt, int orient, float rad, float depth) in draw_bitmap()
164 float *R = &radius_list[n_to_render * 3]; in draw_bitmap() local
282 float *R = &radius_list[n_to_render * 3]; in draw_bitmap() local
368 float *R = &radius_list[n_to_render * 3]; in draw_beam() local
580 void geometry_shader_batcher::draw_bitmap(vertex *position, int orient, float rad, float depth) in draw_bitmap()
686 int batch_add_bitmap(int texture, int tmap_flags, vertex *pnt, int orient, float rad, float alpha, … in batch_add_bitmap()
728 int geometry_batch_add_bitmap(int texture, int tmap_flags, vertex *pnt, int orient, float rad, floa… in geometry_batch_add_bitmap()
850 int batch_add_polygon(int texture, int tmap_flags, vec3d *pos, matrix *orient, float width, float h… in batch_add_polygon()
/dports/science/py-nibabel/nibabel-3.2.1/doc/source/dicom/derivations/
H A Dspm_dicom_orient.py46 R = zeros(4, 2) variable
74 orient = zeros(3, 3) variable
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/graphics/
H A Dgrbatch.cpp157 void geometry_batcher::draw_bitmap(vertex *pnt, int orient, float rad, float depth) in draw_bitmap()
166 float *R = &radius_list[n_to_render * 3]; in draw_bitmap() local
280 float *R = &radius_list[n_to_render * 3]; in draw_bitmap() local
366 float *R = &radius_list[n_to_render * 3]; in draw_beam() local
658 int batch_add_bitmap(int texture, int tmap_flags, vertex *pnt, int orient, float rad, float alpha, … in batch_add_bitmap()
/dports/math/cgal/CGAL-5.3/include/CGAL/Kernel_d/
H A DSphere_d.h44 Orientation orient; // orientation(P) variable
95 typedef R_ R; typedef
/dports/math/cgal/CGAL-5.3/demo/Arrangement_on_surface_2/
H A DConic_reader.h148 CGAL::Orientation orient; in read_curve() local
201 Rational R, S, T, U, V, W; in read_curve() local
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dloop.c310 #define TABLE(R,T,L,B) (table[((B)<<9)|((L)<<6)|((T)<<3)|(R)]) argument
311 #define TABLE_OUT(C,R,T,L,B) ((TABLE(R,T,L,B)>>((C)*3))&7) argument
316 #define TABLE(R,T,L,B) (table[((B)*512)+((L)*64)+((T)*8)+(R)]) argument
317 #define TABLE_OUT(C,R,T,L,B) ((TABLE(R,T,L,B)/(M8[C]))%8) argument
327 #define INEF_TABLE_OUT(C,R,T,L,B) table[(B)*6561+(L)*729+(T)*81+(R)*9+(C)] argument
329 #define HEX_TABLE_OUT(C,R,T,t,l,b,B) ((HEX_TABLE(R,T,t,l,b,B)>>((C)*3))&7) argument
340 #define TABLE_IN(C,R,T,L,B,I) (TABLE(R,T,L,B)&=~(7<<((C)*3)));\ argument
350 #define TABLE_IN(C,R,T,L,B,I) (TABLE(R,T,L,B)|=((I)<<((C)*3))) argument
359 #define INEF_TABLE_IN(C,R,T,L,B,I) INEF_TABLE_OUT(C,R,T,L,B)=(I) argument
1830 int orient = NRAND(2); in init_flaw() local
[all …]
H A Dtetris.c208 int object, orient; member
285 #define R ((tp->ys<=12)?1:(G*6)) /* Amount of rounding. */ macro
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dloop.c232 #define TABLE(R,T,L,B) (table[((B)<<9)|((L)<<6)|((T)<<3)|(R)]) argument
233 #define HEX_TABLE(R,T,t,l,b,B) (table[((B)<<15)|((b)<<12)|((l)<<9)|((t)<<6)|((T)<<3)|(R)]) argument
244 #define TABLE_IN(C,R,T,L,B,I) (TABLE(R,T,L,B)&=~(7<<((C)*3)));\ argument
246 #define HEX_TABLE_IN(C,R,T,t,l,b,B,I) (HEX_TABLE(R,T,t,l,b,B)&=~(7<<((C)*3)));\ argument
249 #define TABLE_IN(C,R,T,L,B,I) (TABLE(R,T,L,B)|=((I)<<((C)*3))) argument
250 #define HEX_TABLE_IN(C,R,T,t,l,b,B,I) (HEX_TABLE(R,T,t,l,b,B)|=((I)<<((C)*3))) argument
252 #define TABLE_OUT(C,R,T,L,B) ((TABLE(R,T,L,B)>>((C)*3))&7) argument
253 #define HEX_TABLE_OUT(C,R,T,t,l,b,B) ((HEX_TABLE(R,T,t,l,b,B)>>((C)*3))&7) argument
1139 int orient = NRAND(4); in init_flaw() local
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/IntxMesh/
H A DIntxUtils.cpp216 int * markr, int plane, double R, double * points, int & nPoints) { in EdgeIntxRllCs()
335 ErrorCode gnomonic_projection(const CartVect & pos, double R, int plane, double & c1, in gnomonic_projection()
390 ErrorCode reverse_gnomonic_projection(const double & c1, const double & c2, double R, in reverse_gnomonic_projection()
603 ErrorCode ScaleToRadius(Interface * mb, EntityHandle set, double R) { in ScaleToRadius()
650 CartVect orient = (c - b) * (a - b); in oriented_spherical_angle() local
758 double area_on_sphere(Interface * mb, EntityHandle set, double R) { in area_on_sphere()
804 double area_on_sphere_lHuiller(Interface * mb, EntityHandle set, double R) { in area_on_sphere_lHuiller()
843 double area_spherical_element(Interface * mb, EntityHandle elem, double R) { in area_spherical_element()
1274 ErrorCode positive_orientation(Interface * mb, EntityHandle set, double R) { in positive_orientation()
1391 double * D, double R, double * E) { in intersect_great_circle_arcs()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DEnv_sphere_traits_3.h416 Rational R = 4*sqr_c_diff + 4*sqr_a_diff; in operator() local
693 Orientation orient; in operator() local
/dports/graphics/xv/xv-3.10a/
H A Dxvtiff.c72 short bps, spp, photo, orient; local
1820 float Y, R, G, B; local
1865 float Y, R, G, B; local
1893 float Y, R, G, B; local
/dports/japanese/xv/xv-3.10a/
H A Dxvtiff.c72 short bps, spp, photo, orient; local
1820 float Y, R, G, B; local
1865 float Y, R, G, B; local
1893 float Y, R, G, B; local
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxvtiff.c72 short bps, spp, photo, orient; local
1820 float Y, R, G, B; local
1865 float Y, R, G, B; local
1893 float Y, R, G, B; local
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dverilog_in.c229 unsigned R = 0; in spread() local
845 void VerSymPort(const char *ptype,const char *name,int nbits,int x,int y,int orient) in VerSymPort()
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Dpath.cc190 double R=(3.0*Q+b2)*b-27.0*d; in cubicroots() local
1152 double orient; in orient2d() local
/dports/math/asymptote/asymptote-2.67/
H A Dpath.cc190 double R=(3.0*Q+b2)*b-27.0*d; in cubicroots() local
1165 double orient; in orient2d() local
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DmeshGFace.cpp502 double R = in fourthPoint() local
3067 const int orient = (dot(ne, nf) > 0.) ? 1 : -1; in getGFaceOrientation() local

12