Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dldtoa.c2646 #define NTEN 12 macro
2650 static const unsigned short etens[NTEN + 1][NE] = {
2679 static const unsigned short emtens[NTEN + 1][NE] = {
2708 static const unsigned short etens[NTEN + 1][NE] = {
2724 static const unsigned short emtens[NTEN + 1][NE] = {
3037 ten = &etens[NTEN][0]; in etoasc()
3085 p = &etens[NTEN - 4][0]; in etoasc()
3600 p = &etens[NTEN][0];