Home
last modified time | relevance | path

Searched defs:Ebits (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/contrib/gdtoa/
Dgdtoaimp.h331 #define Ebits 11 macro
369 #define Ebits 8 /* exponent has 7 bits, but 8 is the right value in b2d */ macro
395 #define Ebits 8 macro
/third_party/mbedtls/library/
Dbignum_core.c695 static size_t exp_mod_get_window_size(size_t Ebits) in exp_mod_get_window_size()
/third_party/python/Python/
Ddtoa.c254 #define Ebits 11 macro