Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Dw_drem.c14 return remainder(x, y);
De_remainder.c78 __weak_reference(remainder, remainderl);
Dmath_private.h696 #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/libm/include/
Dmath.h246 double remainder(double, double);
/bionic/tests/
Dmath_test.cpp660 TEST(math, remainder) { in TEST() argument
661 ASSERT_DOUBLE_EQ(2.0, remainder(12.0, 10.0)); in TEST()
/bionic/libc/upstream-dlmalloc/
Dmalloc.c4971 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()