Lines Matching full:ryu
46 #include "include/ryu/common.h"
47 #include "include/ryu/d2fixed.h"
48 #include "include/ryu/d2s.h"
49 #include "include/ryu/d2s_full_table.h"
50 #include "include/ryu/d2s_intrinsics.h"
51 #include "include/ryu/digit_table.h"
52 #include "include/ryu/ryu.h"
404 // 2 | 172900 | 6 | _Whole_digits | Ryu can't be used for printing
454 // Ryu generated X: __v.__mantissa * 10^_Ryu_exponent
471 // need to re-synthesize it; the original double must have been X, because Ryu wouldn't produce the
472 // same output for two different doubles X and Y). This allows Ryu's output to be used (zero-filled).
746 // (as positive exponents make the range non-dense). For that dense range, Ryu will always be used:
747 // every digit is necessary to uniquely identify the value, so Ryu must print them all.
750 // for which Ryu can't be used (and a few Ryu-friendly values). We can save time by detecting positive
751 // exponents here and skipping Ryu. Calling __d2fixed_buffered_n() with precision 0 is valid for all integers
752 // (so it's okay if we call it with a Ryu-friendly value).