Home
last modified time | relevance | path

Searched refs:sum (Results 1 – 10 of 10) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_fmal.c77 struct dd sum; in add_adjusted() local
80 sum = dd_add(a, b); in add_adjusted()
81 if (sum.lo != 0) { in add_adjusted()
82 u.e = sum.hi; in add_adjusted()
84 sum.hi = nextafterl(sum.hi, INFINITY * sum.lo); in add_adjusted()
86 return (sum.hi); in add_adjusted()
97 struct dd sum; in add_and_denormalize() local
101 sum = dd_add(a, b); in add_and_denormalize()
113 if (sum.lo != 0) { in add_and_denormalize()
114 u.e = sum.hi; in add_and_denormalize()
[all …]
Ds_fma.c77 struct dd sum; in add_adjusted() local
80 sum = dd_add(a, b); in add_adjusted()
81 if (sum.lo != 0) { in add_adjusted()
82 EXTRACT_WORD64(hibits, sum.hi); in add_adjusted()
85 EXTRACT_WORD64(lobits, sum.lo); in add_adjusted()
87 INSERT_WORD64(sum.hi, hibits); in add_adjusted()
90 return (sum.hi); in add_adjusted()
101 struct dd sum; in add_and_denormalize() local
105 sum = dd_add(a, b); in add_and_denormalize()
117 if (sum.lo != 0) { in add_and_denormalize()
[all …]
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dsum.c36 sum(a, b) Bigint *a; Bigint *b; in sum() function
38 sum(Bigint *a, Bigint *b)
Dgdtoaimp.h563 #define sum __sum_D2A macro
614 extern Bigint *sum ANSI((Bigint*, Bigint*));
Dstrtodg.c1031 rvb = sum(rvb, ab);
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvfscanf.c384 size_t sum = 0; in __svfscanf() local
387 sum += n; in __svfscanf()
391 if (sum == 0) in __svfscanf()
396 sum += width; in __svfscanf()
402 nread += sum; in __svfscanf()
/bionic/libc/kernel/uapi/linux/
Djffs2.h181 jint32_t sum[0]; member
/bionic/libc/malloc_debug/
DREADME_api.md21 <i>total\_memory</i> is set to the sum of all allocation sizes that are live at
/bionic/libc/
DAndroid.mk364 upstream-openbsd/lib/libc/gdtoa/sum.c \
DAndroid.bp782 "upstream-openbsd/lib/libc/gdtoa/sum.c",