Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DCommandLine.cpp1632 double dVal; in parse() local
1633 if (parseDouble(O, Arg, dVal)) in parse()
1635 Val = (float)dVal; in parse()
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c203633 double dVal;
203634 memcpy(&dVal, &iVal, 8);
203635 if( dVal==sqlite3_column_double(pStmt, i) ) break;