Home
last modified time | relevance | path

Searched refs:FLT_ROUNDS (Results 1 – 11 of 11) sorted by relevance

/external/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp16 #ifndef FLT_ROUNDS
17 #error FLT_ROUNDS not defined
/external/clang/lib/Headers/
Dfloat.h37 # undef FLT_ROUNDS
82 #define FLT_ROUNDS (__builtin_flt_rounds()) macro
/external/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp16 #ifndef FLT_ROUNDS
17 #error FLT_ROUNDS not defined
/external/libcxx/include/
Dcfloat19 FLT_ROUNDS
/external/python/cpython2/Lib/plat-beos5/
DIN.py75 FLT_ROUNDS = 1 variable
/external/python/cpython3/Python/
Ddtoa.c264 #ifdef FLT_ROUNDS
265 #define Flt_Rounds FLT_ROUNDS
/external/python/cpython2/Python/
Ddtoa.c273 #ifdef FLT_ROUNDS
274 #define Flt_Rounds FLT_ROUNDS
/external/python/cpython3/Objects/
Dfloatobject.c103 SetIntFlag(FLT_ROUNDS); in PyFloat_GetInfo()
/external/python/cpython2/Doc/library/
Dsys.rst337 | :const:`rounds` | FLT_ROUNDS | integer constant representing the rounding mode |
339 | | | the value of the system FLT_ROUNDS macro at |
/external/python/cpython2/Objects/
Dfloatobject.c129 SetIntFlag(FLT_ROUNDS); in PyFloat_GetInfo()
/external/python/cpython3/Doc/library/
Dsys.rst402 | :const:`rounds` | FLT_ROUNDS | integer constant representing the rounding mode |
404 | | | the value of the system FLT_ROUNDS macro at |