Home
last modified time | relevance | path

Searched refs:SmallFpToString (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.cpp538 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);
Dets_intrinsics_helpers.h318 char *SmallFpToString(FpType number, bool negative, char *buffer);
352 auto bufferEnd = SmallFpToString(number, negative, buffer.begin()); in FpToStringDecimalRadix()