Home
last modified time | relevance | path

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

/third_party/musl/porting/uniproton/kernel/include/
Dfloat.h9 #define FLT_ROUNDS (__flt_rounds()) macro
/third_party/musl/ndk_musl_include/
Dfloat.h9 #define FLT_ROUNDS (__flt_rounds()) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfloat.h9 #define FLT_ROUNDS (__flt_rounds()) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfloat.h9 #define FLT_ROUNDS (__flt_rounds()) macro
/third_party/musl/include/
Dfloat.h9 #define FLT_ROUNDS (__flt_rounds()) macro
/third_party/musl/libc-test/src/api/
Dfloat.c7 I(int,FLT_ROUNDS) in f()
/third_party/FreeBSD/contrib/gdtoa/
Dgdtoaimp.h347 #ifdef FLT_ROUNDS
348 #define Flt_Rounds FLT_ROUNDS
/third_party/python/Python/
Ddtoa.c268 #ifdef FLT_ROUNDS
269 #define Flt_Rounds FLT_ROUNDS
/third_party/python/Objects/
Dfloatobject.c112 SetIntFlag(FLT_ROUNDS); in PyFloat_GetInfo()
/third_party/python/Doc/library/
Dsys.rst554 | :const:`rounds` | FLT_ROUNDS | integer constant representing the rounding mode |
556 | | | the value of the system FLT_ROUNDS macro at |
/third_party/musl/
DWHATSNEW1449 - FLT_ROUNDS macro failed to reflect rounding mode changes in fenv
1467 - new FLT_ROUNDS definition failed to work in C++ code