Home | History | Annotate | Download | only in glshared

Lines Matching refs:deIntSign

2225 				 deIntSign(applyExact(hi) - applyExact(lo)) * loSlope == -1)
2275 int doGetSlope (double angle) const { return deIntSign(deCos(angle)); }
2286 int doGetSlope (double angle) const { return -deIntSign(deSin(angle)); }