Home
last modified time | relevance | path

Searched refs:epOK (Results 1 – 4 of 4) sorted by last modified time

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/apps/ossim-senint/
H A Dossim-senint.cpp481 bool epOK = qev.computeCE_LE(pLev, CEpLev, LEpLev); in main() local
482 if (epOK) in main()
520 if (epOK) in main()
555 if (epOK) in main()
674 if (epOK) in main()
702 epOK = qev2.computeCE_LE(pLev, CEpLev, LEpLev); in main()
703 if (epOK) in main()
742 epOK = qev3.computeCE_LE(pLev, CEpLev, LEpLev); in main()
743 if (epOK) in main()
797 epOK = qev4.computeCE_LE(pLev, CEpLev, LEpLev); in main()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/projection/
H A DossimSensorModelTuple.cpp179 bool epOK; in intersect() local
262 epOK = true; in intersect()
265 epOK = false; in intersect()
268 if (epOK) in intersect()
300 bool epOK = computeSingleInterCov(img, obs, ptG, AT_HGT, covMat); in intersect() local
303 if (epOK) in intersect()
333 bool epOK = computeSingleInterCov(img, obs, ptG, AT_DEM, covMat); in intersect() local
336 if (epOK) in intersect()
/dports/games/xboard/xboard-4.9.1/
H A Dbackend.c12668 Boolean epOK, flipSearch; variable
12697 epOK = gameInfo.variant != VariantXiangqi && gameInfo.variant != VariantBerolina; in MakePieceList()
12740 …if(epOK && (pieceType[piece] == WhitePawn || pieceType[piece] == BlackPawn) && fromX != toX && qui… in PackMove()
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dbackend.c12407 Boolean epOK, flipSearch; variable
12436 epOK = gameInfo.variant != VariantXiangqi && gameInfo.variant != VariantBerolina; in MakePieceList()
12479 …if(epOK && (pieceType[piece] == WhitePawn || pieceType[piece] == BlackPawn) && fromX != toX && qui… in PackMove()