Home | History | Annotate | Download | only in tests

Lines Matching refs:scalbnl

1132 TEST(math, scalbnl) {
1133 ASSERT_DOUBLE_EQ(12.0L, scalbnl(3.0L, 2));
1314 ASSERT_DOUBLE_EQ(1024.0L, scalbnl(ldr, exp));