Home
last modified time | relevance | path

Searched refs:bmod (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/crypto/openssl/test/
H A Dbntests.pl96 return if $modmul == $a->bmod($m);
115 $modsqrt->bmod($p);
116 $a->bmod($p);
/freebsd-14.2/usr.bin/dc/tests/
H A Dbcode.sh27 atf_test_case bmod
138 atf_add_test_case bmod
/freebsd-14.2/usr.bin/dc/
H A Dbcode.c95 static void bmod(void);
146 { '%', bmod },
1080 bmod(void) in bmod() function