HomeSort by relevance Sort by last modified time
    Searched refs:dremf (Results 51 - 52 of 52) sorted by null

1 23

  /bionic/libm/include/
math.h 369 float dremf(float, float);
  /bionic/tests/
math_test.cpp 575 TEST(math, dremf) {
576 ASSERT_FLOAT_EQ(2.0f, dremf(12.0f, 10.0f));

Completed in 2237 milliseconds

1 23