Home
last modified time | relevance | path

Searched refs:SG_EPSILON (Results 1 – 13 of 13) sorted by relevance

/dports/devel/simgear/simgear-2020.3.11/simgear/misc/
H A Dtexcoord.cxx345 if ( adjusted_t.x() < SG_EPSILON ) { in sgCalcTexCoords()
348 if ( adjusted_t.y() < SG_EPSILON ) { in sgCalcTexCoords()
H A Dtest_macros.hxx40 if (std::fabs((a) - (b)) > SG_EPSILON) { \
/dports/devel/simgear/simgear-2020.3.11/simgear/
H A Dconstants.h207 #define SG_EPSILON 0.0000001 macro
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/SP/
H A DMagicCarpet.cxx89 if ( fabs( speed ) > SG_EPSILON ) { in update()
/dports/devel/simgear/simgear-2020.3.11/simgear/bucket/
H A Dnewbucket.cxx105 return static_cast<int>(floor(x + SG_EPSILON)); in floorWithEpsilon()
265 if (fabs(cos_lat) < SG_EPSILON) { in get_width_m()
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/
H A DUFO.cxx158 if ( fabs(speed) > SG_EPSILON ) { in update()
/dports/x11-toolkits/plib/plib-1.8.5/src/ssgAux/
H A DssgaCloudLayer.cxx40 #define SG_EPSILON 0.0000001 macro
496 if ( fabs(1.0-sin_start_y) < SG_EPSILON ) { in calc_gc_course_dist()
/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/
H A Dnavradio.cxx299 if ( nominalRange < 25.0 + SG_EPSILON ) { in adjustNavRange()
302 } else if ( nominalRange < 50.0 + SG_EPSILON ) { in adjustNavRange()
H A Dnewnavradio.cxx365 if ( nominalRange_nm < 25.0 + SG_EPSILON ) { in adjustRange()
368 } else if ( nominalRange_nm < 50.0 + SG_EPSILON ) { in adjustRange()
/dports/games/flightgear/flightgear-2020.3.11/src/Main/
H A Dpositioninit.cxx165 if ( fabs( fgGetDouble("/sim/presets/offset-distance-nm") ) > SG_EPSILON ) { in fgApplyStartOffset()
169 if ( fabs(fgGetDouble("/sim/presets/offset-azimuth-deg")) > SG_EPSILON ) { in fgApplyStartOffset()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/dem/
H A DSGDem.cxx42 return static_cast<int>(floor(x + SG_EPSILON)); in floorWithEpsilon()
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/
H A DJSBSim.cxx1454 if (fabs(cos_fi_guess) > SG_EPSILON) { in check_hook_solution()
/dports/devel/simgear/simgear-2020.3.11/
H A DChangeLog2260 were within SG_EPSILON on a full degree. Example: -179.0, +87.5