Searched refs:deSin (Results 1 – 3 of 3) sorted by relevance
152 DE_INLINE double deSin (double a) { return sin(a); } in deSin() function
2337 Sin (void) : TrigFunc("sin", deSin, -1.0, 1.0) {} in Sin()2351 int doGetSlope (double angle) const { return -deIntSign(deSin(angle)); } in doGetSlope()
2316 Sin (void) : TrigFunc("sin", deSin, -1.0, 1.0) {} in Sin()2330 int doGetSlope (double angle) const { return -deIntSign(deSin(angle)); } in doGetSlope()