Home
last modified time | relevance | path

Searched refs:remainder (Results 1 – 12 of 12) sorted by relevance

/bionic/libc/arch-arm/bionic/
Dbpabi.c32 long long __gnu_ldivmod_helper(long long a, long long b, long long* remainder) { in __gnu_ldivmod_helper() argument
34 *remainder = a - b * quotient; in __gnu_ldivmod_helper()
39 unsigned long long* remainder) { in __gnu_uldivmod_helper() argument
41 *remainder = a - b * quotient; in __gnu_uldivmod_helper()
/bionic/libm/upstream-freebsd/lib/msun/src/
Dw_drem.c14 return remainder(x, y);
De_remainder.c78 __weak_reference(remainder, remainderl);
Dmath_private.h856 #define __ieee754_remainder remainder
/bionic/libc/arch-mips/bionic/
D__bionic_clone.S46 # remainder of arguments are correct for clone system call
/bionic/libc/arch-mips64/bionic/
D__bionic_clone.S64 # remainder of arguments are correct for clone system call
/bionic/tests/headers/posix/
Dtgmath_h.c104 TGMATH2(remainder); in tgmath_h()
Dmath_h.c291 FUNCTION(remainder, double (*f)(double, double)); in math_h()
/bionic/tests/
Dmath_test.cpp844 TEST(MATH_TEST, remainder) { in TEST() argument
845 ASSERT_DOUBLE_EQ(2.0, remainder(12.0, 10.0)); in TEST()
848 ASSERT_TRUE(isnan(remainder(nan(""), 10.0))); in TEST()
849 ASSERT_TRUE(isnan(remainder(12.0, nan("")))); in TEST()
852 ASSERT_TRUE(isnan(remainder(HUGE_VAL, 10.0))); in TEST()
853 ASSERT_TRUE(isnan(remainder(-HUGE_VAL, 10.0))); in TEST()
856 ASSERT_TRUE(isnan(remainder(12.0, 0.0))); in TEST()
2035 DoMathDataTest<1>(g_remainder_intel_data, remainder); in TEST()
/bionic/libc/include/
Dmath.h267 double remainder(double __x, double __y);
269 long double remainderl(long double __x, long double __y) __RENAME_LDBL(remainder, 3, 21);
/bionic/libm/
Dlibm.map.txt216 remainder;
/bionic/libc/tools/
Dposix-2013.txt851 remainder