Searched refs:recipLen (Results 1 – 10 of 10) sorted by relevance
88 const float recipLen = 1.f / sqrt(len); in rsQuaternionLoadRotate() local89 x *= recipLen; in rsQuaternionLoadRotate()90 y *= recipLen; in rsQuaternionLoadRotate()91 z *= recipLen; in rsQuaternionLoadRotate()100 const float recipLen = 1.f / sqrt(len); in rsQuaternionNormalize() local101 q->w *= recipLen; in rsQuaternionNormalize()102 q->x *= recipLen; in rsQuaternionNormalize()103 q->y *= recipLen; in rsQuaternionNormalize()104 q->z *= recipLen; in rsQuaternionNormalize()
124 float recipLen = 1.f / len; in loadRotate() local125 x *= recipLen; in loadRotate()126 y *= recipLen; in loadRotate()127 z *= recipLen; in loadRotate()
167 float recipLen = 1.f / len; in loadRotate() local168 x *= recipLen; in loadRotate()169 y *= recipLen; in loadRotate()170 z *= recipLen; in loadRotate()
121 float recipLen = 1.f / len; in loadRotate() local122 x *= recipLen; in loadRotate()123 y *= recipLen; in loadRotate()124 z *= recipLen; in loadRotate()
166 float recipLen = 1.f / len; in loadRotate() local167 x *= recipLen; in loadRotate()168 y *= recipLen; in loadRotate()169 z *= recipLen; in loadRotate()
193 const float recipLen = 1.f / sqrt(len);194 x *= recipLen;195 y *= recipLen;196 z *= recipLen;215 const float recipLen = 1.f / sqrt(len);216 q->w *= recipLen;217 q->x *= recipLen;218 q->y *= recipLen;219 q->z *= recipLen;
215 const float recipLen = 1.f / sqrtf(len); in loadRotate() local216 x *= recipLen; in loadRotate()217 y *= recipLen; in loadRotate()218 z *= recipLen; in loadRotate()
346 float recipLen = 1.0f / length; in loadRotate() local347 x *= recipLen; in loadRotate()348 y *= recipLen; in loadRotate()349 z *= recipLen; in loadRotate()
613 float recipLen = 1.0f / len; in setRotateM() local614 x *= recipLen; in setRotateM()615 y *= recipLen; in setRotateM()616 z *= recipLen; in setRotateM()
361 const GLfloat recipLen = reciprocalf(len); in rotate() local362 x *= recipLen; in rotate()363 y *= recipLen; in rotate()364 z *= recipLen; in rotate()