Searched defs:pok (Results 1 – 10 of 10) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | floatscan.c | 36 static long long scanexp(FILE *f, int pok) in scanexp() 63 static long double decfloat(FILE *f, int c, int bits, int emin, int sign, int pok) in decfloat() 314 static long double hexfloat(FILE *f, int bits, int emin, int sign, int pok) in hexfloat() 426 long double __floatscan(FILE *f, int prec, int pok) in __floatscan()
|
D | intscan.c | 26 unsigned long long __intscan(FILE *f, unsigned base, int pok, unsigned long long lim) in __intscan()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | floatscan.c | 36 static long long scanexp(FILE *f, int pok) in scanexp() 63 static long double decfloat(FILE *f, int c, int bits, int emin, int sign, int pok) in decfloat() 314 static long double hexfloat(FILE *f, int bits, int emin, int sign, int pok) in hexfloat() 426 long double __floatscan(FILE *f, int prec, int pok) in __floatscan()
|
D | intscan.c | 26 unsigned long long __intscan(FILE *f, unsigned base, int pok, unsigned long long lim) in __intscan()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | floatscan.c | 36 static long long scanexp(FILE *f, int pok) in scanexp() 63 static long double decfloat(FILE *f, int c, int bits, int emin, int sign, int pok) in decfloat() 314 static long double hexfloat(FILE *f, int bits, int emin, int sign, int pok) in hexfloat() 426 long double __floatscan(FILE *f, int prec, int pok) in __floatscan()
|
D | intscan.c | 26 unsigned long long __intscan(FILE *f, unsigned base, int pok, unsigned long long lim) in __intscan()
|
/third_party/musl/src/internal/ |
D | floatscan.c | 36 static long long scanexp(FILE *f, int pok) in scanexp() 63 static long double decfloat(FILE *f, int c, int bits, int emin, int sign, int pok) in decfloat() 314 static long double hexfloat(FILE *f, int bits, int emin, int sign, int pok) in hexfloat() 426 long double __floatscan(FILE *f, int prec, int pok) in __floatscan()
|
D | intscan.c | 26 unsigned long long __intscan(FILE *f, unsigned base, int pok, unsigned long long lim) in __intscan()
|
/third_party/ffmpeg/libavutil/ |
D | avsscanf.c | 138 static unsigned long long ffintscan(FFFILE *f, unsigned base, int pok, unsigned long long lim) in ffintscan() 214 static long long scanexp(FFFILE *f, int pok) in scanexp() 245 static double decfloat(FFFILE *f, int c, int bits, int emin, int sign, int pok) in decfloat() 497 static double hexfloat(FFFILE *f, int bits, int emin, int sign, int pok) in hexfloat() 610 static double fffloatscan(FFFILE *f, int prec, int pok) in fffloatscan()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | aacsbr_mips.c | 336 float *g_temp1, *q_temp1, *pok, *pok1; in sbr_hf_assemble_mips() local
|