Searched refs:cosPtr (Results 1 – 1 of 1) sorted by relevance
99 int givens_rot(float a, float b, float *cosPtr, float *lenPtr) in givens_rot() argument105 cosPtr[0] = 1; in givens_rot()106 cosPtr[1] = 0; in givens_rot()114 cosPtr[1] = tempInv; in givens_rot()115 cosPtr[0] = tempInv * r; in givens_rot()124 cosPtr[0] = tempInv; in givens_rot()125 cosPtr[1] = tempInv * r; in givens_rot()