Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Ddiv.c209 int numerator_width = bn_minimal_width(numerator); in BN_div() local
211 if ((numerator_width > 0 && numerator->d[numerator_width - 1] == 0) || in BN_div()