Searched refs:remainder (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/arch-arm/bionic/ |
D | bpabi.c | 32 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/ |
D | w_drem.c | 14 return remainder(x, y);
|
D | e_remainder.c | 78 __weak_reference(remainder, remainderl);
|
D | math_private.h | 856 #define __ieee754_remainder remainder
|
/bionic/libc/arch-mips/bionic/ |
D | __bionic_clone.S | 46 # remainder of arguments are correct for clone system call
|
/bionic/libc/arch-mips64/bionic/ |
D | __bionic_clone.S | 64 # remainder of arguments are correct for clone system call
|
/bionic/tests/headers/posix/ |
D | tgmath_h.c | 104 TGMATH2(remainder); in tgmath_h()
|
D | math_h.c | 291 FUNCTION(remainder, double (*f)(double, double)); in math_h()
|
/bionic/tests/ |
D | math_test.cpp | 844 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/ |
D | math.h | 267 double remainder(double __x, double __y); 269 long double remainderl(long double __x, long double __y) __RENAME_LDBL(remainder, 3, 21);
|
/bionic/libm/ |
D | libm.map.txt | 216 remainder;
|
/bionic/libc/tools/ |
D | posix-2013.txt | 851 remainder
|