Symbol: GENERIC_TEST_NN
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
644
GENERIC_TEST_NN(nn_rshift_fixedlen, NN_SHIFT_RIGHT_FIXEDLEN, "(fixed)>>", nn_rshift_fixedlen, "nnu", "oii",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
647
GENERIC_TEST_NN(nn_lshift, NN_SHIFT_LEFT, "<<", nn_lshift, "nnu", "oii",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
650
GENERIC_TEST_NN(nn_rshift, NN_SHIFT_RIGHT, ">>", nn_rshift, "nnu", "oii",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
653
GENERIC_TEST_NN(nn_lrot, NN_ROTATE_LEFT, "lrot", nn_lrot, "nnuu", "oiii",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
656
GENERIC_TEST_NN(nn_rrot, NN_ROTATE_RIGHT, "rrot", nn_rrot, "nnuu", "oiii",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
662
GENERIC_TEST_NN(nn_xor, NN_XOR, "^", nn_xor, "nnn", "iio",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
665
GENERIC_TEST_NN(nn_or, NN_OR, "|", nn_or, "nnn", "iio",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
668
GENERIC_TEST_NN(nn_and, NN_AND, "&", nn_and, "nnn", "iio",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
671
GENERIC_TEST_NN(nn_not, NN_NOT, "~", nn_not, "nn", "io",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
676
GENERIC_TEST_NN(nn_add, NN_ADD, "+", nn_add, "nnn", "iio",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
680
GENERIC_TEST_NN(nn_sub, NN_SUB, "-", nn_sub, "nnn", "iio",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
686
GENERIC_TEST_NN(nn_inc, NN_INC, "++", nn_inc, "nn", "io",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
689
GENERIC_TEST_NN(nn_dec, NN_DEC, "--", nn_dec, "nn", "io",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
694
GENERIC_TEST_NN(nn_mod_add, NN_MOD_ADD, "+%", nn_mod_add, "nnnn", "iiio",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
698
GENERIC_TEST_NN(nn_mod_sub, NN_MOD_SUB, "-%", nn_mod_sub, "nnnn", "iiio",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
702
GENERIC_TEST_NN(nn_mod_inc, NN_MOD_INC, "++%", nn_mod_inc, "nnn", "iio",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
706
GENERIC_TEST_NN(nn_mod_dec, NN_MOD_DEC, "--%", nn_mod_dec, "nnn", "iio",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
710
GENERIC_TEST_NN(nn_mod_mul, NN_MOD_MUL, "*%", nn_mod_mul, "nnnn", "iiio",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
714
GENERIC_TEST_NN(nn_mod_pow, NN_MOD_POW, "exp%", nn_mod_pow, "nnnn", "iiio",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
721
GENERIC_TEST_NN(nn_mul, NN_MUL, "*", nn_mul, "nnn", "oii",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
725
GENERIC_TEST_NN(nn_sqr, NN_SQR, "(^2)", nn_sqr, "nn", "oi",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
730
GENERIC_TEST_NN(nn_divrem, NN_DIVREM, "/", nn_divrem, "nnnn", "ooii",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
734
GENERIC_TEST_NN(nn_xgcd, NN_XGCD, "xgcd", nn_xgcd, "nnnnns", "oooiio",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
738
GENERIC_TEST_NN(nn_gcd, NN_GCD, "gcd", nn_gcd, "nnns", "oiio",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
742
GENERIC_TEST_NN(nn_mod, NN_MOD, "%", nn_mod, "nnn", "oii",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
748
GENERIC_TEST_NN(nn_modinv, NN_MODINV, "(^-1%)", nn_modinv, "nnns", "oiiO",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
754
GENERIC_TEST_NN(nn_modinv_2exp, NN_MODINV_2EXP, "(^-1%)(2exp)", nn_modinv_2exp, "nnus", "oiio",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
760
GENERIC_TEST_NN(nn_compute_redc1_coefs, NN_COEF_REDC1, "coef_redc1", nn_compute_redc1_coefs, "nnnu", "ooio",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
763
GENERIC_TEST_NN(nn_compute_div_coefs, NN_COEF_DIV, "coef_div", nn_compute_div_coefs, "nuun", "oooi",
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
766
GENERIC_TEST_NN(nn_mul_redc1, NN_MUL_REDC1, "*_redc1", nn_mul_redc1, "nnnnu", "oiiii",