Home
last modified time | relevance | path

Searched refs:zero (Results 176 – 200 of 726) sorted by relevance

12345678910>>...30

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Darith.sh333 (( x == n )) || err_exit 'let with zero filled fields not working'
334 (( y == n )) || err_exit '((...)) with zero filled fields not working'
336 [[ $(($x)) == 10 && $((1$x)) == 1010 ]] || err_exit 'zero filled fields not preserving leading zero…
338 [[ $(let y=$x;print $y) == 10 && $(let y=1$x;print $y) == 1010 ]] || err_exit 'zero filled fields n…
361 (( ${x:0:1} == 0 )) || err_exit 'leading zero should not be stripped for x:a:b'
363 (( c$x == 3 )) || err_exit 'leading zero with variable should not be stripped'
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dremquol.c42 static const long double zero = 0.0L, one = 1.0L; variable
86 return (zero * x); in fmodquol()
321 x = zero; in remquol()
334 x = zero; in remquol()
H A Dremquo.c209 #define zero Zero[0] macro
241 x = zero; in remquo()
254 x = zero; in remquo()
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dclogl.c45 static const long double zero = 0.0L, half = 0.5L, one = 1.0L; variable
79 } else if (ay == zero) in clogl()
H A Dcasin.c201 zero = 0.0, variable
275 D_RE(ans) = zero; in casin()
293 D_IM(ans) = zero; in casin()
/illumos-gate/usr/src/lib/libm/common/R/
H A Datan2f.c245 zero = 0.0; variable
294 a = zero; in atan2f()
H A Dfmodf.c41 static const float zero = 0.0; variable
60 w = zero * x; /* return sign(x)*0.0 */ in fmodf()
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dlog10.S49 je .zero / no branch if x is +denormal
62 .zero: label
H A Dlog.S49 je .zero / no branch if x is +denormal
62 .zero: label
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.S45 ! we must still continue to check for zero since the routine
52 ! check for a zero-byte. If one is found, we branch to a method
53 ! which checks for the exact location of a zero-byte within a
109 bz,a,pt %ncc, .storedword ! no zero byte if magic expression == 0
247 andcc %l1, %i5, %g0 ! current byte zero?
249 bnz,a %ncc, .searchbyte ! current byte != zero, continue search
283 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
301 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
319 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dnone.c73 size_t n, mbstate_t *_RESTRICT_KYWD unused __unused, boolean_t zero) in __mbrtowc_ascii() argument
83 if (zero || *s != '\0') { in __mbrtowc_ascii()
H A Dutf8.c72 size_t n, mbstate_t *_RESTRICT_KYWD ps, boolean_t zero) in _UTF8_mbrtowc() argument
113 if (zero || ch != '\0') { in _UTF8_mbrtowc()
193 if (zero || wch != L'\0') { in _UTF8_mbrtowc()
H A Dmskanji.c82 size_t n, mbstate_t *_RESTRICT_KYWD ps, boolean_t zero) in _MSKanji_mbrtowc() argument
134 if (zero || wc != L'\0') { in _MSKanji_mbrtowc()
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_sqrt.c51 #define zero C[0] macro
274 if (c < zero) in _Qp_sqrt()
276 else if (c > zero) in _Qp_sqrt()
331 if (c != zero) { in _Qp_sqrt()
/illumos-gate/usr/src/cmd/oawk/
H A Doawk.xcl23 msgid "$zero&null"
188 msgid "$zero&null"
/illumos-gate/usr/src/lib/libm/common/C/
H A Dexp.c280 #define zero C[9] macro
328 return (zero); in exp()
H A Datan2.c395 #define zero C[0] macro
447 ah = al = zero; in atan2()
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dexpm1l.c105 zero = +0.0L, variable
139 if (x < zero) in expm1l()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vops.c265 nlines = dol - zero;
269 copyw(truedol+1, zero+1, nlines);
295 copyw(zero+1, truedol+1, nlines);
739 if (dot > zero) in voOpen()
852 if (dot == zero && dol > zero) in vfilter()
/illumos-gate/usr/src/cmd/awk/
H A Dawk.xcl22 msgid "$zero&null"
201 msgid "$zero&null"
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbtree_auto.c200 u_int32_t zero; local
238 zero = 0;
239 memcpy(bp, &zero, sizeof(u_int32_t));
377 u_int32_t zero; local
435 zero = 0;
581 u_int32_t zero; local
615 zero = 0;
627 zero = 0;
1244 u_int32_t zero; local
1290 zero = 0;
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_auto.c40 u_int32_t zero; local
84 zero = 0;
85 memcpy(bp, &zero, sizeof(u_int32_t));
94 zero = 0;
575 u_int32_t zero; local
610 zero = 0;
750 u_int32_t zero; local
795 zero = 0;
805 zero = 0;
1306 u_int32_t zero; local
[all …]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatan2.c50 zero = 0.0, variable
118 ah0 = al0 = zero; in __vatan2()
233 ah1 = al1 = zero; in __vatan2()
348 ah2 = al2 = zero; in __vatan2()
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_dma.c349 ddi_dma_attr_t *attrp, ddi_device_acc_attr_t *accp, boolean_t zero, in mlxcx_dma_alloc() argument
386 if (zero == B_TRUE) in mlxcx_dma_alloc()
405 ddi_dma_attr_t *attrp, ddi_device_acc_attr_t *accp, boolean_t zero, in mlxcx_dma_alloc_offset() argument
440 if (zero == B_TRUE) in mlxcx_dma_alloc_offset()
/illumos-gate/usr/src/lib/libm/sparc/src/
H A Dnextafter.S71 orcc %i1,%l4,%g0 ! see if x is zero
74 ! x is zero, return sign(y)*min

12345678910>>...30