Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/bignum/
H A Dmont_mulf.c37 static const double Zero = 0.0; variable
77 tmp = tmp1 = Zero; in cleanup()
82 dt[i] = lower32(x, Zero) + tmp; in cleanup()
83 dt[i + 1] = lower32(x1, Zero) + tmp1; in cleanup()
200 i16_to_d16_and_d32x4(&TwoToMinus16, &TwoTo16, &Zero, in conv_i32_to_d32_and_d16()
253 pdm2[2 * nlen] = Zero; in mont_mulf_noconv()
257 dt[i] = Zero; in mont_mulf_noconv()
259 digit = mod(lower32(a, Zero) * dn0, TwoToMinus16, TwoTo16); in mont_mulf_noconv()
277 digit = mod(lower32(b, Zero) * dn0, in mont_mulf_noconv()
295 dt[3] = dt[2] = dt[1] = Zero; in mont_mulf_noconv()
[all …]
/titanic_44/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.lquantzero.d.out1 Zero below the range:
124 Zero just below the range:
247 Zero at the bottom of the range:
394 Zero within the range:
541 Zero at the top of the range:
664 Zero just above the range:
787 Zero above the range:
/titanic_44/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]); in fmodquo()
158 return (Zero[(unsigned) sx >> 31]); in fmodquo()
179 return (Zero[(unsigned) sx >> 31]); in fmodquo()
209 #define zero Zero[0]
/titanic_44/usr/src/lib/librstp/common/
H A Dstp_in.h43 #ifndef Zero
44 # define Zero 0 macro
H A Dbase.h53 #ifndef Zero
54 # define Zero 0 macro
/titanic_44/usr/src/uts/intel/io/acpica/utilities/
H A Dutprint.c301 char Zero; in AcpiUtFormatNumber() local
322 Zero = (Type & ACPI_FORMAT_ZERO) ? '0' : ' '; in AcpiUtFormatNumber()
395 String = AcpiUtBoundStringOutput (String, End, Zero); in AcpiUtFormatNumber()
/titanic_44/usr/src/cmd/acpi/common/
H A Dutprint.c301 char Zero; in AcpiUtFormatNumber() local
322 Zero = (Type & ACPI_FORMAT_ZERO) ? '0' : ' '; in AcpiUtFormatNumber()
395 String = AcpiUtBoundStringOutput (String, End, Zero); in AcpiUtFormatNumber()
/titanic_44/usr/src/common/bignum/sun4u/
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;
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),%g2
599 /* 0x002c 136 */ add %g2,%lo(Zero),%g2
[all …]
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) + tmp;
[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),%g2
[all …]
/titanic_44/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))
/titanic_44/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.msg79 @ MSG_DESC_ZERO "Zero String Table Region"
94 Zero to the end of the string table. The count argument\n\
/titanic_44/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt224 case=Zero path
753 case=Zero path
982 case=Zero or negative process
/titanic_44/usr/src/data/hwdata/
H A Dusb.ids6251 a4a0 Linux-USB "Gadget Zero"
14417 1086 DK2108SZ Keyboard [Ducky Zero]
15124 6080 MHS291LVW LTE Modem [Verizon Jetpack 4G LTE Mobile Hotspot MHS291L] (Zero CD Mode)
15607 8086 MisfitTech Nano Zero Bootloader
15608 8087 MisfitTech Nano Zero
18402 6000 Ubertooth Zero
18403 6001 Ubertooth Zero (DFU)
19209 0200 MA 180 Zero CD
19399 004d Arduino Zero Pro (bootloader)
19408 804d Arduino Zero Pro (CDC ACM)
[all …]
H A Dpci.ids5879 1044 c032 ASR-2005S I2O Zero Channel
5880 1044 c035 ASR-2010S I2O Zero Channel
/titanic_44/usr/src/uts/intel/io/acpica/
H A Dchanges.txt4252 objects. 1) properly handle constants like One, Ones, Zero -- do not make
5547 using the keywords "Zero", "One", or "Ones". Lin Ming.
7421 Implemented ACPI table revision ID validation in the disassembler. Zero
8590 support all constant values, now including the Zero and One opcodes.
10869 compiler now emits a Return(Zero) for this case. An ACPI specification
14186 Fixed a reported problem where constants such as Zero and One
14192 (Zero, One, Ones, Revision).
14201 (Zero, One, Ones, Revision) are resolved to Integers.
14204 (Zero, One, Ones, Revision) to Integer objects upon detection
14209 the Zero opcode is used as a "placeholder" for unspecified
[all …]
/titanic_44/usr/src/cmd/sendmail/cf/
H A DREADME3687 long and try again. Zero means "don't
/titanic_44/usr/src/grub/grub-0.97/
H A DChangeLog8133 Zero %eax so that the high 16 bits are always zero.
/titanic_44/usr/src/cmd/terminfo/
H A Dtermcap.src18577 # (P) SI is also called LSO, Locking Shift Zero.
18610 # Zero Default Mode (ZDM). The EBM and LF/NL modes have actually been removed
H A Dterminfo.src20793 # (P) SI is also called LSO, Locking Shift Zero.
20826 # Zero Default Mode (ZDM). The EBM and LF/NL modes have actually been removed