Searched refs:_Mid (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/src/ryu/ |
| H A D | d2s.cpp | 448 char* _Mid; in __to_chars() local 507 _Mid = _First + __olength; in __to_chars() 510 _Mid = _First + _Total_fixed_length; in __to_chars() 531 std::memcpy(_Mid -= 2, __DIGIT_TABLE + __c0, 2); in __to_chars() 532 std::memcpy(_Mid -= 2, __DIGIT_TABLE + __c1, 2); in __to_chars() 533 std::memcpy(_Mid -= 2, __DIGIT_TABLE + __d0, 2); in __to_chars() 534 std::memcpy(_Mid -= 2, __DIGIT_TABLE + __d1, 2); in __to_chars() 546 std::memcpy(_Mid -= 2, __DIGIT_TABLE + __c0, 2); in __to_chars() 547 std::memcpy(_Mid -= 2, __DIGIT_TABLE + __c1, 2); in __to_chars() 552 std::memcpy(_Mid -= 2, __DIGIT_TABLE + __c, 2); in __to_chars() [all …]
|
| H A D | f2s.cpp | 507 char* _Mid; in __to_chars() local 555 _Mid = _First + __olength; in __to_chars() 558 _Mid = _First + _Total_fixed_length; in __to_chars() 570 std::memcpy(_Mid -= 2, __DIGIT_TABLE + __c0, 2); in __to_chars() 571 std::memcpy(_Mid -= 2, __DIGIT_TABLE + __c1, 2); in __to_chars() 576 std::memcpy(_Mid -= 2, __DIGIT_TABLE + __c, 2); in __to_chars() 580 std::memcpy(_Mid -= 2, __DIGIT_TABLE + __c, 2); in __to_chars() 582 *--_Mid = static_cast<char>('0' + _Output); in __to_chars()
|