Searched refs:SmallFpToString (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
| D | ets_intrinsics_helpers.cpp | 538 char *SmallFpToString(FpType number, bool negative, char *buffer) in SmallFpToString() function 629 template char *SmallFpToString<double>(double number, bool negative, char *buffer); 630 template char *SmallFpToString<float>(float number, bool negative, char *buffer);
|
| D | ets_intrinsics_helpers.h | 318 char *SmallFpToString(FpType number, bool negative, char *buffer); 352 auto bufferEnd = SmallFpToString(number, negative, buffer.begin()); in FpToStringDecimalRadix()
|