Home
last modified time | relevance | path

Searched defs:babs (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
H A DBigInt.pm1591 sub babs { global() subroutine
[all...]
/openbsd-src/lib/libcrypto/curve25519/
H A Dcurve25519.c3475 uint8_t babs = b - ((uint8_t)((-bnegative) & b) << 1); in table_select() local