Home | History | Annotate | Download | only in dist

Lines Matching refs:P4_REAL

7122     double *pReal;         /* Used when p4type is P4_REAL */
7181 #define P4_REAL (-12) /* P4 is a 64-bit floating point value */
47994 case P4_REAL:
48316 case P4_REAL: {
62403 sqlite3VdbeAddOp4(v, OP_Real, 0, iMem, 0, zV, P4_REAL);