Searched refs:fsqrt1plusudotv (Results 1 – 1 of 1) sorted by relevance
1031 float fsqrt1plusudotv; // sqrt(1 + u.v) in fveqconjgquq() local1035 fsqrt1plusudotv = sqrtf(fabsf(1.0F + fu[CHX] * fv[CHX] + fu[CHY] * fv[CHY] + fu[CHZ] * fv[CHZ])); in fveqconjgquq()1036 pfq->q0 = ONEOVERSQRT2 * fsqrt1plusudotv; in fveqconjgquq()1044 if (fsqrt1plusudotv != 0.0F) in fveqconjgquq()1047 ftmp = ONEOVERSQRT2 / fsqrt1plusudotv; in fveqconjgquq()