Home
last modified time | relevance | path

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

/src/lib/libc/gdtoa/
H A D_ldtoa.c64 void *vbits = bits; in __ldtoa() local
103 ret = gdtoa(&fpi, be, vbits, &kind, mode, ndigits, decpt, rve); in __ldtoa()
/src/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c612 int vbits = BN_num_bits(v); /* v is copy of p */ in BN_GF2m_mod_inv_vartime() local
667 if (ubits < vbits) { in BN_GF2m_mod_inv_vartime()
669 ubits = vbits; in BN_GF2m_mod_inv_vartime()
670 vbits = i; in BN_GF2m_mod_inv_vartime()
686 if (ubits == vbits) { in BN_GF2m_mod_inv_vartime()