HomeSort by: relevance | last modified time | path
    Searched defs:vxy (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libm/src/
s_fmaf.c 71 volatile double vxy = xy; /* XXX work around gcc CSE bug */ local in function:fmaf
72 double adjusted_result = vxy + z;
  /src/games/larn/
monster.c 54 * vxy(x,y) Routine to verify/fix (*x,*y) for being within bounds
364 vxy(&xl, &yl);
365 vxy(&xh, &yh); /* check bounds */
919 vxy(&x, &y); /* verify correct x,y coordinates */
1041 vxy(x, y);
1046 * vxy(x,y) Routine to verify/fix coordinates for being within bounds
1056 vxy(int *x, int *y) function in typeref:typename:int
1124 vxy(&x, &y); /* verify coordinates are within range */
1175 vxy(&x, &y); /* verify coordinates are within range */
1229 vxy(&x, &y); /* verify coordinates are within range *
    [all...]

Completed in 13 milliseconds