Home
last modified time | relevance | path

Searched defs:IsOdd (Results 1 – 25 of 72) sorted by relevance

123

/dports/editors/fpc-ide/fpc-3.2.2/packages/ide/
H A Dtest2.pas13 function IsOdd(X: integer): boolean; in IsOdd() function
20 function IsOdd(X: integer): boolean; in IsOdd() function
/dports/lang/fpc-source/fpc-3.2.2/packages/ide/
H A Dtest2.pas13 function IsOdd(X: integer): boolean; in IsOdd() function
20 function IsOdd(X: integer): boolean; in IsOdd() function
/dports/math/giacxcas/CoCoALib-0.99700/include/CoCoA/
H A DBigIntOps.H247 inline bool IsOdd(const BigInt& N) in IsOdd() function
250 inline bool IsOdd(const MachineInt& n) in IsOdd() function
/dports/math/cocoalib/CoCoALib-0.99712/include/CoCoA/
H A DBigIntOps.H247 inline bool IsOdd(const BigInt& N) in IsOdd() function
250 inline bool IsOdd(const MachineInt& n) in IsOdd() function
/dports/math/combblas/CombBLAS_beta_16_2/ReleaseTests/
H A DVectorTest.cpp14 struct IsOdd : public unary_function<T,bool> { struct
15 bool operator() (T number) {return (number%2==1);} in operator ()()
/dports/math/blaze/blaze-3.8/blaze/util/valuetraits/
H A DIsOdd.h73 struct IsOdd struct
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/xine/
H A Ddeinterlace.c60 int IsOdd = 1; in deinterlace_bob_yuv_mmx() local
208 int IsOdd = 1; in deinterlace_weave_yuv_mmx() local
409 int IsOdd = 1; in deinterlace_greedy_yuv_mmx() local
565 int IsOdd = 1; in deinterlace_onefield_yuv_mmx() local
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/xine/
H A Ddeinterlace.c60 int IsOdd = 1; in deinterlace_bob_yuv_mmx() local
208 int IsOdd = 1; in deinterlace_weave_yuv_mmx() local
409 int IsOdd = 1; in deinterlace_greedy_yuv_mmx() local
565 int IsOdd = 1; in deinterlace_onefield_yuv_mmx() local
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/xine/
H A Ddeinterlace.c60 int IsOdd = 1; in deinterlace_bob_yuv_mmx() local
208 int IsOdd = 1; in deinterlace_weave_yuv_mmx() local
409 int IsOdd = 1; in deinterlace_greedy_yuv_mmx() local
565 int IsOdd = 1; in deinterlace_onefield_yuv_mmx() local
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/xine/
H A Ddeinterlace.c60 int IsOdd = 1; in deinterlace_bob_yuv_mmx() local
208 int IsOdd = 1; in deinterlace_weave_yuv_mmx() local
409 int IsOdd = 1; in deinterlace_greedy_yuv_mmx() local
565 int IsOdd = 1; in deinterlace_onefield_yuv_mmx() local
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/xine/
H A Ddeinterlace.c60 int IsOdd = 1; in deinterlace_bob_yuv_mmx() local
208 int IsOdd = 1; in deinterlace_weave_yuv_mmx() local
409 int IsOdd = 1; in deinterlace_greedy_yuv_mmx() local
565 int IsOdd = 1; in deinterlace_onefield_yuv_mmx() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/ADT/
H A DIteratorTest.cpp174 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
193 Callable IsOdd(Counter); in TEST() local
203 bool (*IsOdd)(int) = [](int N) { return N % 2 == 1; }; in TEST() local
211 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
233 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
243 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
/dports/devel/llvm11/llvm-11.0.1.src/unittests/ADT/
H A DIteratorTest.cpp174 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
193 Callable IsOdd(Counter); in TEST() local
203 bool (*IsOdd)(int) = [](int N) { return N % 2 == 1; }; in TEST() local
211 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
233 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
243 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/ADT/
H A DIteratorTest.cpp174 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
193 Callable IsOdd(Counter); in TEST() local
203 bool (*IsOdd)(int) = [](int N) { return N % 2 == 1; }; in TEST() local
211 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
233 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
243 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
/dports/devel/llvm10/llvm-10.0.1.src/unittests/ADT/
H A DIteratorTest.cpp174 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
193 Callable IsOdd(Counter); in TEST() local
203 bool (*IsOdd)(int) = [](int N) { return N % 2 == 1; }; in TEST() local
211 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
233 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
243 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/ADT/
H A DIteratorTest.cpp174 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
193 Callable IsOdd(Counter); in TEST() local
203 bool (*IsOdd)(int) = [](int N) { return N % 2 == 1; }; in TEST() local
211 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
233 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
243 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/ADT/
H A DIteratorTest.cpp174 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
193 Callable IsOdd(Counter); in TEST() local
203 bool (*IsOdd)(int) = [](int N) { return N % 2 == 1; }; in TEST() local
211 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
233 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
243 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/ADT/
H A DIteratorTest.cpp174 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
193 Callable IsOdd(Counter); in TEST() local
203 bool (*IsOdd)(int) = [](int N) { return N % 2 == 1; }; in TEST() local
211 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
233 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
243 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/ADT/
H A DIteratorTest.cpp174 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
193 Callable IsOdd(Counter); in TEST() local
203 bool (*IsOdd)(int) = [](int N) { return N % 2 == 1; }; in TEST() local
211 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
233 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
243 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/ADT/
H A DIteratorTest.cpp174 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
193 Callable IsOdd(Counter); in TEST() local
203 bool (*IsOdd)(int) = [](int N) { return N % 2 == 1; }; in TEST() local
211 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
233 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
243 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/ADT/
H A DIteratorTest.cpp174 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
193 Callable IsOdd(Counter); in TEST() local
203 bool (*IsOdd)(int) = [](int N) { return N % 2 == 1; }; in TEST() local
211 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
233 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
243 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/ADT/
H A DIteratorTest.cpp174 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
193 Callable IsOdd(Counter); in TEST() local
203 bool (*IsOdd)(int) = [](int N) { return N % 2 == 1; }; in TEST() local
211 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
233 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
243 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/ADT/
H A DIteratorTest.cpp174 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
193 Callable IsOdd(Counter); in TEST() local
203 bool (*IsOdd)(int) = [](int N) { return N % 2 == 1; }; in TEST() local
211 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
233 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
243 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/ADT/
H A DIteratorTest.cpp174 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
193 Callable IsOdd(Counter); in TEST() local
203 bool (*IsOdd)(int) = [](int N) { return N % 2 == 1; }; in TEST() local
211 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
233 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
243 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/rsa/
H A DBigInt.h278 inline bool BigInt::IsOdd() const in IsOdd() function

123