Searched refs:subtract (Results 1 – 22 of 22) sorted by relevance
/glibc-2.36/sysdeps/mach/hurd/ |
D | getitimer.c | 32 subtract_timeval (struct timeval *from, const struct timeval *subtract) in subtract_timeval() argument 34 from->tv_usec -= subtract->tv_usec; in subtract_timeval() 35 from->tv_sec -= subtract->tv_sec; in subtract_timeval()
|
D | setitimer.c | 57 subtract_timeval (struct timeval *from, const struct timeval *subtract) in subtract_timeval() argument 59 from->tv_usec -= subtract->tv_usec; in subtract_timeval() 60 from->tv_sec -= subtract->tv_sec; in subtract_timeval()
|
/glibc-2.36/time/ |
D | difftime.c | 33 subtract (__time64_t time1, __time64_t time0) in subtract() function 118 return time1 < time0 ? - subtract (time0, time1) : subtract (time1, time0); in __difftime64()
|
/glibc-2.36/sysdeps/sparc/sparc64/ |
D | sub_n.S | 45 subcc %o3,%g1,%g1 ! subtract s1 limb from sum 49 movcs %xcc,1,%o4 ! if s1 subtract gave carry, record it
|
/glibc-2.36/sysdeps/sparc/sparc32/ |
D | submul_1.S | 2 ! subtract the result from a second limb vector.
|
/glibc-2.36/sysdeps/sparc/sparc32/sparcv9/ |
D | submul_1.S | 2 ! and subtract the result from a second limb vector.
|
/glibc-2.36/sysdeps/sparc/sparc64/multiarch/ |
D | submul_1-vis3.S | 2 ! limb and subtract the result from a second limb vector.
|
/glibc-2.36/sysdeps/alpha/ |
D | submul_1.S | 2 # subtract the result from a second limb vector.
|
/glibc-2.36/sysdeps/i386/ |
D | dl-trampoline.S | 240 # Allocate space for La_i86_retval and subtract 12 free bytes.
|
/glibc-2.36/sysdeps/hppa/hppa1.1/ |
D | submul_1.S | 2 ;! subtract the result from a second limb vector.
|
/glibc-2.36/benchtests/scripts/ |
D | plot_strings.py | 72 abs_diff = np.subtract(x, x_reference)
|
/glibc-2.36/math/ |
D | libm-test-narrow-sub.inc | 1 /* Test narrowing subtract.
|
/glibc-2.36/manual/ |
D | lang.texi | 933 If the number is not normalized, then you can subtract @code{1} from the 942 it is impossible to subtract @code{1} from the exponent, so a number
|
D | memory.texi | 688 @code{PTRDIFF_MAX}, to avoid problems with programs that subtract 915 that subtract pointers or use signed indexes. Other implementations may
|
D | time.texi | 289 and end of the interval you want to time, subtract the values, and then
|
D | texinfo.tex | 4204 % common last two arguments. Also subtract one from the initial value in
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.15 | 865 (subtract): New static function, that works correctly without 1070 * libio/ftello.c (ftello): Don't subtract save_end - save_base
|
D | ChangeLog.14 | 8833 * sysdeps/powerpc/dl-tls.h (TLS_TPREL_VALUE): Don't subtract 11656 * stdio-common/vfprintf.c (vfprintf): Only subtract lowest 3 bits of
|
D | ChangeLog.5 | 318 relocating _dl_rtld_map, subtract SYM's value from final reloc value,
|
D | ChangeLog.7 | 12093 * time/strptime.c (strptime_internal) [case 'Y']: Always subtract
|
D | ChangeLog.19 | 8961 * time/difftime.c (subtract): convert to 64-bit time. 20420 * math/Versions (GLIBC_2.28): Add narrowing subtract functions.
|
D | ChangeLog.18 | 15917 argument is infinite, subtract that part of argument from itself. 37148 Add TIMEOUT to current time, don't subtract it. 50388 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1 92801 subtract stack bias.
|