Searched refs:NUMSIZE (Results 1 – 1 of 1) sorted by relevance
3024 const int32_t NUMSIZE=1000000; local3025 char *num = new char[NUMSIZE];3026 for (int32_t i=0; i<NUMSIZE; i++) {3029 num[NUMSIZE-3] = '.';3030 num[NUMSIZE-1] = 0;