Home
last modified time | relevance | path

Searched refs:Result5 (Results 1 – 4 of 4) sorted by relevance

/dports/security/libadacrypt/Ada-Crypto-Library-abc534f/test/
H A Dtest-big_number_multiplication.adb23 Result0, Result1, Result2, Result3, Result4, Result5, Result6, Result7, variable
47 Result5 := To_Big_Unsigned(Cons_R6);
93 Assert(F * F = Result5, "Failed with F.");
112 Assert(Russ(F,F) = Result5, "Failed with F.");
131 Assert(Karatsuba(F,F) = Result5, "Failed with F.");
150 Assert(Karatsuba_P(F,F) = Result5, "Failed with F.");
169 Assert(Toom_Cook(F,F) = Result5, "Failed with F.");
188 Assert(Toom_Cook_P(F,F) = Result5, "Failed with F.");
206 Assert(F**X_2 = Result5, "Failed with F.");
H A Dtest-big_number_mult2.adb23 Result0, Result1, Result2, Result3, Result4, Result5, Result6, Result7, Result8 variable
46 Result5 := To_Big_Unsigned(Cons_R6);
98 Assert(F * F1 = Result5, "Failed with F.");
116 Assert(Russ(F,F1) = Result5, "Failed with F.");
134 Assert(Karatsuba(F,F1) = Result5, "Failed with F.");
152 Assert(Karatsuba_P(F,F1) = Result5, "Failed with F.");
170 Assert(Toom_Cook(F,F1) = Result5, "Failed with F.");
188 Assert(Toom_Cook_P(F,F1) = Result5, "Failed with F.");
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/chttpd/test/eunit/
H A Dchttpd_auth_tests.erl112 Result5 = chttpd_auth:party_mode_handler(NonUpRequest),
113 ?assertEqual(ExpectNoAuth, Result5),
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/typetraits/
H A DOperationTest.cpp210 using Result5 = DynamicAllocator<Alloc2,Alloc1>::Type<A>; in testDynamicAllocator() typedef
219 BLAZE_CONSTRAINT_MUST_BE_STRICTLY_SAME_TYPE( Result5, Expected ); in testDynamicAllocator()
255 using Result5 = NullAllocator<float>; in testGetAllocator() typedef
262 BLAZE_CONSTRAINT_MUST_BE_STRICTLY_SAME_TYPE( GetAllocator<Source5>::Type, Result5 ); in testGetAllocator()
2529 using Result5 = const DynamicVector<int>; in testRemoveAdaptor() typedef
2536 BLAZE_CONSTRAINT_MUST_BE_STRICTLY_SAME_TYPE( RemoveAdaptor<Source5>::Type, Result5 ); in testRemoveAdaptor()