Lines Matching full:atof
4168 ** <tr><td> TEXT <td> FLOAT <td> Use atof()
4171 ** <tr><td> BLOB <td> FLOAT <td> Convert to TEXT then use atof()
4177 ** and atof(). SQLite does not really use these functions. It has its
4178 ** own equivalent internal routines. The atoi() and atof() names are
66525 ** equivalent of atoi() or atof() and store 0 if no such conversion
76344 assert( !sqlite3IsNaN(value) ); /* The new AtoF never returns NaN */