Home | History | Annotate | Download | only in tests

Lines Matching defs:dr

1271   double dr = frexp(1024.0, &exp);
1272 ASSERT_DOUBLE_EQ(1024.0, scalbn(dr, exp));