Searched refs:REAL (Results 1 - 25 of 77) sorted by relevance

1234

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Darctess.h51 void bezier( Arc_ptr, REAL, REAL, REAL, REAL );
52 void pwl( Arc_ptr, REAL, REAL, REAL, REAL, REAL );
53 void pwl_left( Arc_ptr, REAL, REA
[all...]
H A Dmapdesc.h45 typedef REAL Maxmatrix[MAXCOORDS][MAXCOORDS];
55 REAL getProperty( long );
56 void setProperty( long, REAL );
71 void subdivide( REAL *, REAL *, REAL, int, int );
72 int cullCheck( REAL *, int, int );
73 void xformBounding( REAL *, int, int, REAL *, int );
74 void xformCulling( REAL *, in
[all...]
H A Dbasicsurfeval.h46 virtual void range2f( long, REAL *, REAL * );
47 virtual void domain2f( REAL, REAL, REAL, REAL );
52 virtual void map2f( long, REAL, REAL, long, long,
53 REAL, REAL, lon
[all...]
H A Dflistsorter.cc43 FlistSorter::FlistSorter( void ) : Sorter( sizeof( REAL ) )
48 FlistSorter::qsort( REAL *p, int n )
56 REAL f0 = *(REAL *)i;
57 REAL f1 = *(REAL *)j;
64 REAL *f0 = (REAL *)i;
65 REAL *f1 = (REAL *)
[all...]
H A Dbackend.h56 void patch( REAL, REAL, REAL, REAL );
57 void surfpts( long, REAL *, long, long, int, int,
58 REAL, REAL, REAL, REAL );
59 void surfbbox( long, REAL *, REA
[all...]
H A Dtypes.h41 typedef float REAL; typedef in typeref:typename:float
45 typedef REAL Knot, *Knot_ptr;/* knot values */
H A Drenderhints.h46 REAL getProperty( long );
47 void setProperty( long, REAL );
49 REAL display_method; /* display mode */
50 REAL errorchecking; /* activate error checking */
51 REAL subdivisions; /* maximum number of subdivisions per patch */
52 REAL tmp1; /* unused */
H A Dbasiccrveval.h46 virtual void domain1f( REAL, REAL );
47 virtual void range1f( long, REAL *, REAL * );
52 virtual void map1f( long, REAL, REAL, long, long, REAL * );
53 virtual void mapgrid1f( long, REAL, REAL );
55 virtual void evalcoord1f( long, REAL );
[all...]
H A Dcurve.h49 Curve( Quilt *, REAL, REAL, Curve * );
50 Curve( Curve&, REAL, Curve * );
58 REAL cpts[MAXORDER*MAXCOORDS];
59 REAL spts[MAXORDER*MAXCOORDS];
60 REAL stepsize;
61 REAL minstepsize;
62 REAL range[3];
65 void setstepsize( REAL );
H A Dsimplemath.h46 inline REAL
47 min( REAL x, REAL y ) { return ( x > y ) ? y : x; }
49 inline REAL
50 glu_abs( REAL x ) { return ( x < 0.0 ) ? -x : x; }
H A Dvarray.h47 long init( REAL, Arc *, Arc * );
48 REAL * varray;
49 REAL vval[1000];
55 inline void update( Arc *, long[2], REAL );
57 inline void append( REAL );
61 Varray::append( REAL v )
H A Dbasicsurfeval.cc49 BasicSurfaceEvaluator::domain2f( REAL, REAL, REAL, REAL )
65 BasicSurfaceEvaluator::range2f( long type, REAL *from, REAL *to )
106 BasicSurfaceEvaluator::map2f( long, REAL, REAL, long, long,
107 REAL, REAL, lon
[all...]
H A Dflist.h44 REAL * pts; /* head of array */
51 void add( REAL x );
54 void taper( REAL , REAL );
H A Dbasiccrveval.cc45 BasicCurveEvaluator::domain1f( REAL, REAL )
53 BasicCurveEvaluator::range1f( long , REAL *, REAL * )
85 BasicCurveEvaluator::map1f( long, REAL, REAL, long, long, REAL * )
93 BasicCurveEvaluator::mapgrid1f( long, REAL, REAL )
109 BasicCurveEvaluator::evalcoord1f( long, REAL )
[all...]
H A Dtrimregion.h55 void init( REAL );
56 void advance( REAL, REAL, REAL );
57 void setDu( REAL );
65 REAL oneOverDu;
69 TrimRegion::init( REAL vval )
75 TrimRegion::advance( REAL topVindex, REAL botVindex, REAL botVva
[all...]
H A Dpatchlist.h48 Patchlist( Quilt *, REAL *, REAL * );
49 Patchlist( Patchlist &, int , REAL );
57 REAL getStepsize( int );
58 void getRanges(REAL ranges[4]);
69 inline REAL
H A Dsubdivider.h63 void addArc( REAL *, Quilt *, long );
82 void set_domain_distance_u_rate(REAL u_rate)
86 void set_domain_distance_v_rate(REAL v_rate)
96 void classify_headonleft_s( Bin &, Bin &, Bin &, REAL );
97 void classify_tailonleft_s( Bin &, Bin &, Bin &, REAL );
98 void classify_headonright_s( Bin &, Bin &, Bin &, REAL );
99 void classify_tailonright_s( Bin &, Bin &, Bin &, REAL );
100 void classify_headonleft_t( Bin &, Bin &, Bin &, REAL );
101 void classify_tailonleft_t( Bin &, Bin &, Bin &, REAL );
102 void classify_headonright_t( Bin &, Bin &, Bin &, REAL );
[all...]
H A Dpatch.h47 REAL range[3];
48 REAL sidestep[2];
49 REAL stepsize;
50 REAL minstepsize;
57 void clamp( REAL );
58 void getstepsize( REAL );
67 Patch( Quilt *, REAL*, REAL *, Patch * );
68 Patch( Patch &, int, REAL, Patch * );
87 REAL cpt
[all...]
H A Dquilt.h58 REAL step_size;
68 REAL * cpts; /* control points */
77 void select( REAL *, REAL * );
80 void downloadAll( REAL *, REAL *, Backend & );
82 void getRange( REAL *, REAL *, Flist&, Flist & );
83 void getRange( REAL *, REAL *, in
[all...]
H A Dgridline.h41 REAL vval;
H A Dcurvelist.h50 Curvelist( Quilt *, REAL, REAL );
51 Curvelist( Curvelist &, REAL );
H A Dmapdescv.cc53 REAL
55 REAL *p,
59 REAL range )
61 REAL tmp[MAXORDER][MAXCOORDS];
62 REAL mag[MAXORDER];
85 REAL fac = 1;
86 REAL invt = 1.0 / range;
91 REAL max = 0.0;
104 REAL
106 REAL *dis
[all...]
H A Dbezierarc.h44 REAL * cpts; /* control points of arc */
46 int stride; /* REAL distance between points */
/xsrc/external/mit/glu/dist/src/libnurbs/interface/
H A Dglsurfeval.h64 REAL uprime;//cached previusly evaluated uprime.
65 REAL vprime;
67 REAL u1;
68 REAL u2;
71 REAL v1;
72 REAL v2;
75 REAL ctlPoints[IN_MAX_BEZIER_ORDER*IN_MAX_BEZIER_ORDER*IN_MAX_DIMENSION];
76 REAL ucoeff[IN_MAX_BEZIER_ORDER]; /*cache the polynomial values*/
77 REAL vcoeff[IN_MAX_BEZIER_ORDER];
78 REAL ucoeffDeri
[all...]
H A Dglcurveval.h56 REAL uprime; //cached previously evaluated uprime
58 REAL u1;
59 REAL u2;
62 REAL ctlpoints[IN_MAX_BEZIER_ORDER*IN_MAX_DIMENSION];
63 REAL ucoeff[IN_MAX_BEZIER_ORDER];//cache the polynomial values
70 void range1f(long, REAL *, REAL *);
71 void domain1f(REAL, REAL);
77 void map1f(long, REAL, REA
[all...]

Completed in 20 milliseconds

1234