Lines Matching refs:sDenom
620 f32 sNum, tNum, tDenom, sDenom; in DistSqLine3ToRay3() local
636 sDenom = det; in DistSqLine3ToRay3()
642 sDenom = tDenom = det; in DistSqLine3ToRay3()
651 sDenom = 1.f; in DistSqLine3ToRay3()
654 f32 s_ = sNum / sDenom; in DistSqLine3ToRay3()
680 f32 sNum, tNum, tDenom, sDenom; in DistSqLine3ToSegment3() local
696 sDenom = det; in DistSqLine3ToSegment3()
703 sDenom = tDenom = det; in DistSqLine3ToSegment3()
712 sDenom = 1.f; in DistSqLine3ToSegment3()
719 sDenom = 1.f; in DistSqLine3ToSegment3()
722 f32 s_ = sNum / sDenom; in DistSqLine3ToSegment3()
745 f32 sNum, tNum, tDenom, sDenom; in DistSqRay3ToRay3() local
762 sDenom = det; in DistSqRay3ToRay3()
768 sDenom = tDenom = det; in DistSqRay3ToRay3()
792 sDenom = 1.f; in DistSqRay3ToRay3()
796 f32 s_ = sNum / sDenom; in DistSqRay3ToRay3()
820 f32 sNum, tNum, tDenom, sDenom; in DistSqRay3ToSegment3() local
838 sDenom = det; in DistSqRay3ToSegment3()
844 sDenom = tDenom = det; in DistSqRay3ToSegment3()
869 sDenom = 1.f; in DistSqRay3ToSegment3()
884 sDenom = 1.f; in DistSqRay3ToSegment3()
888 f32 s_ = sNum / sDenom; in DistSqRay3ToSegment3()