Home
last modified time | relevance | path

Searched refs:hexfloat (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/internal/
Dfloatscan.c314 static long double hexfloat(FILE *f, int bits, int emin, int sign, int pok) in hexfloat() function
501 return hexfloat(f, bits, emin, sign, pok); in __floatscan()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dfloatscan.c314 static long double hexfloat(FILE *f, int bits, int emin, int sign, int pok) in hexfloat() function
501 return hexfloat(f, bits, emin, sign, pok); in __floatscan()
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dfloatscan.c314 static long double hexfloat(FILE *f, int bits, int emin, int sign, int pok) in hexfloat() function
501 return hexfloat(f, bits, emin, sign, pok); in __floatscan()
/third_party/musl/src/internal/
Dfloatscan.c314 static long double hexfloat(FILE *f, int bits, int emin, int sign, int pok) in hexfloat() function
501 return hexfloat(f, bits, emin, sign, pok); in __floatscan()
/third_party/jsoncpp/src/test_lib_json/
Djsontest.h87 oss << std::setprecision(16) << std::hexfloat << value;
/third_party/ffmpeg/libavutil/
Davsscanf.c497 static double hexfloat(FFFILE *f, int bits, int emin, int sign, int pok) in hexfloat() function
685 return hexfloat(f, bits, emin, sign, pok); in fffloatscan()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp26696 hexfloat(ios_base& __base) in hexfloat() function