Searched refs:deIntSign (Results 1 – 3 of 3) sorted by relevance
100 DE_INLINE int deIntSign (double x) { return (x > 0.0) - (x < 0.0); } in deIntSign() function
2275 deIntSign(applyExact(hi) - applyExact(lo)) * loSlope == -1) in innerExtrema()2340 int doGetSlope (double angle) const { return deIntSign(deCos(angle)); } in doGetSlope()2351 int doGetSlope (double angle) const { return -deIntSign(deSin(angle)); } in doGetSlope()
2254 deIntSign(applyExact(hi) - applyExact(lo)) * loSlope == -1) in innerExtrema()2319 int doGetSlope (double angle) const { return deIntSign(deCos(angle)); } in doGetSlope()2330 int doGetSlope (double angle) const { return -deIntSign(deSin(angle)); } in doGetSlope()