Searched defs:e0 (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/
H A Dt_dd_unfilled.h44 GLuint e0, GLuint e1, GLuint e2 )
51 v[0] = (VERTEX *)GET_VERTEX(e0);
78 /* ef[e0], ef[e1], ef[e2]); */
82 if (ef[e0]) POINT( v[0] );
90 if (ef[e0]) LINE( v[0], v[1] );
94 if (ef[e0]) LINE( v[0], v[1] );
119 GLuint e0, GLuint e1,
127 v[0] = (VERTEX *)GET_VERTEX(e0);
164 if (ef[e0]) POINT( v[0] );
171 if (ef[e0]) LIN
42 unfilled_tri( GLcontext *ctx, GLenum mode, GLuint e0, GLuint e1, GLuint e2 ) argument
117 unfilled_quad( GLcontext *ctx, GLenum mode, GLuint e0, GLuint e1, GLuint e2, GLuint e3 ) argument
[all...]
H A Dt_dd_tritmp.h130 static void TAG(triangle)( GLcontext *ctx, GLuint e0, GLuint e1, GLuint e2 ) argument
142 v[0] = (VERTEX *)GET_VERTEX(e0);
211 VERT_SET_RGBA( v[0], vbcolor[e0] );
231 VERT_SET_SPEC( v[0], vbspec[e0] );
244 VERT_SET_IND( v[0], vbindex[e0] );
305 UNFILLED_TRI( ctx, GL_POINT, e0, e1, e2 );
308 UNFILLED_TRI( ctx, GL_POINT, e0, e1, e2 );
318 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 );
321 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 );
393 GLuint e0, GLuin
392 quadr( GLcontext *ctx, GLuint e0, GLuint e1, GLuint e2, GLuint e3 ) argument
676 quadr( GLcontext *ctx, GLuint e0, GLuint e1, GLuint e2, GLuint e3 ) argument
698 line( GLcontext *ctx, GLuint e0, GLuint e1 ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A De_rem_pio2.c80 int32_t e0,i,j,nx,n,ix,hx; local
157 e0 = (ix>>20)-1046; /* e0 = ilogb(z)-23; */
158 SET_HIGH_WORD(z, ix - ((int32_t)(e0<<20)));
166 n = __kernel_rem_pio2(tx,y,e0,nx,2,two_over_pi);
H A Dk_rem_pio2.c19 * __kernel_rem_pio2(x,y,e0,nx,prec,ipio2)
20 * double x[],y[]; int e0,nx,prec; int ipio2[];
38 * of x[0] is given in input parameter e0 (i.e., x[0]*2^e0
42 * e0 = ilogb(z)-23
43 * z = scalbn(z,-e0)
64 * e0 The exponent of x[0]
98 * ( 2^e0*x[0] * ipio2[jv-1]*2^(-24jv) )/8
100 * e0-3-24*jv >= 0 or (e0
157 __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec, const int32_t *ipio2) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast_setup/
H A Dss_tritmp.h33 static void TAG(triangle)(GLcontext *ctx, GLuint e0, GLuint e1, GLuint e2 ) argument
48 v[0] = &verts[e0];
86 SS_COLOR(v[0]->color, vbcolor[e0]);
91 COPY_4V(v[0]->attrib[FRAG_ATTRIB_COL0], vbcolor[e0]);
119 SS_SPEC(v[0]->attrib[FRAG_ATTRIB_COL1], vbspec[e0]);
135 SS_IND(v[0]->attrib[FRAG_ATTRIB_CI][0], (GLuint) vbindex[e0]);
174 _swsetup_render_point_tri( ctx, e0, e1, e2, facing );
181 _swsetup_render_line_tri( ctx, e0, e1, e2, facing );
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A DMT25218_PRM.h838 pseudo_bit_t e0[0x00001]; /* Enables counting of respective performance counter */ member in struct:arbelprm_performance_monitors_st
H A DMT25408_PRM.h701 pseudo_bit_t e0[0x00001]; /* Enables counting of respective performance counter */ member in struct:hermonprm_performance_monitors_st

Completed in 585 milliseconds