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 in __to_chars()
454 // Ryu generated X: __v.__mantissa * 10^_Ryu_exponent in __to_chars()
471 …// need to re-synthesize it; the original double must have been X, because Ryu wouldn't produce the in __to_chars()
472 …// same output for two different doubles X and Y). This allows Ryu's output to be used (zero-fille… in __to_chars()
746 …// (as positive exponents make the range non-dense). For that dense range, Ryu will always be used: in __d2s_buffered_n()
747 // every digit is necessary to uniquely identify the value, so Ryu must print them all. in __d2s_buffered_n()
750 …// for which Ryu can't be used (and a few Ryu-friendly values). We can save time by detecting posi… in __d2s_buffered_n()
751 …// exponents here and skipping Ryu. Calling __d2fixed_buffered_n() with precision 0 is valid for a… in __d2s_buffered_n()
752 // (so it's okay if we call it with a Ryu-friendly value). in __d2s_buffered_n()