Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpymath.c29 void _Py_set_387controlword(unsigned short cw) { in _Py_set_387controlword() function
/third_party/python/Include/
Dpyport.h420 _Py_set_387controlword(new_387controlword); \
424 _Py_set_387controlword(old_387controlword)
Dpymath.h84 PyAPI_FUNC(void) _Py_set_387controlword(unsigned short);