Lines Matching defs:float
18 float f;
21 - (id)initWithInt:(int)x andFloat:(float)y andChar:(char)z;
30 - (id)initWithInt:(int)x andFloat:(float)y andChar:(char)z andOtherInt:(int)q;
36 - (id)initWithInt:(int)x andFloat:(float)y andChar:(char)z {
55 - (id)initWithInt:(int)x andFloat:(float)y andChar:(char)z andOtherInt:(int)q {
67 float mass;
69 - (void)setMass:(float)newMass;
70 - (float)mass;
82 - (void)setMass:(float)newMass {
85 - (float)mass {