Home
last modified time | relevance | path

Searched defs:canFit (Results 1 – 25 of 57) sorted by relevance

123

/dports/math/R-cran-NMF/NMF/R/
H A Dregistry-algorithms.R107 setGeneric('canFit', function(x, y, ...) standardGeneric('canFit') ) generic
114 setMethod('canFit', signature(x='NMFStrategy', y='character'), method
130 setMethod('canFit', signature(x='NMFStrategy', y='NMF'), method
136 setMethod('canFit', signature(x='character', y='ANY'), method
/dports/games/pioneer/pioneer-20210723/data/modules/SecondHand/
H A DSecondHand.lua44 local canFit = function (e) function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/template.bitset/bitset.members/
H A Dto_ullong.pass.cpp42 const bool canFit = N < sizeof(unsigned long long) * CHAR_BIT; in test_to_ullong() local
H A Dto_ulong.pass.cpp44 const bool canFit = N < sizeof(unsigned long) * CHAR_BIT; in test_to_ulong() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/template.bitset/bitset.members/
H A Dto_ullong.pass.cpp42 const bool canFit = N < sizeof(unsigned long long) * CHAR_BIT; in test_to_ullong() local
H A Dto_ulong.pass.cpp44 const bool canFit = N < sizeof(unsigned long) * CHAR_BIT; in test_to_ulong() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/template.bitset/bitset.members/
H A Dto_ullong.pass.cpp42 const bool canFit = N < sizeof(unsigned long long) * CHAR_BIT; in test_to_ullong() local
H A Dto_ulong.pass.cpp44 const bool canFit = N < sizeof(unsigned long) * CHAR_BIT; in test_to_ulong() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/template.bitset/bitset.members/
H A Dto_ullong.pass.cpp42 const bool canFit = N < sizeof(unsigned long long) * CHAR_BIT; in test_to_ullong() local
H A Dto_ulong.pass.cpp44 const bool canFit = N < sizeof(unsigned long) * CHAR_BIT; in test_to_ulong() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/template.bitset/bitset.members/
H A Dto_ullong.pass.cpp42 const bool canFit = N < sizeof(unsigned long long) * CHAR_BIT; in test_to_ullong() local
H A Dto_ulong.pass.cpp44 const bool canFit = N < sizeof(unsigned long) * CHAR_BIT; in test_to_ulong() local
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/template.bitset/bitset.members/
H A Dto_ulong.pass.cpp44 const bool canFit = N < sizeof(unsigned long) * CHAR_BIT; in test_to_ulong() local
H A Dto_ullong.pass.cpp42 const bool canFit = N < sizeof(unsigned long long) * CHAR_BIT; in test_to_ullong() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/template.bitset/bitset.members/
H A Dto_ullong.pass.cpp42 const bool canFit = N < sizeof(unsigned long long) * CHAR_BIT; in test_to_ullong() local
H A Dto_ulong.pass.cpp44 const bool canFit = N < sizeof(unsigned long) * CHAR_BIT; in test_to_ulong() local
/dports/devel/libc++/libcxx-10.0.1.src/test/std/utilities/template.bitset/bitset.members/
H A Dto_ullong.pass.cpp42 const bool canFit = N < sizeof(unsigned long long) * CHAR_BIT; in test_to_ullong() local
H A Dto_ulong.pass.cpp44 const bool canFit = N < sizeof(unsigned long) * CHAR_BIT; in test_to_ulong() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/template.bitset/bitset.members/
H A Dto_ullong.pass.cpp42 const bool canFit = N < sizeof(unsigned long long) * CHAR_BIT; in test_to_ullong() local
H A Dto_ulong.pass.cpp44 const bool canFit = N < sizeof(unsigned long) * CHAR_BIT; in test_to_ulong() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/template.bitset/bitset.members/
H A Dto_ullong.pass.cpp42 const bool canFit = N < sizeof(unsigned long long) * CHAR_BIT; in test_to_ullong() local
H A Dto_ulong.pass.cpp44 const bool canFit = N < sizeof(unsigned long) * CHAR_BIT; in test_to_ulong() local
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/template.bitset/bitset.members/
H A Dto_ullong.pass.cpp42 const bool canFit = N < sizeof(unsigned long long) * CHAR_BIT; in test_to_ullong() local
H A Dto_ulong.pass.cpp44 const bool canFit = N < sizeof(unsigned long) * CHAR_BIT; in test_to_ulong() local
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/services/src/main/java/org/mozilla/gecko/sync/repositories/uploaders/
H A DUploaderMeta.java28 protected boolean canFit(long recordDeltaByteCount) { in canFit() method in UploaderMeta

123