HomeSort by: relevance | last modified time | path
    Searched defs:ZERO (Results 1 - 25 of 27) sorted by relevancy

1 2

  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
mesher.h 55 static const float ZERO;
arc.cc 50 #define ZERO 0.00001/*0.000001*/
202 if( ((p0[0] - p1[0]) > ZERO) || ((p1[0] - p0[0]) > ZERO) ||
203 ((p0[1] - p1[1]) > ZERO) || ((p1[1] - p0[1]) > ZERO) ) {
mesher.cc 53 const float Mesher::ZERO = 0.0;
229 return (area < ZERO) ? 0 : 1;
236 return (area > -ZERO) ? 0 : 1;
slicer.cc 82 #define ZERO 0.00001 /*determing whether a loop is a rectngle or not*/
83 #define equalRect(a,b) ((glu_abs(a-b) <= ZERO)? 1:0) //only used in tessellating a rectangle
245 if( (glu_abs(loop->tail()[0] - loop->head()[0])<=ZERO) &&
246 (glu_abs(loop->next->tail()[1] - loop->next->head()[1])<=ZERO) &&
247 (glu_abs(loop->prev->tail()[1] - loop->prev->head()[1])<=ZERO) &&
248 (glu_abs(loop->prev->prev->tail()[0] - loop->prev->prev->head()[0])<=ZERO)
252 ( (glu_abs(loop->tail()[1] - loop->head()[1]) <= ZERO) &&
253 (glu_abs(loop->next->tail()[0] - loop->next->head()[0]) <= ZERO) &&
254 (glu_abs(loop->prev->tail()[0] - loop->prev->head()[0]) <= ZERO) &&
255 (glu_abs(loop->prev->prev->tail()[1] - loop->prev->prev->head()[1]) <= ZERO)
    [all...]
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
Cardinals.h 30 #define ZERO ((Cardinal)0)
  /xsrc/external/mit/pixman/dist/pixman/
pixman-combine-float.h 37 ZERO,
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
i915_program.h 37 /* Having zero and one in here makes the definition of swizzle a lot
61 #define ZERO SRC_ZERO
72 (ZERO << UREG_CHANNEL_ZERO_SHIFT) | \
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
i915_program.h 37 /* Having zero and one in here makes the definition of swizzle a lot
61 #define ZERO SRC_ZERO
72 (ZERO << UREG_CHANNEL_ZERO_SHIFT) | \
  /xsrc/external/mit/listres/dist/
listres.c 262 container = XtCreateWidget ("dummy", widgetClass, toplevel, NULL, ZERO);
265 Resources, XtNumber(Resources), NULL, ZERO);
  /xsrc/external/mit/xcalc/dist/
xcalc.c 144 XtNumber(Resources), (ArgList) NULL, ZERO);
188 shell, (ArgList) NULL, ZERO);
207 (ArgList) NULL, ZERO);
211 (ArgList) NULL, ZERO);
283 (ArgList) NULL, ZERO);
  /xsrc/external/mit/xclipboard/dist/
xcutsel.c 278 NULL, ZERO );
284 box = XtCreateManagedWidget("box", boxWidgetClass, shell, NULL, ZERO);
287 XtCreateManagedWidget("quit", commandWidgetClass, box, NULL, ZERO);
298 XtCreateManagedWidget("sel-cut", commandWidgetClass, box, NULL, ZERO);
308 XtCreateManagedWidget("cut-sel", commandWidgetClass, box, NULL, ZERO);
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
texstore.c 82 ZERO = 4,
glformats.c 35 ZERO = 4,
56 #define MAP1(x) MAP4(x, ZERO, ZERO, ZERO)
57 #define MAP2(x,y) MAP4(x, y, ZERO, ZERO)
58 #define MAP3(x,y,z) MAP4(x, y, z, ZERO)
59 #define MAP4(x,y,z,w) { x, y, z, w, ZERO, ONE }
75 MAP4(ZERO, ZERO, ZERO, 0)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
texstore.c 82 ZERO = 4,
glformats.c 35 ZERO = 4,
56 #define MAP1(x) MAP4(x, ZERO, ZERO, ZERO)
57 #define MAP2(x,y) MAP4(x, y, ZERO, ZERO)
58 #define MAP3(x,y,z) MAP4(x, y, z, ZERO)
59 #define MAP4(x,y,z,w) { x, y, z, w, ZERO, ONE }
75 MAP4(ZERO, ZERO, ZERO, 0)
    [all...]
  /xsrc/external/mit/beforelight/dist/
b4light.c 40 #ifndef ZERO
41 # define ZERO ((Cardinal)0)
292 toplevel = XtAppInitialize (&app_con, "Beforelight", NULL, ZERO,
293 &argc, argv, NULL, NULL, ZERO);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
i915_fpc.h 84 /* Having zero and one in here makes the definition of swizzle a lot
108 #define ZERO SRC_ZERO
117 (ZERO << UREG_CHANNEL_ZERO_SHIFT) | (ONE << UREG_CHANNEL_ONE_SHIFT))
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
i915_fpc.h 89 /* Having zero and one in here makes the definition of swizzle a lot
113 #define ZERO SRC_ZERO
124 (ZERO << UREG_CHANNEL_ZERO_SHIFT) | \
  /xsrc/external/mit/xfd/dist/
xfd.c 223 XtNumber (Resources), NULL, ZERO);
228 NULL, ZERO);
232 NULL, ZERO);
235 box = XtCreateManagedWidget ("box", boxWidgetClass, pane, NULL, ZERO);
237 NULL, ZERO);
239 NULL, ZERO);
241 NULL, ZERO);
243 NULL, ZERO);
245 NULL, ZERO);
250 pane, NULL, ZERO);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/math/
m_matrix.c 114 * \returns non-zero if all geometry related matrix flags are contained within
115 * the mask, or zero otherwise.
811 * been zero, the numerator would have been zero as well, giving
1070 #define ZERO(x) (1<<x)
1073 #define MASK_NO_TRX (ZERO(12) | ZERO(13) | ZERO(14))
1076 #define MASK_IDENTITY ( ONE(0) | ZERO(4) | ZERO(8) | ZERO(12) |
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
m_matrix.c 110 * \returns non-zero if all geometry related matrix flags are contained within
111 * the mask, or zero otherwise.
922 * been zero, the numerator would have been zero as well, giving
1156 #define ZERO(x) (1<<x)
1159 #define MASK_NO_TRX (ZERO(12) | ZERO(13) | ZERO(14))
1162 #define MASK_IDENTITY ( ONE(0) | ZERO(4) | ZERO(8) | ZERO(12) |
    [all...]
  /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
sampleMonoPoly.cc 60 #define ZERO 0.00001
1018 if( fabs(dLine->head()[1] - vtail) < ZERO)
1038 if(uinterc < uMin && uinterc >= uMin - ZERO)
1040 if(uinterc > uMax && uinterc <= uMax + ZERO)
  /xsrc/external/mit/viewres/dist/
viewres.c 897 (ArgList) NULL, ZERO);
905 Resources, XtNumber(Resources), NULL, ZERO);
935 (ArgList) NULL, ZERO);
938 (ArgList) NULL, ZERO);
940 (ArgList) NULL, ZERO);
949 viewButton, (ArgList) NULL, ZERO);
961 (ArgList) NULL, ZERO);
968 (ArgList) NULL, ZERO);
982 selectButton, (ArgList) NULL, ZERO);
993 (ArgList) NULL, ZERO);
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/xvmc/
i915_program.h 22 * default to zero.
157 * Must be zero for S (sampler) dcls
199 /* Having zero and one in here makes the definition of swizzle a lot
223 #define ZERO SRC_ZERO
234 (ZERO << UREG_CHANNEL_ZERO_SHIFT) | \
  /xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
i915_program.h 22 * default to zero.
157 * Must be zero for S (sampler) dcls
199 /* Having zero and one in here makes the definition of swizzle a lot
223 #define ZERO SRC_ZERO
234 (ZERO << UREG_CHANNEL_ZERO_SHIFT) | \

Completed in 27 milliseconds

1 2