Lines Matching refs:which
3 Embedded systems are often tightly constrained on code space, which
6 printf and scanf makes it very difficult to determine which
14 definition of a preprocessor symbol which maps the public printf and
17 The function name mapping happens in picolibc.specs file which scans
25 * Printf uses within picolibc (which are all integer-only) now share
29 * Printf optimizations in the compiler which map to puts or fputs now
49 the picolibc built-time option, `-Dformat-default`, which defaults to
234 * `-Dio-float-exact=true` This option, which is enabled by default,
243 doubles, or systems for which long double is the same as
246 * `-Datomic-ungetc=true` This option, which is enabled by default,
251 * `-Dprintf-small-ultoa=true` This option, which is enabled by
253 version which avoids soft division for values larger than the
270 64-bit versions of stdio interfaces which are defined with types
271 which may be 32-bits (like 'long'). This option is enabled by default.