Home
last modified time | relevance | path

Searched refs:fp_mul (Results 1 – 25 of 125) sorted by relevance

12345

/dports/math/tomsfastmath/tomsfastmath-0.13.1/demo/
H A Dtiming.c126 fp_mul(&a, &b, &c); in main()
127 fp_mul(&a, &b, &c); in main()
128 fp_mul(&a, &b, &c); in main()
129 fp_mul(&a, &b, &c); in main()
130 fp_mul(&a, &b, &c); in main()
131 fp_mul(&a, &b, &c); in main()
132 fp_mul(&a, &b, &c); in main()
133 fp_mul(&a, &b, &c); in main()
134 fp_mul(&a, &b, &c); in main()
135 fp_mul(&a, &b, &c); in main()
[all …]
H A Dstest.c66 fp_mul(&a, &b, &d); in c_main()
78 fp_mul(&a, &b, &d); in c_main()
90 fp_mul(&a, &b, &d); in c_main()
/dports/security/dropbear/dropbear-2020.81/libtomcrypt/src/math/
H A Dtfm_desc.c247 fp_mul(a, b, c); in mul()
471 fp_mul(&t1, &t2, &t2); in tfm_ecc_projective_dbl_point()
581 fp_mul(&t1, &x, &x); in tfm_ecc_projective_add_point()
587 fp_mul(&t1, &y, &y); in tfm_ecc_projective_add_point()
595 fp_mul(Q->x, &t1, &t2); in tfm_ecc_projective_add_point()
598 fp_mul(&z, &t1, &t1); in tfm_ecc_projective_add_point()
643 fp_mul(&z, &x, &z); in tfm_ecc_projective_add_point()
647 fp_mul(&t1, &x, &t1); in tfm_ecc_projective_add_point()
653 fp_mul(&t2, &x, &t2); in tfm_ecc_projective_add_point()
656 fp_mul(&t1, &x, &t1); in tfm_ecc_projective_add_point()
[all …]
/dports/security/libtomcrypt/libtomcrypt-1.18.2/src/math/
H A Dtfm_desc.c247 fp_mul(a, b, c); in mul()
471 fp_mul(&t1, &t2, &t2); in tfm_ecc_projective_dbl_point()
581 fp_mul(&t1, &x, &x); in tfm_ecc_projective_add_point()
587 fp_mul(&t1, &y, &y); in tfm_ecc_projective_add_point()
595 fp_mul(Q->x, &t1, &t2); in tfm_ecc_projective_add_point()
598 fp_mul(&z, &t1, &t1); in tfm_ecc_projective_add_point()
643 fp_mul(&z, &x, &z); in tfm_ecc_projective_add_point()
647 fp_mul(&t1, &x, &t1); in tfm_ecc_projective_add_point()
653 fp_mul(&t2, &x, &t2); in tfm_ecc_projective_add_point()
656 fp_mul(&t1, &x, &t1); in tfm_ecc_projective_add_point()
[all …]
/dports/security/p5-CryptX/CryptX-0.075/src/ltc/math/
H A Dtfm_desc.c241 fp_mul(a, b, c); in mul()
634 fp_mul(&t1, &x, &x); in tfm_ecc_projective_add_point()
640 fp_mul(&t1, &y, &y); in tfm_ecc_projective_add_point()
648 fp_mul(Q->x, &t1, &t2); in tfm_ecc_projective_add_point()
651 fp_mul(&z, &t1, &t1); in tfm_ecc_projective_add_point()
654 fp_mul(Q->y, &t1, &t1); in tfm_ecc_projective_add_point()
696 fp_mul(&z, &x, &z); in tfm_ecc_projective_add_point()
700 fp_mul(&t1, &x, &t1); in tfm_ecc_projective_add_point()
706 fp_mul(&t2, &x, &t2); in tfm_ecc_projective_add_point()
709 fp_mul(&t1, &x, &t1); in tfm_ecc_projective_add_point()
[all …]
/dports/security/clamav/clamav-0.104.2/libclamav/tomsfastmath/exptmod/
H A Dfp_exptmod.c70 fp_mul(&R[0], &R[1], &R[y^1]); fp_montgomery_reduce(&R[y^1], P, mp); in _fp_exptmod()
143 fp_mul(&M[x - 1], &M[1], &M[x]); in _fp_exptmod()
200 fp_mul(&res, &M[bitbuf], &res); in _fp_exptmod()
221 fp_mul(&res, &M[1], &res); in _fp_exptmod()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/tomsfastmath/exptmod/
H A Dfp_exptmod.c70 fp_mul(&R[0], &R[1], &R[y^1]); fp_montgomery_reduce(&R[y^1], P, mp); in _fp_exptmod()
143 fp_mul(&M[x - 1], &M[1], &M[x]); in _fp_exptmod()
200 fp_mul(&res, &M[bitbuf], &res); in _fp_exptmod()
221 fp_mul(&res, &M[1], &res); in _fp_exptmod()
/dports/math/tomsfastmath/tomsfastmath-0.13.1/src/exptmod/
H A Dfp_exptmod.c70 fp_mul(&R[0], &R[1], &R[y^1]); fp_montgomery_reduce(&R[y^1], P, mp); in _fp_exptmod()
143 fp_mul(&M[x - 1], &M[1], &M[x]); in _fp_exptmod()
200 fp_mul(&res, &M[bitbuf], &res); in _fp_exptmod()
221 fp_mul(&res, &M[1], &res); in _fp_exptmod()
/dports/security/clamav/clamav-0.104.2/libclamav/tomsfastmath/numtheory/
H A Dfp_lcm.c22 fp_mul(b, &t2, c); in fp_lcm()
25 fp_mul(a, &t2, c); in fp_lcm()
/dports/math/tomsfastmath/tomsfastmath-0.13.1/src/numtheory/
H A Dfp_lcm.c22 fp_mul(b, &t2, c); in fp_lcm()
25 fp_mul(a, &t2, c); in fp_lcm()
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dfz_filler.h114 dudy_left = fp_mul(dxdy_left, dudx) + dudy; in NAME()
117 dvdy_left = fp_mul(dxdy_left, dvdx) + dvdy; in NAME()
142 dudy_left = fp_mul(dxdy_left, dudx) + dudy; in NAME()
145 dvdy_left = fp_mul(dxdy_left, dvdx) + dvdy; in NAME()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dgofast.c13 float fp_mul (float a, float b) { return a * b; } in fp_mul() function
61 if (fp_mul (2, 3) != 6) fail ("fp_mul 2*3"); in main()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.c-torture/execute/
H A Dgofast.c13 float fp_mul (float a, float b) { return a * b; } in fp_mul() function
61 if (fp_mul (2, 3) != 6) fail ("fp_mul 2*3"); in main()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.c-torture/execute/
H A Dgofast.c11 float fp_mul (float a, float b) { return a * b; } in fp_mul() function
59 if (fp_mul (2, 3) != 6) fail ("fp_mul 2*3"); in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.c-torture/execute/
H A Dgofast.c13 float fp_mul (float a, float b) { return a * b; } in fp_mul() function
61 if (fp_mul (2, 3) != 6) fail ("fp_mul 2*3"); in main()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.c-torture/execute/
H A Dgofast.c11 float fp_mul (float a, float b) { return a * b; } in fp_mul() function
59 if (fp_mul (2, 3) != 6) fail ("fp_mul 2*3"); in main()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dgofast.c11 float fp_mul (float a, float b) { return a * b; } in fp_mul() function
59 if (fp_mul (2, 3) != 6) fail ("fp_mul 2*3"); in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.c-torture/execute/
H A Dgofast.c13 float fp_mul (float a, float b) { return a * b; } in fp_mul() function
61 if (fp_mul (2, 3) != 6) fail ("fp_mul 2*3"); in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dgofast.c13 float fp_mul (float a, float b) { return a * b; } in fp_mul() function
61 if (fp_mul (2, 3) != 6) fail ("fp_mul 2*3"); in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dgofast.c13 float fp_mul (float a, float b) { return a * b; } in fp_mul() function
61 if (fp_mul (2, 3) != 6) fail ("fp_mul 2*3"); in main()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.c-torture/execute/
H A Dgofast.c13 float fp_mul (float a, float b) { return a * b; } in fp_mul() function
61 if (fp_mul (2, 3) != 6) fail ("fp_mul 2*3"); in main()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.c-torture/execute/
H A Dgofast.c13 float fp_mul (float a, float b) { return a * b; } in fp_mul() function
61 if (fp_mul (2, 3) != 6) fail ("fp_mul 2*3"); in main()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dgofast.c13 float fp_mul (float a, float b) { return a * b; } in fp_mul() function
61 if (fp_mul (2, 3) != 6) fail ("fp_mul 2*3"); in main()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.c-torture/execute/
H A Dgofast.c13 float fp_mul (float a, float b) { return a * b; } in fp_mul() function
61 if (fp_mul (2, 3) != 6) fail ("fp_mul 2*3"); in main()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dgofast.c13 float fp_mul (float a, float b) { return a * b; } in fp_mul() function
61 if (fp_mul (2, 3) != 6) fail ("fp_mul 2*3"); in main()

12345