Lines Matching full:when
32 These compile-time flags will change the behavior of LLVM-libc's printf when it
37 When set, this flag changes fprintf and printf to use the FILE API from the
39 when LLVM-libc is built in overlay mode.
43 When set, this flag disables support for the POSIX "%n$" format, hereafter
51 used in index mode to avoid re-parsing the format string to determine types when
53 effect when index mode is disabled.
57 When set, this flag disables support for the C Standard "%n" conversion; any
63 When set, this flag disables support for floating point numbers and all their
69 When set, this flag disables support for fixed point numbers and all their
76 When set, this flag disables the nullptr checks in %n and %s.
80 When set, this flag changes the include path for the "converter atlas" which is
86 When set, this flag replaces all decimal long double conversions (%Lf, %Le, %Lg)
88 significantly, but may cause some tests to fail. This has no effect when float
96 Ryu Algorithm. Additionally they have no effect when float conversions are
113 When set, the float to string decimal conversion algorithm will use a larger
115 size when compiled.
119 When set, the float to string decimal conversion algorithm will use dyadic
120 floats instead of a table when performing floating point conversions. This
128 When set, the float to string decimal conversion algorithm will use wide
129 integers instead of a table when performing floating point conversions. This
135 When set, the float to string decimal conversion algorithm will not use either
137 algorithmic constants to improve performance when using calculation algorithms.
145 When printf encounters an invalid conversion specification, the entire
214 available when the compiler is detected as having support for fixed point