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

  /src/external/bsd/pcc/dist/pcc/cc/ccom/
trees.c 185 p = bcon(!FLOAT_ISZERO(l->n_dcon));
190 p = bcon(!FLOAT_ISZERO(r->n_dcon));
350 return bcon(n);
366 q = bcon(0); /* No side effects */
393 q = bcon(0); /* No side effects */
1299 bcon(int i) function
1327 q = bcon(1);
1330 return buildtree(MUL, q, bcon(SZPOINT(t)));
1335 r = bcon(s.sdf->ddim/SZCHAR);
1341 p = buildtree(MUL, q, bcon(sz/SZCHAR))
    [all...]
trees.c 185 p = bcon(!FLOAT_ISZERO(l->n_dcon));
190 p = bcon(!FLOAT_ISZERO(r->n_dcon));
350 return bcon(n);
366 q = bcon(0); /* No side effects */
393 q = bcon(0); /* No side effects */
1299 bcon(int i) function
1327 q = bcon(1);
1330 return buildtree(MUL, q, bcon(SZPOINT(t)));
1335 r = bcon(s.sdf->ddim/SZCHAR);
1341 p = buildtree(MUL, q, bcon(sz/SZCHAR))
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
trees.c 182 p = bcon(!FLOAT_ISZERO(((union flt *)l->n_dcon)));
187 p = bcon(!FLOAT_ISZERO(((union flt *)r->n_dcon)));
342 return bcon(n);
1211 bcon(int i) function
1239 q = bcon(1);
1242 return buildtree(MUL, q, bcon(SZPOINT(t)));
1247 r = bcon(s.sdf->ddim/SZCHAR);
1253 p = buildtree(MUL, q, bcon(sz/SZCHAR));
1302 rv = bcon(1);
1305 rv = buildtree(MUL, rv, df->ddim >= 0 ? bcon(df->ddim)
    [all...]
trees.c 182 p = bcon(!FLOAT_ISZERO(((union flt *)l->n_dcon)));
187 p = bcon(!FLOAT_ISZERO(((union flt *)r->n_dcon)));
342 return bcon(n);
1211 bcon(int i) function
1239 q = bcon(1);
1242 return buildtree(MUL, q, bcon(SZPOINT(t)));
1247 r = bcon(s.sdf->ddim/SZCHAR);
1253 p = buildtree(MUL, q, bcon(sz/SZCHAR));
1302 rv = bcon(1);
1305 rv = buildtree(MUL, rv, df->ddim >= 0 ? bcon(df->ddim)
    [all...]

Completed in 34 milliseconds