Searched refs:ty (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/ksh93/tests/ |
H A D | math.sh | 86 for ty in \ 114 cmd="${tst.cmd//@@TYPE@@/${ty}}"
|
/ast/src/lib/libast/cdt/ |
H A D | cdtlib.h | 132 /* announce completion of an operation of type (ty) on some object (ob) in dictionary (dt) */ 133 #define DTANNOUNCE(dt,ob,ty) ( ((ob) && ((ty)&DT_TOANNOUNCE) && ((dt)->data->type&DT_ANNOUNCE) && \ 135 (*(dt)->disc->eventf)((dt), DT_ANNOUNCE|(ty), (ob), (dt)->disc) : 0 ) 138 #define DTTYPE(dt,ty) ((dt)->typef ? (*(dt)->typef)((dt), (ty)) : (ty) )
|
/ast/src/lib/libtk/generic/ |
H A D | tkCanvArc.c | 1441 double tx, ty; /* Coordinates of intersection point in 1452 ty = y/ry; 1453 tmp = 1 - ty*ty; 1464 if ((x >= x1) && (x <= x2) && AngleInRange(tx, ty, start, extent)) { 1467 if ((-x >= x1) && (-x <= x2) && AngleInRange(-tx, ty, start, extent)) { 1506 double tx, ty; /* Coordinates of intersection point in 1522 ty = sqrt(tmp); 1523 y = ty*ry; 1529 if ((y > y1) && (y < y2) && AngleInRange(tx, ty, star 1429 double tx, ty; /* Coordinates of intersection point in local 1493 double tx, ty; /* Coordinates of intersection point in local [all...] |
Completed in 52 milliseconds