Home
last modified time | relevance | path

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

123

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/sparcv7/
A Dudiv.S149 ! remainder is positive
154 ! remainder is positive
159 ! remainder is positive
164 ! remainder is positive
170 ! remainder is negative
177 ! remainder is negative
182 ! remainder is positive
188 ! remainder is negative
196 ! remainder is negative
201 ! remainder is positive
[all …]
A Durem.S149 ! remainder is positive
154 ! remainder is positive
159 ! remainder is positive
164 ! remainder is positive
170 ! remainder is negative
177 ! remainder is negative
182 ! remainder is positive
188 ! remainder is negative
196 ! remainder is negative
201 ! remainder is positive
[all …]
A Drem.S162 ! remainder is positive
167 ! remainder is positive
172 ! remainder is positive
177 ! remainder is positive
183 ! remainder is negative
190 ! remainder is negative
195 ! remainder is positive
201 ! remainder is negative
209 ! remainder is negative
214 ! remainder is positive
[all …]
A Dsdiv.S162 ! remainder is positive
167 ! remainder is positive
172 ! remainder is positive
177 ! remainder is positive
183 ! remainder is negative
190 ! remainder is negative
195 ! remainder is positive
201 ! remainder is negative
209 ! remainder is negative
214 ! remainder is positive
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc-standard/
A Dmalloc.c736 remainder = chunk_at_offset(p, nb); in __malloc_alloc()
737 av->top = remainder; in __malloc_alloc()
939 av->last_remainder = remainder; in malloc()
940 remainder->bk = remainder->fd = unsorted_chunks(av); in malloc()
944 set_foot(remainder, remainder_size); in malloc()
1031 remainder->bk = remainder->fd = unsorted_chunks(av); in malloc()
1114 remainder->bk = remainder->fd = unsorted_chunks(av); in malloc()
1117 av->last_remainder = remainder; in malloc()
1121 set_foot(remainder, remainder_size); in malloc()
1150 remainder = chunk_at_offset(victim, nb); in malloc()
[all …]
A Dmemalign.c35 mchunkptr remainder; /* spare room at end to split off */ in memalign() local
116 remainder = chunk_at_offset(p, nb); in memalign()
117 set_head(remainder, remainder_size | PREV_INUSE); in memalign()
119 free(chunk2mem(remainder)); in memalign()
A Drealloc.c36 mchunkptr remainder; /* extra space at end of newp */ in realloc() local
168 remainder = chunk_at_offset(newp, nb); in realloc()
170 set_head(remainder, remainder_size | PREV_INUSE); in realloc()
172 set_inuse_bit_at_offset(remainder, remainder_size); in realloc()
173 free(chunk2mem(remainder)); in realloc()
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A De_remainder.c71 double remainder(double x, double y) in remainder() function
80 strong_alias(remainder, drem)
82 strong_alias(__ieee754_remainder, remainder)
85 libm_hidden_def(remainder)
A Ds_remquo.c29 return remainder(x,y); in remquo()
A Dfloat_wrappers.c323 return (float) remainder( (double)x, (double)y ); in remainderf()
A Dldouble_wrappers.c307 WRAPPER2(remainder) in WRAPPER2()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/
A Dmath.SUSv4.syms133 remainder
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dtgmath.h402 #define remainder(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, remainder) macro
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/c_compatibility/
A Dmath.h104 using std::remainder;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/c_compatibility/
A Dmath.h104 using std::remainder;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/c_compatibility/
A Dmath.h104 using std::remainder;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/c_compatibility/
A Dmath.h104 using std::remainder;
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A Dmathcalls.h306 __MATHCALLI (remainder,, (_Mdouble_ __x, _Mdouble_ __y))
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/c_compatibility/
A Dmath.h104 using std::remainder;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/c_compatibility/
A Dmath.h104 using std::remainder;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/
A Dmath.h78 using std::tr1::remainder;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/
A Dmath.h78 using std::tr1::remainder;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/
A Dmath.h78 using std::tr1::remainder;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/
A Dmath.h78 using std::tr1::remainder;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/
A Dmath.h78 using std::tr1::remainder;

Completed in 27 milliseconds

123