Lines Matching defs:fa
275 float fa;
324 __ lwc1(f4, MemOperand(a0, offsetof(T, fa)) );
327 __ swc1(f8, MemOperand(a0, offsetof(T, fc)) ); // fc = fa + fb.
333 __ swc1(f4, MemOperand(a0, offsetof(T, fb)) ); // fb = fa.
342 __ swc1(f12, MemOperand(a0, offsetof(T, ff)) ); // ff = fe / fa
365 t.fa = 1.5e6;
385 CHECK_EQ(1.5e6, t.fa);
3793 float fa;
3805 __ lwc1(f4, MemOperand(a0, offsetof(TestFloat, fa)));
3820 test.fa = 2.0;
3828 test.fa = std::numeric_limits<float>::max();
3836 test.fa = std::numeric_limits<float>::max();
3844 test.fa = 5.0;