Searched refs:exp (Results 1 – 5 of 5) sorted by relevance
/lib/math/ |
D | int_pow.c | 19 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()
|
D | reciprocal_div.c | 68 R.exp = l; in reciprocal_value_adv()
|
/lib/mpi/ |
D | mpi-pow.c | 24 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/ |
D | test-string_helpers.c | 487 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()
|
D | test_bitmap.c | 136 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()
|