Searched refs:FLT_ROUNDS (Results 1 – 11 of 11) sorted by relevance
9 #define FLT_ROUNDS (__flt_rounds()) macro
7 I(int,FLT_ROUNDS) in f()
347 #ifdef FLT_ROUNDS348 #define Flt_Rounds FLT_ROUNDS
268 #ifdef FLT_ROUNDS269 #define Flt_Rounds FLT_ROUNDS
112 SetIntFlag(FLT_ROUNDS); in PyFloat_GetInfo()
554 | :const:`rounds` | FLT_ROUNDS | integer constant representing the rounding mode |556 | | | the value of the system FLT_ROUNDS macro at |
1449 - FLT_ROUNDS macro failed to reflect rounding mode changes in fenv1467 - new FLT_ROUNDS definition failed to work in C++ code