Home
last modified time | relevance | path

Searched refs:anisoStopType (Results 1 – 3 of 3) sorted by relevance

/dports/science/teem/teem-1.11.0-src/src/ten/
H A DfiberMethods.c159 tfx->anisoStopType = tenDefFiberAnisoStopType; in _tenFiberContextCommonNew()
405 tfx->anisoStopType = va_arg(ap, int); in tenFiberStopSet()
407 if (!(AIR_IN_OP(tenAnisoUnknown, tfx->anisoStopType, tenAnisoLast))) { in tenFiberStopSet()
409 tfx->anisoStopType); in tenFiberStopSet()
422 switch(tfx->anisoStopType) { in tenFiberStopSet()
452 "via gage", me, airEnumStr(tenAniso, tfx->anisoStopType)); in tenFiberStopSet()
671 "via gage", me, airEnumStr(tenAniso, tfx->anisoStopType)); in tenFiberAnisoSpeedSet()
859 tfx->anisoStopType); in tenFiberContextCopy()
H A Dfiber.c102 tmp = tenAnisoTen_d(tfx->fiberTen, tfx->anisoStopType); in _tenFiberProbe()
185 tmp = tenAnisoEval_d(tfx->fiberEval, tfx->anisoStopType); in _tenFiberProbe()
H A Dten.h817 anisoStopType, /* which aniso we do a threshold on */ member