HomeSort by relevance Sort by last modified time
    Searched full:newzi (Results 1 - 4 of 4) sorted by null

  /external/quake/quake/src/QW/client/
r_edgea.s 482 faddp %st(0),%st(2) // fu*surf2->d_zistepu | newzi | fu
484 flds C(fv) // fv | fu*surf2->d_zistepu | newzi | fu
486 // fu*surf2->d_zistepu | newzi | fu
487 fld %st(2) // newzi | fv*surf2->d_zistepv |
488 // fu*surf2->d_zistepu | newzi | fu
490 // fu*surf2->d_zistepu | newzi | fu
493 // newzibottom | newzi | fu
495 // fv*surf2->d_zistepv | newzibottom | newzi |
497 faddp %st(0),%st(1) // testzi | newzibottom | newzi | fu
498 fxch %st(1) // newzibottom | testzi | newzi | f
    [all...]
r_edge.c 465 double fu, newzi, testzi, newzitop, newzibottom; local
491 newzi = surf->d_ziorigin + fv*surf->d_zistepv +
493 newzibottom = newzi * 0.99;
503 newzitop = newzi * 1.01;
529 newzi = surf->d_ziorigin + fv*surf->d_zistepv +
531 newzibottom = newzi * 0.99;
541 newzitop = newzi * 1.01;
  /external/quake/quake/src/WinQuake/
r_edgea.s 482 faddp %st(0),%st(2) // fu*surf2->d_zistepu | newzi | fu
484 flds C(fv) // fv | fu*surf2->d_zistepu | newzi | fu
486 // fu*surf2->d_zistepu | newzi | fu
487 fld %st(2) // newzi | fv*surf2->d_zistepv |
488 // fu*surf2->d_zistepu | newzi | fu
490 // fu*surf2->d_zistepu | newzi | fu
493 // newzibottom | newzi | fu
495 // fv*surf2->d_zistepv | newzibottom | newzi |
497 faddp %st(0),%st(1) // testzi | newzibottom | newzi | fu
498 fxch %st(1) // newzibottom | testzi | newzi | f
    [all...]
r_edge.cpp 465 double fu, newzi, testzi, newzitop, newzibottom; local
491 newzi = surf->d_ziorigin + fv*surf->d_zistepv +
493 newzibottom = newzi * 0.99;
503 newzitop = newzi * 1.01;
529 newzi = surf->d_ziorigin + fv*surf->d_zistepv +
531 newzibottom = newzi * 0.99;
541 newzitop = newzi * 1.01;

Completed in 78 milliseconds