OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:etGENERIC
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
printf.c
62
#define
etGENERIC
4 /* Floating or exponential, depending on exponent. %g */
116
{ 'g', 0, 1,
etGENERIC
, 30, 0 },
130
{ 'G', 0, 1,
etGENERIC
, 14, 0 },
465
case
etGENERIC
:
480
if( xtype==
etGENERIC
&& precision>0 ) precision--;
516
** If the field type is
etGENERIC
, then convert to either etEXP
524
if( xtype==
etGENERIC
){
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 539 milliseconds