Searched defs:Zero (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dbase.h53 #ifndef Zero
54 # define Zero 0 macro
H A Dstp_in.h43 #ifndef Zero
44 # define Zero 0 macro
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dremquo.c57 static const double one = 1.0, Zero[] = {0.0, -0.0}; variable
84 return (Zero[(unsigned) sx >> 31]);
158 return (Zero[(unsigned) sx >> 31]);
179 return (Zero[(unsigned) sx >> 31]);
209 #define zero Zero[0]
/illumos-gate/usr/src/common/bignum/
H A Dmont_mulf.c37 static const double Zero = 0.0; variable
77 tmp = tmp1 = Zero;
82 dt[i] = lower32(x, Zero) + tmp;
83 dt[i + 1] = lower32(x1, Zero) + tmp1;
200 i16_to_d16_and_d32x4(&TwoToMinus16, &TwoTo16, &Zero,
253 pdm2[2 * nlen] = Zero;
257 dt[i] = Zero;
259 digit = mod(lower32(a, Zero) * dn0, TwoToMinus16, TwoTo16);
277 digit = mod(lower32(b, Zero) * dn0,
295 dt[3] = dt[2] = dt[1] = Zero;
[all...]
/illumos-gate/usr/src/common/bignum/sun4u/
H A Dmont_mulf_kernel_v9.s116 .global Zero
120 .global Zero
121 Zero: label
124 .type Zero,#object
125 .size Zero,8
167 ! 20 !static const double Zero = 0.0;
207 ! 61 ! tmp = tmp1 = Zero;
216 /* 0x0018 0 */ sethi %hi(Zero),%o3
218 /* 0x001c 63 */ ldd [%o3+%lo(Zero)],%f8
231 ! 66 ! dt[i] = lower32(x, Zero)
[all...]
H A Dmont_mulf_v8plus.s67 Zero: label
70 .type Zero,#object
71 .size Zero,8
104 ! 5 !static const double Zero=0.0;
129 ! 40 ! tmp=tmp1=Zero;
134 ! 45 ! dt[i]=lower32(x,Zero)+tmp1;
146 ! 57 ! dt[i]=lower32(x,Zero)+tmp;
147 ! 58 ! dt[i+1]=lower32(x1,Zero)+tmp1;
592 ! 135 ! i16_to_d16_and_d32x4(&TwoToMinus16, &TwoTo16, &Zero,
595 /* 0x001c 136 */ sethi %hi(Zero),
[all...]
H A Dmont_mulf_v9.s53 Zero: label
56 .type Zero,#object
57 .size Zero,8
97 ! 20 !static const double Zero = 0.0;
133 /* 0x0004 0 */ sethi %hi(Zero),%o3
137 /* 0x0010 0 */ add %o3,%lo(Zero),%o3
148 ! 61 ! tmp = tmp1 = Zero;
167 ! 66 ! dt[i] = lower32(x, Zero) + tmp;
171 ! 67 ! dt[i + 1] = lower32(x1, Zero) + tmp1;
903 /* 0x0030 0 */ sethi %hi(Zero),
[all...]
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfcvt.c34 static char *Zero = "0"; variable
37 #define SF_ZERO ((_Sfi = 1), strncpy(buf, Zero, size))
/illumos-gate/usr/src/cmd/acpi/common/
H A Dutprint.c301 char Zero; local
322 Zero = (Type & ACPI_FORMAT_ZERO) ? '0' : ' ';
395 String = AcpiUtBoundStringOutput (String, End, Zero);
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutprint.c301 char Zero; local
322 Zero = (Type & ACPI_FORMAT_ZERO) ? '0' : ' ';
395 String = AcpiUtBoundStringOutput (String, End, Zero);

Completed in 149 milliseconds