Home
last modified time | relevance | path

Searched refs:testBits (Results 1 – 25 of 49) sorted by relevance

12

/dports/math/Imath/Imath-3.1.4/src/ImathTest/
H A DtestBitPatterns.cpp148 testBits (1.0f + HALF_EPSILON * 0.5f, in testBitPatterns()
269 testBits (HALF_MAX * HALF_MAX, in testBitPatterns()
272 testBits (FLT_MAX, in testBitPatterns()
275 testBits (floatPosInfinity(), in testBitPatterns()
278 testBits (floatPosQNan1(), in testBitPatterns()
281 testBits (floatPosQNan2(), in testBitPatterns()
416 testBits (-HALF_MAX * HALF_MAX, in testBitPatterns()
419 testBits (-FLT_MAX, in testBitPatterns()
422 testBits (floatNegInfinity(), in testBitPatterns()
425 testBits (floatNegQNan1(), in testBitPatterns()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/ManualNativeCTests/BugSnippets/
H A DBug_545587_TooltipColor.cpp41 for (int testBits = 0; testBits < (1 << 4); testBits++) in testColors() local
49 if (testBits & 1) in testColors()
56 if (testBits & 2) in testColors()
63 if (testBits & 4) in testColors()
66 if (testBits & 8) in testColors()
80 if (testBits & 1) in testColors()
87 if (testBits & 2) in testColors()
94 if (testBits & 4) in testColors()
97 if (testBits & 8) in testColors()
108 (testBits & 1) ? '1' : '-', in testColors()
[all …]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/nbnxm/kernels_simd_4xm/
H A Dkernel_common.h116 *interact_S0 = cvtIB2B(testBits(mask_pr_S & filter_S0)); in gmx_load_simd_4xn_interactions()
117 *interact_S1 = cvtIB2B(testBits(mask_pr_S & filter_S1)); in gmx_load_simd_4xn_interactions()
118 *interact_S2 = cvtIB2B(testBits(mask_pr_S & filter_S2)); in gmx_load_simd_4xn_interactions()
119 *interact_S3 = cvtIB2B(testBits(mask_pr_S & filter_S3)); in gmx_load_simd_4xn_interactions()
133 *interact_S0 = testBits(mask_pr_S & filter_S0); in gmx_load_simd_4xn_interactions()
134 *interact_S1 = testBits(mask_pr_S & filter_S1); in gmx_load_simd_4xn_interactions()
135 *interact_S2 = testBits(mask_pr_S & filter_S2); in gmx_load_simd_4xn_interactions()
136 *interact_S3 = testBits(mask_pr_S & filter_S3); in gmx_load_simd_4xn_interactions()
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/tests/Test/Foundation/
H A DBits.hs21 testBits :: forall a . (Additive a, Bounded a, Difference a ~ a, Integral a, IsIntegral a, Bits a, …
26 testBits n _ _ = Group n function
59 [ testBits "W32" (Proxy :: Proxy Word32) arbitrary
60 , testBits "W64" (Proxy :: Proxy Word64) arbitrary
61 , testBits "W128" (Proxy :: Proxy Word128) arbitrary
62 , testBits "W256" (Proxy :: Proxy Word256) arbitrary
/dports/science/gromacs/gromacs-2021.4/src/gromacs/nbnxm/kernels_simd_2xmm/
H A Dkernel_common.h103 *interact_S0 = cvtIB2B(testBits(mask_pr_S & filter_S0)); in gmx_load_simd_2xnn_interactions()
104 *interact_S2 = cvtIB2B(testBits(mask_pr_S & filter_S2)); in gmx_load_simd_2xnn_interactions()
118 *interact_S0 = testBits(mask_pr_S & filter_S0); in gmx_load_simd_2xnn_interactions()
119 *interact_S2 = testBits(mask_pr_S & filter_S2); in gmx_load_simd_2xnn_interactions()
/dports/math/universal/universal-3.48/include/universal/verification/
H A Dinteger_test_suite.hpp22 template<typename BlockType, size_t testBits = 12>
25 constexpr size_t NR_INTEGERS = (size_t(1) << testBits); in VerifyShortAddition()
71 template<typename BlockType, size_t testBits = 12>
74 constexpr size_t NR_INTEGERS = (size_t(1) << testBits); in VerifyShortSubtraction()
120 template<typename BlockType, size_t testBits = 12>
123 constexpr size_t NR_INTEGERS = (size_t(1) << testBits); in VerifyShortMultiplication()
169 template<typename BlockType, size_t testBits = 10>
172 constexpr size_t NR_INTEGERS = (size_t(1) << testBits); in VerifyShortDivision()
231 template<typename BlockType, size_t testBits = 10>
234 constexpr size_t NR_INTEGERS = (size_t(1) << testBits); in VerifyShortRemainder()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/simd/tests/
H A Dscalar.cpp187 TEST(SimdScalarTest, testBits) in TEST() argument
189 EXPECT_TRUE(testBits(c1)); in TEST()
190 EXPECT_TRUE(testBits(GMX_REAL_NEGZERO)); in TEST()
191 EXPECT_FALSE(testBits(czero)); in TEST()
299 EXPECT_TRUE(testBits(1)); in TEST()
300 EXPECT_FALSE(testBits(0)); in TEST()
H A Dsimd_integer.cpp255 TEST_F(SimdIntegerTest, testBits) in TEST_F() argument
257 SimdIBool eq = testBits(setSimdIntFrom3I(1, 0, 2)); in TEST_F()
261 eq = testBits(setSimdIntFrom1I(0x80000000)); in TEST_F()
H A Dsimd_floatingpoint.cpp412 TEST_F(SimdFloatingpointTest, testBits) in TEST_F() argument
414 SimdBool eq = testBits(setSimdRealFrom3R(c1, 0, c1)); in TEST_F()
418 eq = testBits(setSimdRealFrom1R(GMX_REAL_NEGZERO)); in TEST_F()
/dports/security/softhsm2/softhsm-2.6.1/src/lib/data_mgr/test/
H A DByteStringTests.h49 CPPUNIT_TEST(testBits);
62 void testBits();
/dports/science/gromacs/gromacs-2021.4/src/gromacs/simd/scalar/
H A Dscalar.h339 static inline bool testBits(float a) in testBits() function
730 static inline bool testBits(double a) in testBits() function
907 static inline bool testBits(std::int32_t a) in testBits() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/unittests/Dialect/SparseTensor/
H A DMergerTest.cpp114 llvm::BitVector testBits = llvm::BitVector(numTensors + 1, false); in loopsToBits() local
118 testBits.set(numTensors * loop + tensor); in loopsToBits()
120 return testBits; in loopsToBits()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/unittests/Dialect/SparseTensor/
H A DMergerTest.cpp114 llvm::BitVector testBits = llvm::BitVector(numTensors + 1, false); in loopsToBits() local
118 testBits.set(numTensors * loop + tensor); in loopsToBits()
120 return testBits; in loopsToBits()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/unittests/Dialect/SparseTensor/
H A DMergerTest.cpp114 llvm::BitVector testBits = llvm::BitVector(numTensors + 1, false); in loopsToBits() local
118 testBits.set(numTensors * loop + tensor); in loopsToBits()
120 return testBits; in loopsToBits()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/unittests/Dialect/SparseTensor/
H A DMergerTest.cpp114 llvm::BitVector testBits = llvm::BitVector(numTensors + 1, false);
118 testBits.set(numTensors * loop + tensor);
120 return testBits;
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/KeePassRPC/
H A DBigInteger.cs1864 int testBits = 0; in FermatLittleTest()
1867 while (testBits < 2) in FermatLittleTest()
1868 testBits = (int)(rand.NextDouble() * bits); in FermatLittleTest()
1870 a.genRandomBits(testBits, rand); in FermatLittleTest()
1976 int testBits = 0; in RabinMillerTest()
1979 while (testBits < 2) in RabinMillerTest()
1980 testBits = (int)(rand.NextDouble() * bits); in RabinMillerTest()
1982 a.genRandomBits(testBits, rand); in RabinMillerTest()
2082 int testBits = 0; in SolovayStrassenTest()
2085 while (testBits < 2) in SolovayStrassenTest()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/support/regression/tests/
H A Dbitvars.c38 testBits(void) in testBits() function
/dports/science/gromacs/gromacs-2021.4/src/gromacs/simd/impl_x86_avx2_256/
H A Dimpl_x86_avx2_256_simd_float.h83 static inline SimdFBool gmx_simdcall testBits(SimdFloat a) in testBits() function
176 static inline SimdFIBool gmx_simdcall testBits(SimdFInt32 a) in testBits() function
H A Dimpl_x86_avx2_256_simd_double.h69 static inline SimdDBool gmx_simdcall testBits(SimdDouble a) in testBits() function
/dports/cad/digital/Digital-0.27/src/test/java/de/neemann/digital/core/arithmetic/
H A DBitCountTest.java51 public void testBits() { in testBits() method in BitCountTest
/dports/science/gromacs/gromacs-2021.4/src/gromacs/simd/impl_x86_sse4_1/
H A Dimpl_x86_sse4_1_simd_double.h80 static inline SimdDBool gmx_simdcall testBits(SimdDouble a) in testBits() function
/dports/cad/digital/Digital-0.27/src/test/java/de/neemann/digital/core/wiring/
H A DSplitter2Test.java21 public void testBits() throws Exception { in testBits() method in Splitter2Test
/dports/www/firefox-legacy/firefox-52.8.0esr/python/bitstring/test/
H A Dtest_bitstring.py82 def testBits(self): member in Interning
/dports/devel/py-bitstring/bitstring-3.1.9/test/
H A Dtest_bitstring.py82 def testBits(self): member in Interning
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreDDSCodec.cpp607 int testBits[4]; in convertPixelFormat() local
608 PixelUtil::getBitDepths(pf, testBits); in convertPixelFormat()
612 (testMasks[3] == aMask || (aMask == 0 && testBits[3] == 0))) in convertPixelFormat()

12