Home
last modified time | relevance | path

Searched refs:Flt_Rounds (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Dmprec.h181 #ifndef Flt_Rounds
183 #define Flt_Rounds FLT_ROUNDS macro
185 #define Flt_Rounds 1 macro
193 #define Flt_Rounds 0 macro
218 #define Flt_Rounds 1 macro
Dstrtod.c170 #define Rounding Flt_Rounds
502 && Flt_Rounds == 1
581 if ((rounding = Flt_Rounds) >= 2) {
1110 if (Flt_Rounds == 0)
Dstrtodg.c311 Flt_Rounds in rvOK()