HomeSort by: relevance | last modified time | path
    Searched defs:even (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
fbsegbits.h 111 bool even; local
118 FbDashInit(gc, fb_gc(gc), dashOffset, dashlen, even);
134 if (!even)
172 if (!even)
fbseg.c 34 #define FbDashInit(gc,pgc,dashOffset,dashlen,even) { \
35 (even) = TRUE; \
43 (even) = 1-(even); \
56 /* as numInDashList is always even, this case can skip a test */
64 #define FbDashStep(dashlen,even) { \
67 (even) = 1-(even); \
202 bool even; local
208 FbDashInit(gc, pgc, dashOffset, dashlen, even);
299 bool even; local
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
fbsegbits.h 111 bool even; local
118 FbDashInit(gc, fb_gc(gc), dashOffset, dashlen, even);
134 if (!even)
172 if (!even)
fbseg.c 34 #define FbDashInit(gc,pgc,dashOffset,dashlen,even) { \
35 (even) = TRUE; \
43 (even) = 1-(even); \
56 /* as numInDashList is always even, this case can skip a test */
64 #define FbDashStep(dashlen,even) { \
67 (even) = 1-(even); \
202 bool even; local
208 FbDashInit(gc, pgc, dashOffset, dashlen, even);
299 bool even; local
    [all...]
  /xsrc/external/mit/xorg-server/dist/fb/
fbseg.c 128 Bool even; local
134 FbDashInit(pGC, pPriv, dashOffset, dashlen, even);
147 if (even)
175 FbDashStep(dashlen, even);
233 Bool even; local
248 FbDashInit(pGC, pPriv, dashOffset, dashlen, even);
251 if (even || doOdd) {
253 if (even)
276 FbDashStep(dashlen, even);
fbbits.h 129 Bool even; local
137 FbDashInit(pGC, pPriv, dashOffset, dashlen, even);
155 if (!even)
194 if (!even)
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbblt.c 660 Bool even; local
676 even = TRUE;
683 if (even)
694 even = FALSE;
707 even = TRUE;
812 Bool even = TRUE; local
816 if (even)
822 even = FALSE;
830 even = TRUE;
fbseg.c 146 Bool even; local
152 FbDashInit (pGC, pPriv, dashOffset, dashlen, even);
166 if (even)
200 FbDashStep (dashlen, even);
277 Bool even; local
292 FbDashInit (pGC, pPriv, dashOffset, dashlen, even);
296 if (even || doOdd)
300 if (even)
327 FbDashStep (dashlen, even);
441 Bool even; local
    [all...]
fbbits.h 151 Bool even; local
159 FbDashInit (pGC, pPriv, dashOffset, dashlen, even);
179 if (!even)
224 if (!even)
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_double_ops.c 162 * When the exponent is even, this is equivalent to:
171 * inside the square root to be 1 if e is odd and 0 if e is even, and we
180 nir_ssa_def *even = nir_iand_imm(b, unbiased_exp, 1); local
185 even));
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_lower_double_ops.c 158 * When the exponent is even, this is equivalent to:
167 * inside the square root to be 1 if e is odd and 0 if e is even, and we
176 nir_ssa_def *even = nir_iand(b, unbiased_exp, nir_imm_int(b, 1)); local
181 even));
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 1033 * for x86 simd is atrocious (even if the high bits weren't required),
2651 * - it doesn't even get the reciprocate of 1.0 exactly
3162 LLVMValueRef even = NULL, odd = NULL; local
3176 * Calculate odd and even terms seperately to decrease data dependency
3189 if (even)
3190 even = lp_build_mad(bld, x2, even, coeff);
3192 even = coeff;
3202 return lp_build_mad(bld, odd, x, even);
3203 else if (even)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
instr-a3xx.h 358 uint32_t even : 1; member in struct:PACKED
633 * the blob, since it is used even if !cat6->src_off
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 1163 * for x86 simd is atrocious (even if the high bits weren't required),
2762 * - it doesn't even get the reciprocate of 1.0 exactly
3247 LLVMValueRef even = NULL, odd = NULL; local
3261 * Calculate odd and even terms seperately to decrease data dependency
3274 if (even)
3275 even = lp_build_mad(bld, x2, even, coeff);
3277 even = coeff;
3287 return lp_build_mad(bld, odd, x, even);
3288 else if (even)
    [all...]

Completed in 15 milliseconds