Home
last modified time | relevance | path

Searched refs:FLT_ROUNDS (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
H A Dfloat.h9 #define FLT_ROUNDS (__flt_rounds()) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfloat.h9 #define FLT_ROUNDS (__flt_rounds()) macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfloat.h9 #define FLT_ROUNDS (__flt_rounds()) macro
/third_party/musl/include/
H A Dfloat.h9 #define FLT_ROUNDS (__flt_rounds()) macro
/third_party/musl/libc-test/src/api/
H A Dfloat.c7 I(int,FLT_ROUNDS) in f()
/third_party/FreeBSD/contrib/gdtoa/
H A Dgdtoaimp.h95 * #define Check_FLT_ROUNDS if FLT_ROUNDS can assume the values 2 or 3.
119 * FLT_RADIX, FLT_ROUNDS, and DBL_MAX.
347 #ifdef FLT_ROUNDS
348 #define Flt_Rounds FLT_ROUNDS
/third_party/python/Python/
H A Ddtoa.c269 #ifdef FLT_ROUNDS
270 #define Flt_Rounds FLT_ROUNDS
2275 as modes 2 and 3 when FLT_ROUNDS != 1. in _Py_dg_dtoa()
/third_party/python/Objects/
H A Dfloatobject.c81 {"rounds", "FLT_ROUNDS -- rounding mode used for arithmetic "
119 SetIntFlag(FLT_ROUNDS); in PyFloat_GetInfo()

Completed in 10 milliseconds