Home
last modified time | relevance | path

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

/bionic/tests/
Dfloat_test.cpp22 #if !defined(FLT_RADIX) in TEST()
23 #error FLT_RADIX in TEST()
/bionic/tests/headers/posix/
Dfloat_h.c38 MACRO(FLT_RADIX); in float_h()
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgdtoaimp.h223 #define FLT_RADIX 2 macro
231 #define FLT_RADIX 16 macro
239 #define FLT_RADIX 2 macro
Dstrtod.c932 if (aadj < 2./FLT_RADIX)
933 aadj = 1./FLT_RADIX;
1048 else if (aadj < .4999999/FLT_RADIX)