Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/
Dmicro_string.cc57 char* StrCatStr(char* main, int main_max_length, const char* to_append) { in StrCatStr() function
105 return StrCatStr(main, main_max_length, number_string); in StrCatInt32()
112 return StrCatStr(main, main_max_length, number_string); in StrCatUInt32()
143 current = StrCatStr(current, (current_end - current), "Inf"); in FastFloatToBufferLeft()
146 current = StrCatStr(current, (current_end - current), "NaN"); in FastFloatToBufferLeft()
211 current = StrCatStr(current, (current_end - current), "*2^"); in FastFloatToBufferLeft()