Home
last modified time | relevance | path

Searched refs:exp (Results 1 – 5 of 5) sorted by relevance

/lib/math/
Dint_pow.c19 u64 int_pow(u64 base, unsigned int exp) in int_pow() argument
23 while (exp) { in int_pow()
24 if (exp & 1) in int_pow()
26 exp >>= 1; in int_pow()
Dreciprocal_div.c68 R.exp = l; in reciprocal_value_adv()
/lib/mpi/
Dmpi-pow.c24 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod) in mpi_powm() argument
41 esize = exp->nlimbs; in mpi_powm()
47 ep = exp->d; in mpi_powm()
/lib/
Dtest-string_helpers.c487 const char *exp, in test_string_get_size_check() argument
492 if (!memcmp(res, exp, strlen(exp) + 1)) in test_string_get_size_check()
500 pr_warn("expected: '%s', got '%s'\n", exp, res); in test_string_get_size_check()
Dtest_bitmap.c136 unsigned long exp; in __check_eq_clump8() local
144 exp = clump_exp[offset / 8]; in __check_eq_clump8()
145 if (!exp) { in __check_eq_clump8()
151 if (*clump != exp) { in __check_eq_clump8()
153 srcfile, line, exp, *clump); in __check_eq_clump8()