Searched refs:deSin (Results 1 – 4 of 4) sorted by relevance
153 DE_INLINE double deSin (double a) { return sin(a); } in deSin() function
2382 Sin (void) : TrigFunc("sin", deSin, -1.0, 1.0) {} in Sin()2396 int doGetSlope (double angle) const { return -deIntSign(deSin(angle)); } in doGetSlope()
3184 Sin (void) : TrigFunc<T>("sin", deSin, -1.0, 1.0) {} in Sin()3201 int doGetSlope (double angle) const { return -deIntSign(deSin(angle)); } in doGetSlope()
14438 const double result (deSin(d)); in calc()14490 const double s1 = deSin(d) + err; in calc()14491 const double s2 = deSin(d) - err; in calc()