Lines Matching refs:fOtherT
659 double fOtherT; // value at fOther[fOtherIndex].fT member
1657 span.fOtherT = otherT; in addOtherT()
2030 && approximately_equal(span.fOtherT, otherT)) { in addTPair()
2827 if (moSpan.fOtherT == match->fT) { in findTooCloseToCall()
2834 if (tOther->windValueAt(moSpan.fOtherT) == 0) { in findTooCloseToCall()
2859 if (toSpan.fOtherT == test->fT) { in findTooCloseToCall()
2865 if (toSpan.fOther == mOther && toSpan.fOtherT == moEndT) { in findTooCloseToCall()
2866 if (mOther->windValueAt(toSpan.fOtherT) == 0) { in findTooCloseToCall()
3004 double oT = iSpan.fOtherT; in fixOtherTIndex()
3009 if (oT == oSpan.fT && this == oSpan.fOther && oSpan.fOtherT == iSpan.fT) { in fixOtherTIndex()
3767 span.fOther->fTs[span.fOtherIndex].fOtherT = t; in setSpanT()
4110 fTs[i].fOther->fID, fTs[i].fOtherT, fTs[i].fWindSum); in dump()
4122 if (fTs[i].fT == t && fTs[i].fOther == &other && fTs[i].fOtherT == otherT) { in debugAddTPair()
4229 other->fID, fTs[i].fOtherT, fTs[i].fOtherIndex); in debugShowActiveSpans()