Searched refs:gottail (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | floatscan.c | 320 int gottail = 0, gotrad = 0, gotdig = 0; in hexfloat() local 352 } else if (d && !gottail) { in hexfloat() 354 gottail = 1; in hexfloat()
|
/third_party/musl/src/internal/ |
D | floatscan.c | 320 int gottail = 0, gotrad = 0, gotdig = 0; in hexfloat() local 352 } else if (d && !gottail) { in hexfloat() 354 gottail = 1; in hexfloat()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | floatscan.c | 320 int gottail = 0, gotrad = 0, gotdig = 0; in hexfloat() local 352 } else if (d && !gottail) { in hexfloat() 354 gottail = 1; in hexfloat()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | floatscan.c | 320 int gottail = 0, gotrad = 0, gotdig = 0; in hexfloat() local 352 } else if (d && !gottail) { in hexfloat() 354 gottail = 1; in hexfloat()
|
/third_party/ffmpeg/libavutil/ |
D | avsscanf.c | 503 int gottail = 0, gotrad = 0, gotdig = 0; in hexfloat() local 536 } else if (d && !gottail) { in hexfloat() 538 gottail = 1; in hexfloat()
|