Lines Matching full:to_string
97 result += to_string(type.columns());
112 result += to_string(type.columns());
115 result += to_string(type.rows());
122 result += to_string(type.columns());
237 String tmpVar1 = "minAbsHackVar" + to_string(fVarCount++);
238 String tmpVar2 = "minAbsHackVar" + to_string(fVarCount++);
409 String name = "transpose" + to_string(mat.fType.columns()) + to_string(mat.fType.rows());
423 fExtraFunctions.writeText(("m[" + to_string(column) + "][" + to_string(row) +
844 this->write(to_string(i.fValue & 0xffffffff) + "u");
846 this->write(to_string(i.fValue & 0xffff) + "u");
848 this->write(to_string((int32_t) i.fValue));
853 this->write(to_string(f.fValue));
882 this->write("[" + to_string(s) + "]");