Searched refs:StrCatStr (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/lite/micro/ |
D | micro_string.cc | 57 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()
|