Home
last modified time | relevance | path

Searched defs:Least (Results 1 – 16 of 16) sorted by relevance

/dports/finance/prestashop/prestashop/vendor/beberlei/doctrineextensions/src/Query/Mysql/
H A DLeast.php15 class Least extends FunctionNode class
/dports/finance/prestashop/prestashop/vendor/beberlei/doctrineextensions/src/Query/Postgresql/
H A DLeast.php16 class Least extends FunctionNode class
/dports/finance/prestashop/prestashop/vendor/beberlei/doctrineextensions/src/Query/Sqlite/
H A DLeast.php15 class Least extends FunctionNode class
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/environment/
H A Dqstaticcontext_p.h141 Least enumerator
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/environment/
H A Dqstaticcontext_p.h137 Least enumerator
/dports/databases/py-python-sql/python-sql-1.3.0/sql/
H A Dconditionals.py93 class Least(Coalesce): class
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/
H A Darithmetic.scala523 case class Least(children: Seq[Expression]) extends Expression { caseClass
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Evaluate/
H A Dinteger.h361 static constexpr Integer Least() { return MASKL(1); } in Least() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Evaluate/
H A Dinteger.h361 static constexpr Integer Least() { return MASKL(1); } in Least() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Evaluate/
H A Dinteger.h361 static constexpr Integer Least() { return MASKL(1); } in Least() function
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Evaluate/
H A Dinteger.h361 static constexpr Integer Least() { return MASKL(1); } in Least() function
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/SizedTypes/
H A DSyntax.hs106 data Polarity = Least | Greatest constructor
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/server/
H A Dpr_edict.c464 edict_t *e, *Least; in ED_Alloc_Temp() local
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/jaraco/
H A Dcollections.py886 class Least(object): class
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dpr_edict.c337 edict_t *e, *Least; in ED_Alloc_Temp() local
/dports/devel/upp/upp/uppsrc/Sql/
H A DSqlVal.cpp349 SqlVal Least(const SqlVal& a, const SqlVal& b) { in Least() function