Home
last modified time | relevance | path

Searched refs:FF1 (Results 1 – 25 of 5785) sorted by relevance

12345678910>>...232

/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/test/
H A Dfun_SUITE.erl234 true = eq(FF1, FF1),
284 true = FF0 < FF1,
285 true = FF1 < FF2,
324 false = B == FF1,
325 false = FF1 == B,
327 true = FF1 < B,
330 false = FF1 > B,
333 false = FF1 >= B,
379 true = FF1 < [a],
380 true = FF1 < [],
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/
H A Dfun_SUITE.erl234 true = eq(FF1, FF1),
284 true = FF0 < FF1,
285 true = FF1 < FF2,
324 false = B == FF1,
325 false = FF1 == B,
327 true = FF1 < B,
330 false = FF1 > B,
333 false = FF1 >= B,
379 true = FF1 < [a],
380 true = FF1 < [],
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/
H A Dfun_SUITE.erl234 true = eq(FF1, FF1),
284 true = FF0 < FF1,
285 true = FF1 < FF2,
324 false = B == FF1,
325 false = FF1 == B,
327 true = FF1 < B,
330 false = FF1 > B,
333 false = FF1 >= B,
379 true = FF1 < [a],
380 true = FF1 < [],
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/
H A Dfun_SUITE.erl234 true = eq(FF1, FF1),
284 true = FF0 < FF1,
285 true = FF1 < FF2,
324 false = B == FF1,
325 false = FF1 == B,
327 true = FF1 < B,
330 false = FF1 > B,
333 false = FF1 >= B,
379 true = FF1 < [a],
380 true = FF1 < [],
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/
H A Dfun_SUITE.erl234 true = eq(FF1, FF1),
284 true = FF0 < FF1,
285 true = FF1 < FF2,
324 false = B == FF1,
325 false = FF1 == B,
327 true = FF1 < B,
330 false = FF1 > B,
333 false = FF1 >= B,
379 true = FF1 < [a],
380 true = FF1 < [],
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/
H A Dfun_SUITE.erl234 true = eq(FF1, FF1),
284 true = FF0 < FF1,
285 true = FF1 < FF2,
324 false = B == FF1,
325 false = FF1 == B,
327 true = FF1 < B,
330 false = FF1 > B,
333 false = FF1 >= B,
379 true = FF1 < [a],
380 true = FF1 < [],
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/
H A Dfun_SUITE.erl234 true = eq(FF1, FF1),
284 true = FF0 < FF1,
285 true = FF1 < FF2,
324 false = B == FF1,
325 false = FF1 == B,
327 true = FF1 < B,
330 false = FF1 > B,
333 false = FF1 >= B,
379 true = FF1 < [a],
380 true = FF1 < [],
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Polynomial/
H A Dmodular_gcd_utcf_dfai.h46 const Polynomial< Polynomial<NT> >& FF1 , in modular_gcd_utcf_dfai()
48 return internal::gcd_utcf_Integral_domain(FF1, FF2); in modular_gcd_utcf_dfai()
62 Poly FF1 = FF1_; in modular_gcd_utcf_dfai() local
87 if(FF1.is_zero()){ in modular_gcd_utcf_dfai()
96 return CGAL::canonicalize(FF1); in modular_gcd_utcf_dfai()
99 if(FF1.degree() == 0 || FF2.degree() == 0){ in modular_gcd_utcf_dfai()
107 Poly F1 = CGAL::canonicalize(FF1); in modular_gcd_utcf_dfai()
188 mF1 = CGAL::modular_image(FF1); in modular_gcd_utcf_dfai()
280 FF1*=ictp(ilcoeff(Gs)*denom); in modular_gcd_utcf_dfai()
282 bool div1=divides(Gs,FF1,H1s); in modular_gcd_utcf_dfai()
H A Dmodular_gcd.h33 const Polynomial<NT>& FF1 , in modular_gcd_utcf() argument
35 return modular_gcd_utcf_dfai(FF1, FF2); in modular_gcd_utcf()
40 const Polynomial<NT>& FF1 , in modular_gcd_utcf() argument
42 return modular_gcd_utcf_algorithm_M(FF1, FF2); in modular_gcd_utcf()
H A Dmodular_gcd_utcf_algorithm_M.h43 const Polynomial< Polynomial<NT> >& FF1 , in modular_gcd_utcf_algorithm_M()
45 return gcd_utcf_UFD(FF1, FF2); in modular_gcd_utcf_algorithm_M()
50 const Polynomial<NT>& FF1 , in modular_gcd_utcf_algorithm_M() argument
74 if(FF1.is_zero()){ in modular_gcd_utcf_algorithm_M()
85 return CGAL::canonicalize(FF1); in modular_gcd_utcf_algorithm_M()
87 if(FF1.degree() == 0 || FF2.degree() == 0){ in modular_gcd_utcf_algorithm_M()
89 result = Poly(CGAL::gcd(FF1.content(),FF2.content())); in modular_gcd_utcf_algorithm_M()
93 Poly F1 = CGAL::canonicalize(FF1); in modular_gcd_utcf_algorithm_M()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/crypto/digests/
H A DRIPEMD256Digest.java242 private final int FF1( in FF1() method in RIPEMD256Digest
441 aa = FF1(aa, bb, cc, dd, X[ 8], 15); in processBlock()
442 dd = FF1(dd, aa, bb, cc, X[ 6], 5); in processBlock()
443 cc = FF1(cc, dd, aa, bb, X[ 4], 8); in processBlock()
444 bb = FF1(bb, cc, dd, aa, X[ 1], 11); in processBlock()
445 aa = FF1(aa, bb, cc, dd, X[ 3], 14); in processBlock()
446 dd = FF1(dd, aa, bb, cc, X[11], 14); in processBlock()
447 cc = FF1(cc, dd, aa, bb, X[15], 6); in processBlock()
448 bb = FF1(bb, cc, dd, aa, X[ 0], 14); in processBlock()
449 aa = FF1(aa, bb, cc, dd, X[ 5], 6); in processBlock()
[all …]
H A DRIPEMD128Digest.java229 private final int FF1( in FF1() method in RIPEMD128Digest
428 aa = FF1(aa, bb, cc, dd, X[ 8], 15); in processBlock()
429 dd = FF1(dd, aa, bb, cc, X[ 6], 5); in processBlock()
430 cc = FF1(cc, dd, aa, bb, X[ 4], 8); in processBlock()
431 bb = FF1(bb, cc, dd, aa, X[ 1], 11); in processBlock()
432 aa = FF1(aa, bb, cc, dd, X[ 3], 14); in processBlock()
433 dd = FF1(dd, aa, bb, cc, X[11], 14); in processBlock()
434 cc = FF1(cc, dd, aa, bb, X[15], 6); in processBlock()
435 bb = FF1(bb, cc, dd, aa, X[ 0], 14); in processBlock()
436 aa = FF1(aa, bb, cc, dd, X[ 5], 6); in processBlock()
[all …]
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/digests/
H A DRIPEMD128Digest.java235 private int FF1( in FF1() method in RIPEMD128Digest
434 aa = FF1(aa, bb, cc, dd, X[ 8], 15); in processBlock()
435 dd = FF1(dd, aa, bb, cc, X[ 6], 5); in processBlock()
436 cc = FF1(cc, dd, aa, bb, X[ 4], 8); in processBlock()
437 bb = FF1(bb, cc, dd, aa, X[ 1], 11); in processBlock()
438 aa = FF1(aa, bb, cc, dd, X[ 3], 14); in processBlock()
439 dd = FF1(dd, aa, bb, cc, X[11], 14); in processBlock()
440 cc = FF1(cc, dd, aa, bb, X[15], 6); in processBlock()
441 bb = FF1(bb, cc, dd, aa, X[ 0], 14); in processBlock()
442 aa = FF1(aa, bb, cc, dd, X[ 5], 6); in processBlock()
[all …]
H A DRIPEMD256Digest.java249 private int FF1( in FF1() method in RIPEMD256Digest
448 aa = FF1(aa, bb, cc, dd, X[ 8], 15); in processBlock()
449 dd = FF1(dd, aa, bb, cc, X[ 6], 5); in processBlock()
450 cc = FF1(cc, dd, aa, bb, X[ 4], 8); in processBlock()
451 bb = FF1(bb, cc, dd, aa, X[ 1], 11); in processBlock()
452 aa = FF1(aa, bb, cc, dd, X[ 3], 14); in processBlock()
453 dd = FF1(dd, aa, bb, cc, X[11], 14); in processBlock()
454 cc = FF1(cc, dd, aa, bb, X[15], 6); in processBlock()
455 bb = FF1(bb, cc, dd, aa, X[ 0], 14); in processBlock()
456 aa = FF1(aa, bb, cc, dd, X[ 5], 6); in processBlock()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/security/hash/
H A DHaval.java319 t7 = FF1(t7, t6, t5, t4, t3, t2, t1, t0, X0); in transform()
320 t6 = FF1(t6, t5, t4, t3, t2, t1, t0, t7, X1); in transform()
321 t5 = FF1(t5, t4, t3, t2, t1, t0, t7, t6, X2); in transform()
322 t4 = FF1(t4, t3, t2, t1, t0, t7, t6, t5, X3); in transform()
323 t3 = FF1(t3, t2, t1, t0, t7, t6, t5, t4, X4); in transform()
324 t2 = FF1(t2, t1, t0, t7, t6, t5, t4, t3, X5); in transform()
325 t1 = FF1(t1, t0, t7, t6, t5, t4, t3, t2, X6); in transform()
326 t0 = FF1(t0, t7, t6, t5, t4, t3, t2, t1, X7); in transform()
328 t7 = FF1(t7, t6, t5, t4, t3, t2, t1, t0, X8); in transform()
329 t6 = FF1(t6, t5, t4, t3, t2, t1, t0, t7, X9); in transform()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/security/hash/
H A DHaval.java319 t7 = FF1(t7, t6, t5, t4, t3, t2, t1, t0, X0); in transform()
320 t6 = FF1(t6, t5, t4, t3, t2, t1, t0, t7, X1); in transform()
321 t5 = FF1(t5, t4, t3, t2, t1, t0, t7, t6, X2); in transform()
322 t4 = FF1(t4, t3, t2, t1, t0, t7, t6, t5, X3); in transform()
323 t3 = FF1(t3, t2, t1, t0, t7, t6, t5, t4, X4); in transform()
324 t2 = FF1(t2, t1, t0, t7, t6, t5, t4, t3, X5); in transform()
325 t1 = FF1(t1, t0, t7, t6, t5, t4, t3, t2, X6); in transform()
326 t0 = FF1(t0, t7, t6, t5, t4, t3, t2, t1, X7); in transform()
328 t7 = FF1(t7, t6, t5, t4, t3, t2, t1, t0, X8); in transform()
329 t6 = FF1(t6, t5, t4, t3, t2, t1, t0, t7, X9); in transform()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/security/hash/
H A DHaval.java319 t7 = FF1(t7, t6, t5, t4, t3, t2, t1, t0, X0); in transform()
320 t6 = FF1(t6, t5, t4, t3, t2, t1, t0, t7, X1); in transform()
321 t5 = FF1(t5, t4, t3, t2, t1, t0, t7, t6, X2); in transform()
322 t4 = FF1(t4, t3, t2, t1, t0, t7, t6, t5, X3); in transform()
323 t3 = FF1(t3, t2, t1, t0, t7, t6, t5, t4, X4); in transform()
324 t2 = FF1(t2, t1, t0, t7, t6, t5, t4, t3, X5); in transform()
325 t1 = FF1(t1, t0, t7, t6, t5, t4, t3, t2, X6); in transform()
326 t0 = FF1(t0, t7, t6, t5, t4, t3, t2, t1, X7); in transform()
328 t7 = FF1(t7, t6, t5, t4, t3, t2, t1, t0, X8); in transform()
329 t6 = FF1(t6, t5, t4, t3, t2, t1, t0, t7, X9); in transform()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/security/hash/
H A DHaval.java319 t7 = FF1(t7, t6, t5, t4, t3, t2, t1, t0, X0); in transform()
320 t6 = FF1(t6, t5, t4, t3, t2, t1, t0, t7, X1); in transform()
321 t5 = FF1(t5, t4, t3, t2, t1, t0, t7, t6, X2); in transform()
322 t4 = FF1(t4, t3, t2, t1, t0, t7, t6, t5, X3); in transform()
323 t3 = FF1(t3, t2, t1, t0, t7, t6, t5, t4, X4); in transform()
324 t2 = FF1(t2, t1, t0, t7, t6, t5, t4, t3, X5); in transform()
325 t1 = FF1(t1, t0, t7, t6, t5, t4, t3, t2, X6); in transform()
326 t0 = FF1(t0, t7, t6, t5, t4, t3, t2, t1, X7); in transform()
328 t7 = FF1(t7, t6, t5, t4, t3, t2, t1, t0, X8); in transform()
329 t6 = FF1(t6, t5, t4, t3, t2, t1, t0, t7, X9); in transform()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/security/hash/
H A DHaval.java319 t7 = FF1(t7, t6, t5, t4, t3, t2, t1, t0, X0); in transform()
320 t6 = FF1(t6, t5, t4, t3, t2, t1, t0, t7, X1); in transform()
321 t5 = FF1(t5, t4, t3, t2, t1, t0, t7, t6, X2); in transform()
322 t4 = FF1(t4, t3, t2, t1, t0, t7, t6, t5, X3); in transform()
323 t3 = FF1(t3, t2, t1, t0, t7, t6, t5, t4, X4); in transform()
324 t2 = FF1(t2, t1, t0, t7, t6, t5, t4, t3, X5); in transform()
325 t1 = FF1(t1, t0, t7, t6, t5, t4, t3, t2, X6); in transform()
326 t0 = FF1(t0, t7, t6, t5, t4, t3, t2, t1, X7); in transform()
328 t7 = FF1(t7, t6, t5, t4, t3, t2, t1, t0, X8); in transform()
329 t6 = FF1(t6, t5, t4, t3, t2, t1, t0, t7, X9); in transform()
[all …]
/dports/www/mnogosearch/mnogosearch-3.4.1/msearch-test/test-nwf/
H A Dtest.cmd9 fail !0 exec $(SEARCHSTD) "nwf1&wf=FF1&nwf=010" > $(UDM_TEST_DIR)/test.rej
10 fail !0 exec $(SEARCHSTD) "nwf1&wf=FF1&nwf=0F0" >> $(UDM_TEST_DIR)/test.rej
13 fail !0 exec $(SEARCHSTD) "nwf1&wf=FF1&nwf=100" >> $(UDM_TEST_DIR)/test.rej
14 fail !0 exec $(SEARCHSTD) "nwf1&wf=FF1&nwf=F00" >> $(UDM_TEST_DIR)/test.rej
/dports/graphics/wings/libigl-2.1.0/tutorial/506_FrameField/
H A Dmain.cpp34 Eigen::MatrixXd FF1, FF2; variable
89 MatrixXd F1_t = MatrixXd::Zero(FF1.rows(),FF1.cols()); in key_down()
117 VectorXd K1 = FF1.rowwise().norm(); in key_down()
122 viewer.data().add_edges(B - global_scale*FF1, B + global_scale*FF1 ,C1); in key_down()
200 igl::copyleft::comiso::frame_field(V, F, b, bc1, bc2, FF1, FF2); in main()
204 V,F,FF1,FF2,V_deformed,FF1_deformed,FF2_deformed); in main()
/dports/security/dropbear/dropbear-2020.81/libtomcrypt/src/hashes/
H A Dsha1.c73 … #define FF1(a,b,c,d,e,i) e = (ROLc(a, 5) + F1(b,c,d) + e + W[i] + 0x6ed9eba1UL); b = ROLc(b, 30); in _sha1_compress() macro
84 FF1(a,b,c,d,e,i++); t = e; e = d; d = c; c = b; b = a; a = t; in _sha1_compress()
107 FF1(a,b,c,d,e,i++); in _sha1_compress()
108 FF1(e,a,b,c,d,i++); in _sha1_compress()
109 FF1(d,e,a,b,c,i++); in _sha1_compress()
110 FF1(c,d,e,a,b,i++); in _sha1_compress()
111 FF1(b,c,d,e,a,i++); in _sha1_compress()
134 #undef FF1 in _sha1_compress()
/dports/security/libtomcrypt/libtomcrypt-1.18.2/src/hashes/
H A Dsha1.c73 … #define FF1(a,b,c,d,e,i) e = (ROLc(a, 5) + F1(b,c,d) + e + W[i] + 0x6ed9eba1UL); b = ROLc(b, 30); in _sha1_compress() macro
84 FF1(a,b,c,d,e,i++); t = e; e = d; d = c; c = b; b = a; a = t; in _sha1_compress()
107 FF1(a,b,c,d,e,i++); in _sha1_compress()
108 FF1(e,a,b,c,d,i++); in _sha1_compress()
109 FF1(d,e,a,b,c,i++); in _sha1_compress()
110 FF1(c,d,e,a,b,i++); in _sha1_compress()
111 FF1(b,c,d,e,a,i++); in _sha1_compress()
134 #undef FF1 in _sha1_compress()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/crypto/libtomcrypt/src/hashes/
H A Dsha1.c75 … #define FF1(a,b,c,d,e,i) e = (ROLc(a, 5) + F1(b,c,d) + e + W[i] + 0x6ed9eba1UL); b = ROLc(b, 30); in _sha1_compress() macro
86 FF1(a,b,c,d,e,i++); t = e; e = d; d = c; c = b; b = a; a = t; in _sha1_compress()
109 FF1(a,b,c,d,e,i++); in _sha1_compress()
110 FF1(e,a,b,c,d,i++); in _sha1_compress()
111 FF1(d,e,a,b,c,i++); in _sha1_compress()
112 FF1(c,d,e,a,b,i++); in _sha1_compress()
113 FF1(b,c,d,e,a,i++); in _sha1_compress()
136 #undef FF1 in _sha1_compress()
/dports/games/wargus/wargus-3.2.0/StormLib/src/libtomcrypt/src/hashes/
H A Dsha1.c75 … #define FF1(a,b,c,d,e,i) e = (ROLc(a, 5) + F1(b,c,d) + e + W[i] + 0x6ed9eba1UL); b = ROLc(b, 30); in _sha1_compress() macro
86 FF1(a,b,c,d,e,i++); t = e; e = d; d = c; c = b; b = a; a = t; in _sha1_compress()
109 FF1(a,b,c,d,e,i++); in _sha1_compress()
110 FF1(e,a,b,c,d,i++); in _sha1_compress()
111 FF1(d,e,a,b,c,i++); in _sha1_compress()
112 FF1(c,d,e,a,b,i++); in _sha1_compress()
113 FF1(b,c,d,e,a,i++); in _sha1_compress()
136 #undef FF1 in _sha1_compress()

12345678910>>...232