Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
Dfloat.h37 # undef FLT_ROUNDS
82 #define FLT_ROUNDS (__builtin_flt_rounds()) macro
/external/llvm-project/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp18 #ifndef FLT_ROUNDS
19 #error FLT_ROUNDS not defined
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp18 #ifndef FLT_ROUNDS
19 #error FLT_ROUNDS not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp16 #ifndef FLT_ROUNDS
17 #error FLT_ROUNDS not defined
/external/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp16 #ifndef FLT_ROUNDS
17 #error FLT_ROUNDS not defined
/external/llvm-project/clang/lib/Headers/
Dfloat.h35 # undef FLT_ROUNDS
83 #define FLT_ROUNDS (__builtin_flt_rounds()) macro
/external/llvm-project/libcxx/include/
Dcfloat18 FLT_ROUNDS
/external/libcxx/include/
Dcfloat19 FLT_ROUNDS
/external/python/cpython2/Lib/plat-beos5/
DIN.py75 FLT_ROUNDS = 1 variable
/external/python/cpython3/Python/
Ddtoa.c268 #ifdef FLT_ROUNDS
269 #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.c104 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.rst533 | :const:`rounds` | FLT_ROUNDS | integer constant representing the rounding mode |
535 | | | the value of the system FLT_ROUNDS macro at |
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc76 SYMBOL(FLT_ROUNDS, None, <float.h>)
/external/llvm-project/llvm/docs/
DLangRef.rst19480 Encoding of the returned values is same as the result of ``FLT_ROUNDS``,