Home | History | Annotate | Download | only in mirror

Lines Matching refs:bits

205   JValue bits;
206 bits.SetI(Get32(object));
207 return bits.GetF();
213 JValue bits;
214 bits.SetF(f);
215 Set32<kTransactionActive>(object, bits.GetI());
220 JValue bits;
221 bits.SetJ(Get64(object));
222 return bits.GetD();
228 JValue bits;
229 bits.SetD(d);
230 Set64<kTransactionActive>(object, bits.GetJ());