Searched refs:hexfloat (Results 1 – 7 of 7) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | floatscan.c | 314 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/ |
D | floatscan.c | 314 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/ |
D | floatscan.c | 314 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/ |
D | floatscan.c | 314 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/ |
D | jsontest.h | 87 oss << std::setprecision(16) << std::hexfloat << value;
|
/third_party/ffmpeg/libavutil/ |
D | avsscanf.c | 497 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/ |
D | stylo.hpp | 26696 hexfloat(ios_base& __base) in hexfloat() function
|