Home | History | Annotate | Download | only in math

Lines Matching defs:from

22  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
50 const GLfloat *from = in->start;
63 const GLfloat ux = from[0], uy = from[1], uz = from[2];
92 const GLfloat ux = from[0], uy = from[1], uz = from[2];
117 const GLfloat *from = in->start;
130 const GLfloat ux = from[0], uy = from[1], uz = from[2];
157 const GLfloat ux = from[0], uy = from[1], uz = from[2];
182 const GLfloat *from = in->start;
194 GLfloat ux = from[0], uy = from[1], uz = from[2];
211 const GLfloat *from = in->start;
226 GLfloat ux = from[0], uy = from[1], uz = from[2];
243 const GLfloat *from = in->start;
256 GLfloat ux = from[0], uy = from[1], uz = from[2];
273 const GLfloat *from = in->start;
286 GLfloat ux = from[0], uy = from[1], uz = from[2];
303 const GLfloat *from = in->start;
313 const GLfloat x = from[0], y = from[1], z = from[2];
322 const GLfloat x = from[0], y = from[1], z = from[2];
349 const GLfloat *from = in->start;
358 SCALE_SCALAR_3V( out[i], scale, from );