Home
last modified time | relevance | path

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

/original-bsd/sys/sparc/include/
H A Dfloat.h22 #define FLT_ROUNDS 1 /* add rounds to nearest by default */ macro
/original-bsd/sys/vax/include/
H A Dfloat.h11 #define FLT_ROUNDS 1 /* FP addition rounds to nearest */ macro
/original-bsd/sys/hp300/include/
H A Dfloat.h11 #define FLT_ROUNDS 1 /* FP addition rounds to nearest */ macro
/original-bsd/lib/libc/stdlib/
H A Dstrtod.c136 #define FLT_ROUNDS 1 macro
145 #define FLT_ROUNDS 0 macro
154 #define FLT_ROUNDS 1 macro
1302 && FLT_ROUNDS == 1
1577 switch(FLT_ROUNDS) {
1586 if (FLT_ROUNDS == 0)