Searched defs:decpt (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/ |
| D | numberLiteral.cpp | 139 void GetBase(FpType d, int digits, int *decpt, Span<char> buf) in GetBase() 163 static int GetBaseBinarySearch(FpType d, int *decpt, Span<char> buf) in GetBaseBinarySearch() 212 static int GetMinimumDigits(FpType d, int *decpt, Span<char> buf) in GetMinimumDigits()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
| D | ets_intrinsics_helpers.cpp | 428 void GetBase(FpType d, int digits, int *decpt, Span<char> buf) in GetBase() 461 int GetBaseFast([[maybe_unused]] FpType d, int *decpt, Span<char> buf) in GetBaseFast() 495 int GetBaseBinarySearch(FpType d, int *decpt, Span<char> buf) in GetBaseBinarySearch() 536 int GetMinimumDigits(FpType d, int *decpt, Span<char> buf) in GetMinimumDigits()
|