Home
last modified time | relevance | path

Searched refs:POSITION_UNKNOWN (Results 1 – 9 of 9) sorted by relevance

/dports/astro/phd2/phd2-2.6.10/
H A Drotator.h70 static const float POSITION_UNKNOWN;
104 return POSITION_UNKNOWN; in RotatorPosition()
H A Drotator.cpp41 const float Rotator::POSITION_UNKNOWN = -888.f; member in Rotator
H A Dmount.cpp871 if (rotAngle == Rotator::POSITION_UNKNOWN) in RotAngleStr()
1326 if (newRotatorAngle != Rotator::POSITION_UNKNOWN) in AdjustCalibrationForScopePointing()
1328 if (m_cal.rotatorAngle == Rotator::POSITION_UNKNOWN) in AdjustCalibrationForScopePointing()
1713 …cal->rotatorAngle = pConfig->Profile.GetDouble(prefix + "rotatorAngle", Rotator::POSITION_UNKNOWN); in GetLastCalibration()
H A Dstatswindow.cpp306 if (pos == Rotator::POSITION_UNKNOWN) in RotatorPosStr()
H A Dguidinglog.cpp87 if (pos == Rotator::POSITION_UNKNOWN) in RotatorPosStr()
H A Dmyframe.cpp2260 … cal.rotatorAngle = pConfig->Profile.GetDouble(prefix + "rotatorAngle", Rotator::POSITION_UNKNOWN); in load_calibration()
/dports/audio/snd/snd-21.2/
H A Dsnd-file.h26 #define POSITION_UNKNOWN 0 macro
H A Dsnd-motif.c8814 return(POSITION_UNKNOWN); in dirpos_list_top()
9407 if (pos != POSITION_UNKNOWN) in file_change_directory_callback()
9518 if (list_pos != POSITION_UNKNOWN) in snd_directory_reader()
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
H A DMicrophoneInfoConverter.java41 if (coordinates == MicrophoneInfo.POSITION_UNKNOWN) return "Unknown"; in convertCoordinates()