Home
last modified time | relevance | path

Searched refs:subtract (Results 1 – 22 of 22) sorted by relevance

/glibc-2.36/sysdeps/mach/hurd/
Dgetitimer.c32 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()
Dsetitimer.c57 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/
Ddifftime.c33 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/
Dsub_n.S45 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/
Dsubmul_1.S2 ! subtract the result from a second limb vector.
/glibc-2.36/sysdeps/sparc/sparc32/sparcv9/
Dsubmul_1.S2 ! and subtract the result from a second limb vector.
/glibc-2.36/sysdeps/sparc/sparc64/multiarch/
Dsubmul_1-vis3.S2 ! limb and subtract the result from a second limb vector.
/glibc-2.36/sysdeps/alpha/
Dsubmul_1.S2 # subtract the result from a second limb vector.
/glibc-2.36/sysdeps/i386/
Ddl-trampoline.S240 # Allocate space for La_i86_retval and subtract 12 free bytes.
/glibc-2.36/sysdeps/hppa/hppa1.1/
Dsubmul_1.S2 ;! subtract the result from a second limb vector.
/glibc-2.36/benchtests/scripts/
Dplot_strings.py72 abs_diff = np.subtract(x, x_reference)
/glibc-2.36/math/
Dlibm-test-narrow-sub.inc1 /* Test narrowing subtract.
/glibc-2.36/manual/
Dlang.texi933 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
Dmemory.texi688 @code{PTRDIFF_MAX}, to avoid problems with programs that subtract
915 that subtract pointers or use signed indexes. Other implementations may
Dtime.texi289 and end of the interval you want to time, subtract the values, and then
Dtexinfo.tex4204 % common last two arguments. Also subtract one from the initial value in
/glibc-2.36/ChangeLog.old/
DChangeLog.15865 (subtract): New static function, that works correctly without
1070 * libio/ftello.c (ftello): Don't subtract save_end - save_base
DChangeLog.148833 * sysdeps/powerpc/dl-tls.h (TLS_TPREL_VALUE): Don't subtract
11656 * stdio-common/vfprintf.c (vfprintf): Only subtract lowest 3 bits of
DChangeLog.5318 relocating _dl_rtld_map, subtract SYM's value from final reloc value,
DChangeLog.712093 * time/strptime.c (strptime_internal) [case 'Y']: Always subtract
DChangeLog.198961 * time/difftime.c (subtract): convert to 64-bit time.
20420 * math/Versions (GLIBC_2.28): Add narrowing subtract functions.
DChangeLog.1815917 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.