Searched refs:remquof (Results 1 – 6 of 6) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_remquof.c | 30 remquof(float x, float y, int *quo) in remquof() function
|
/bionic/tests/ |
D | math_test.cpp | 1605 TEST(MATH_TEST, remquof) { in TEST() argument 1607 float f = remquof(13.0f, 4.0f, &q); in TEST() 1612 ASSERT_TRUE(isnanf(remquof(nanf(""), 10.0f, &q))); in TEST() 1613 ASSERT_TRUE(isnanf(remquof(12.0f, nanf(""), &q))); in TEST() 1616 ASSERT_TRUE(isnanf(remquof(HUGE_VALF, 10.0f, &q))); in TEST() 1617 ASSERT_TRUE(isnanf(remquof(-HUGE_VALF, 10.0f, &q))); in TEST() 1620 ASSERT_TRUE(isnanf(remquof(12.0f, 0.0f, &q))); in TEST() 2050 DoMathDataTest<1>(g_remquof_intel_data, remquof); in TEST()
|
/bionic/tests/headers/posix/ |
D | math_h.c | 296 FUNCTION(remquof, float (*f)(float, float, int*)); in math_h()
|
/bionic/libc/include/ |
D | math.h | 272 float remquof(float __x, float __y, int* __quotient_bits);
|
/bionic/libm/ |
D | libm.map.txt | 220 remquof;
|
/bionic/libc/tools/ |
D | posix-2013.txt | 855 remquof
|