Searched refs:SMALL_DVALUE (Results 1 – 1 of 1) sorted by relevance
67 #define SMALL_DVALUE 0.0000001 macro1163 if( fabs( fTurnB ) < ( 1.0 + SMALL_DVALUE ) && fabs( fTurnB ) > ( 1.0 - SMALL_DVALUE ) ) in ImplReduceEdges()1175 if( fabs( fTurnPrev ) < ( 1.0 + SMALL_DVALUE ) && fabs( fTurnPrev ) > ( 1.0 - SMALL_DVALUE ) ) in ImplReduceEdges()1182 if( fabs( fTurnNext ) < ( 1.0 + SMALL_DVALUE ) && fabs( fTurnNext ) > ( 1.0 - SMALL_DVALUE ) ) in ImplReduceEdges()1190 if( ( fLenFact < ( FSQRT2 + SMALL_DVALUE ) ) && in ImplReduceEdges()
Completed in 35 milliseconds