Searched refs:decfloat (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | floatscan.c | 63 static long double decfloat(FILE *f, int c, int bits, int emin, int sign, int pok) in decfloat() function 506 return decfloat(f, c, bits, emin, sign, pok); in __floatscan()
|
/third_party/musl/src/internal/ |
D | floatscan.c | 63 static long double decfloat(FILE *f, int c, int bits, int emin, int sign, int pok) in decfloat() function 506 return decfloat(f, c, bits, emin, sign, pok); in __floatscan()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | floatscan.c | 63 static long double decfloat(FILE *f, int c, int bits, int emin, int sign, int pok) in decfloat() function 506 return decfloat(f, c, bits, emin, sign, pok); in __floatscan()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | floatscan.c | 63 static long double decfloat(FILE *f, int c, int bits, int emin, int sign, int pok) in decfloat() function 506 return decfloat(f, c, bits, emin, sign, pok); in __floatscan()
|
/third_party/ffmpeg/libavutil/ |
D | avsscanf.c | 245 static double decfloat(FFFILE *f, int c, int bits, int emin, int sign, int pok) in decfloat() function 690 return decfloat(f, c, bits, emin, sign, pok); in fffloatscan()
|