Home
last modified time | relevance | path

Searched refs:FLT_MIN_EXP (Results 1 – 16 of 16) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
Dfloat.h19 #define FLT_MIN_EXP (-125) macro
Dvalues.h33 #define FMINEXP FLT_MIN_EXP
/third_party/musl/ndk_musl_include/
Dfloat.h19 #define FLT_MIN_EXP (-125) macro
Dvalues.h33 #define FMINEXP FLT_MIN_EXP
/third_party/musl/porting/liteos_a/kernel/include/
Dfloat.h19 #define FLT_MIN_EXP (-125) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfloat.h19 #define FLT_MIN_EXP (-125) macro
Dvalues.h33 #define FMINEXP FLT_MIN_EXP
/third_party/musl/include/
Dfloat.h19 #define FLT_MIN_EXP (-125) macro
Dvalues.h33 #define FMINEXP FLT_MIN_EXP
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dvalues.h33 #define FMINEXP FLT_MIN_EXP
/third_party/musl/libc-test/src/api/
Dfloat.c17 C(FLT_MIN_EXP) in f()
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dfloatscan.c437 emin = FLT_MIN_EXP-bits; in __floatscan()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dfloatscan.c437 emin = FLT_MIN_EXP-bits; in __floatscan()
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dfloatscan.c437 emin = FLT_MIN_EXP-bits; in __floatscan()
/third_party/musl/src/internal/
Dfloatscan.c437 emin = FLT_MIN_EXP-bits; in __floatscan()
/third_party/ffmpeg/libavutil/
Davsscanf.c621 emin = FLT_MIN_EXP-bits; in fffloatscan()