Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dpymath.c27 void _Py_set_387controlword(unsigned short cw) { in _Py_set_387controlword() function
/external/python/cpython3/Python/
Dpymath.c29 void _Py_set_387controlword(unsigned short cw) { in _Py_set_387controlword() function
/external/python/cpython3/Include/
Dpyport.h401 _Py_set_387controlword(new_387controlword); \
405 _Py_set_387controlword(old_387controlword)
Dpymath.h84 PyAPI_FUNC(void) _Py_set_387controlword(unsigned short);
/external/python/cpython2/Include/
Dpymath.h81 PyAPI_FUNC(void) _Py_set_387controlword(unsigned short);
Dpyport.h558 _Py_set_387controlword(new_387controlword); \
562 _Py_set_387controlword(old_387controlword)