Searched refs:z__ (Results 1 – 2 of 2) sorted by relevance
28 real w, z__; in srotm_() local119 z__ = sy[i__]; in srotm_()120 sx[i__] = w + z__ * sh12; in srotm_()121 sy[i__] = w * sh21 + z__; in srotm_()132 z__ = sy[i__]; in srotm_()133 sx[i__] = w * sh11 + z__; in srotm_()134 sy[i__] = -w + sh22 * z__; in srotm_()147 z__ = sy[i__]; in srotm_()148 sx[i__] = w * sh11 + z__ * sh12; in srotm_()149 sy[i__] = w * sh21 + z__ * sh22; in srotm_()[all …]
28 doublereal w, z__; in drotm_() local118 z__ = dy[i__]; in drotm_()119 dx[i__] = w + z__ * dh12; in drotm_()120 dy[i__] = w * dh21 + z__; in drotm_()131 z__ = dy[i__]; in drotm_()132 dx[i__] = w * dh11 + z__; in drotm_()133 dy[i__] = -w + dh22 * z__; in drotm_()146 z__ = dy[i__]; in drotm_()147 dx[i__] = w * dh11 + z__ * dh12; in drotm_()148 dy[i__] = w * dh21 + z__ * dh22; in drotm_()[all …]