Searched refs:remainder (Results 1 – 8 of 8) sorted by relevance
/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 | 696 #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/libm/include/ |
D | math.h | 246 double remainder(double, double);
|
/bionic/tests/ |
D | math_test.cpp | 660 TEST(math, remainder) { in TEST() argument 661 ASSERT_DOUBLE_EQ(2.0, remainder(12.0, 10.0)); in TEST()
|
/bionic/libc/upstream-dlmalloc/ |
D | malloc.c | 4971 mchunkptr remainder = chunk_plus_offset(p, nb); in internal_memalign() local 4973 set_inuse(m, remainder, remainder_size); in internal_memalign() 4974 dispose_chunk(m, remainder, remainder_size); in internal_memalign()
|