Home
last modified time | relevance | path

Searched refs:Zero (Results 1 – 25 of 31) sorted by relevance

12

/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
De_fmodl.c25 static const long double one = 1.0, Zero[] = {0.0, -0.0,}; variable
64 return Zero[(uint64_t) sx >> 63]; in __ieee754_fmodl()
84 return Zero[(uint64_t) sx >> 63]; in __ieee754_fmodl()
122 return Zero[(uint64_t)sx>>63]; in __ieee754_fmodl()
131 return Zero[(uint64_t)sx>>63]; in __ieee754_fmodl()
/glibc-2.36/sysdeps/ieee754/flt-32/
De_fmodf.c25 static const float one = 1.0, Zero[] = {0.0, -0.0,}; variable
44 return Zero[(uint32_t)sx>>31]; /* |x|=|y| return x*0*/ in __ieee754_fmodf()
77 return Zero[(uint32_t)sx>>31]; in __ieee754_fmodf()
86 return Zero[(uint32_t)sx>>31]; in __ieee754_fmodf()
/glibc-2.36/sysdeps/ieee754/dbl-64/
De_fmod.c23 static const double one = 1.0, Zero[] = {0.0, -0.0,}; variable
45 return Zero[(uint64_t)sx>>63]; /* |x|=|y| return x*0*/ in __ieee754_fmod()
80 return Zero[(uint64_t)sx>>63]; in __ieee754_fmod()
89 return Zero[(uint64_t)sx>>63]; in __ieee754_fmod()
/glibc-2.36/sysdeps/ieee754/ldbl-128/
De_fmodl.c24 static const _Float128 one = 1.0, Zero[] = {0.0, -0.0,}; variable
45 return Zero[(uint64_t)sx>>63]; /* |x|=|y| return x*0*/ in __ieee754_fmodl()
99 return Zero[(uint64_t)sx>>63]; in __ieee754_fmodl()
108 return Zero[(uint64_t)sx>>63]; in __ieee754_fmodl()
/glibc-2.36/sysdeps/x86_64/fpu/multiarch/
Dsvml_s_atanf16_core_avx512.S39 #define Zero 384 macro
118 __declspec(align(64)) VUINT32 Zero[16][1];
Dsvml_d_atan2_core_sse4.S39 #define Zero 96 macro
153 __declspec(align(16)) VUINT32 Zero[2][2];
Dsvml_d_atan4_core_avx2.S39 #define Zero 192 macro
139 __declspec(align(32)) VUINT32 Zero[4][2];
Dsvml_d_atan8_core_avx512.S39 #define Zero 384 macro
144 __declspec(align(64)) VUINT32 Zero[8][2];
/glibc-2.36/manual/
Dplatform.texi361 @code{FZLRM} -- Fast Zero-Length REP MOV.
Dresource.texi977 Zero processes to govern themselves by their own familiar scheduling
Dtime.texi2260 elements were set by the function call. Zero does not work here since
Darith.texi554 @item Division by Zero
Dstdio.texi1757 Zero or more @dfn{flag characters} that modify the normal behavior of
/glibc-2.36/ChangeLog.old/
DChangeLog.ports-aarch6427 directives; Zero x29.
DChangeLog.42090 * hurd/hurdsock.c (_hurd_socket_server): Zero up to and *including*
2295 * hurd/hurdid.c (_hurd_check_ids): Zero P->nuids and P->ngids after
DChangeLog.153254 instead of $31. Zero $15.
DChangeLog.144533 * intl/hash-string.c (hash_string): Zero-extend each char from the
14747 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Zero the space
DChangeLog.87713 * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
DChangeLog.10891 * stdlib/canonicalize.c (canonicalize): Zero terminate
DChangeLog.21131 nptl: Zero-extend arguments to SETXID syscalls [BZ #26248]
/glibc-2.36/po/
Dde.po668 msgstr "Kann die Zero-Fill Seiten nicht mappen"
/glibc-2.36/
DNEWS1904 alternative year numbers less than 10). Zero-padding can be
/glibc-2.36/math/
Dlibm-test-ufromfpx.inc291 /* Zero (OK unless the width specified is zero). */
Dlibm-test-ufromfp.inc291 /* Zero (OK unless the width specified is zero). */
/glibc-2.36/posix/
Dtst-regex.input7713 * sysdeps/unix/readdir_r.c: Zero out *result on EOF.

12