Home | History | Annotate | Download | only in cctest

Lines Matching defs:fe

270     float fe;
330 __ swc1(f10, MemOperand(a0, offsetof(T, fe)) ); // fe = fd * 120
333 __ swc1(f12, MemOperand(a0, offsetof(T, ff)) ); // ff = fe / fa
360 t.fe = 0.0;
380 CHECK_EQ(1.866e08, t.fe);