Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dpymath.c27 void _Py_set_387controlword(unsigned short cw) { in _Py_set_387controlword() function
/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)