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.cpp658 TEST(math, remainder) { in TEST() argument
659 ASSERT_DOUBLE_EQ(2.0, remainder(12.0, 10.0)); in TEST()
/bionic/libc/upstream-dlmalloc/
Dmalloc.c4969 mchunkptr remainder = chunk_plus_offset(p, nb); in internal_memalign() local
4971 set_inuse(m, remainder, remainder_size); in internal_memalign()
4972 dispose_chunk(m, remainder, remainder_size); in internal_memalign()