Home | History | Annotate | Download | only in cctest

Lines Matching defs:fe

279     float fe;
339 __ swc1(f10, MemOperand(a0, offsetof(T, fe)) ); // fe = fd * 120
342 __ swc1(f12, MemOperand(a0, offsetof(T, ff)) ); // ff = fe / fa
369 t.fe = 0.0;
389 CHECK_EQ(1.866e08, t.fe);