Home
last modified time | relevance | path

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

/third_party/FreeBSD/contrib/gdtoa/
Dgdtoaimp.h267 #define Scale_Bit 0x10 macro
Dstrtod.c528 if (e1 & Scale_Bit)
/third_party/python/Python/
Ddtoa.c1141 #define Scale_Bit 0x10 macro
1717 if (e1 & Scale_Bit) in _Py_dg_strtod()