Lines Matching refs:__offset
17 …public float testfNan() { int o = __offset(4); return o != 0 ? bb.getFloat(o + bb_pos) : Float.NaN… in testfNan()
18 …public boolean mutateTestfNan(float testf_nan) { int o = __offset(4); if (o != 0) { bb.putFloat(o … in mutateTestfNan()
19 …public float testfPinf() { int o = __offset(6); return o != 0 ? bb.getFloat(o + bb_pos) : Float.PO… in testfPinf()
20 …public boolean mutateTestfPinf(float testf_pinf) { int o = __offset(6); if (o != 0) { bb.putFloat(… in mutateTestfPinf()
21 …public float testfNinf() { int o = __offset(8); return o != 0 ? bb.getFloat(o + bb_pos) : Float.NE… in testfNinf()
22 …public boolean mutateTestfNinf(float testf_ninf) { int o = __offset(8); if (o != 0) { bb.putFloat(… in mutateTestfNinf()
23 …public double testdNan() { int o = __offset(10); return o != 0 ? bb.getDouble(o + bb_pos) : Double… in testdNan()
24 …public boolean mutateTestdNan(double testd_nan) { int o = __offset(10); if (o != 0) { bb.putDouble… in mutateTestdNan()
25 …public double testdPinf() { int o = __offset(12); return o != 0 ? bb.getDouble(o + bb_pos) : Doubl… in testdPinf()
26 …public boolean mutateTestdPinf(double testd_pinf) { int o = __offset(12); if (o != 0) { bb.putDoub… in mutateTestdPinf()
27 …public double testdNinf() { int o = __offset(14); return o != 0 ? bb.getDouble(o + bb_pos) : Doubl… in testdNinf()
28 …public boolean mutateTestdNinf(double testd_ninf) { int o = __offset(14); if (o != 0) { bb.putDoub… in mutateTestdNinf()