Searched refs:product (Results 1 - 25 of 270) sorted by relevance

1234567891011

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dflonum-mult.c66 Zero length product OK.
76 FLONUM_TYPE *product)
89 int P; /* Scan product low-order -> high. */
98 product->sign = 0;
101 product->sign = (a->sign == b->sign) ? '+' : '-';
105 size_of_product = product->high - product->low;
149 product->low[P] = work;
170 product->low[P] = carry;
177 for (q = product
74 flonum_multip(const FLONUM_TYPE *a, const FLONUM_TYPE *b, FLONUM_TYPE *product) argument
[all...]
H A Dflonum.h94 FLONUM_TYPE * product);
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dpci_quirks.c16 * This product includes software developed by Christopher G. Demetriou
55 pci_lookup_quirkdata(pci_vendor_id_t vendor, pci_product_id_t product) argument
61 product == pci_quirks[i].product)
H A Dsiop_pci_common.h31 uint32_t product; member in struct:siop_product_desc
H A Dcxdtv_boards.c60 cxdtv_board_lookup(pci_vendor_id_t vendor, pci_product_id_t product) argument
67 if (vendor == cb->cb_vendor && product == cb->cb_product)
H A Diop_pci.c70 u_int product, vendor; local
89 product = PCI_PRODUCT(pa->pa_id);
92 (product == PCI_PRODUCT_DPT_RAID_I2O ||
93 product == PCI_PRODUCT_DPT_RAID_2005S))
97 (product == PCI_PRODUCT_INTEL_80960RM_2 ||
98 product == PCI_PRODUCT_INTEL_80960_RP)) {
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/gio/
H A Dgiodevs_data.h10 const char *product; member in struct:gio_knowndev
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/pa64/
H A Dmul_1.asm135 fstd %fr22, -0x78(%r30) C mid product to -0x78..-0x71
138 fstd %fr23, -0x70(%r30) C mid product to -0x70..-0x69
139 fstd %fr24, -0x80(%r30) C low product to -0x80..-0x79
141 fstd %fr25, -0x68(%r30) C high product to -0x68..-0x61
155 fstd %fr22, -0x78(%r30) C mid product to -0x78..-0x71
159 fstd %fr23, -0x70(%r30) C mid product to -0x70..-0x69
161 fstd %fr24, -0x80(%r30) C low product to -0x80..-0x79
164 fstd %fr25, -0x68(%r30) C high product to -0x68..-0x61
185 C fstd %fr22, -0x78(%r30) C mid product to -0x78..-0x71
190 C fstd %fr23, -0x70(%r30) C mid product t
[all...]
H A Daddmul_1.asm135 fstd %fr22, -0x78(%r30) C mid product to -0x78..-0x71
138 fstd %fr23, -0x70(%r30) C mid product to -0x70..-0x69
139 fstd %fr24, -0x80(%r30) C low product to -0x80..-0x79
141 fstd %fr25, -0x68(%r30) C high product to -0x68..-0x61
155 fstd %fr22, -0x78(%r30) C mid product to -0x78..-0x71
159 fstd %fr23, -0x70(%r30) C mid product to -0x70..-0x69
161 fstd %fr24, -0x80(%r30) C low product to -0x80..-0x79
164 fstd %fr25, -0x68(%r30) C high product to -0x68..-0x61
187 C fstd %fr22, -0x78(%r30) C mid product to -0x78..-0x71
192 C fstd %fr23, -0x70(%r30) C mid product t
[all...]
H A Dsubmul_1.asm135 fstd %fr22, -0x78(%r30) C mid product to -0x78..-0x71
138 fstd %fr23, -0x70(%r30) C mid product to -0x70..-0x69
139 fstd %fr24, -0x80(%r30) C low product to -0x80..-0x79
141 fstd %fr25, -0x68(%r30) C high product to -0x68..-0x61
155 fstd %fr22, -0x78(%r30) C mid product to -0x78..-0x71
159 fstd %fr23, -0x70(%r30) C mid product to -0x70..-0x69
161 fstd %fr24, -0x80(%r30) C low product to -0x80..-0x79
164 fstd %fr25, -0x68(%r30) C high product to -0x68..-0x61
187 C fstd %fr22, -0x78(%r30) C mid product to -0x78..-0x71
192 C fstd %fr23, -0x70(%r30) C mid product t
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-mul.c40 mpz_t product, ref_product; local
42 mpz_init (product);
46 mpz_mul (product, multiplier, multiplicand);
48 if (mpz_cmp (product, ref_product))
49 dump_abort (i, "incorrect plain product",
50 multiplier, multiplicand, product, ref_product);
53 mpz_mul (product, multiplier, multiplier);
56 if (mpz_cmp (product, ref_product))
57 dump_abort (i, "incorrect square product",
58 multiplier, multiplier, product, ref_produc
181 dump_abort(int i, char *s, mpz_t op1, mpz_t op2, mpz_t product, mpz_t ref_product) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hppa/spmath/
H A Dimpys.S48 * Implement an integer multiply routine for 32-bit operands and 64-bit product
51 * from right to left, to generate partial product. Execution speed is more
59 pu: .equ 3 /* upper part of product */
60 pl: .equ 4 /* lower part of product */
65 sign: .equ 8 /* sign of product */
66 pc: .equ 9 /* carry bit of product, = 00...01 */
87 xor op2,op1,sign ; sign(0) = sign of product
89 addi 0,gr0,pu ; clear product
90 addib,= 0,op1,fini0 ; op1 = 0, product = 0
98 sh4n: shd pu,pl,4,pl ; shift product righ
[all...]
H A Dimpyu.S48 *Implement an integer multiply routine for 32-bit operands and 64-bit product
51 * to generate partial product. Execution speed is more important than program
59 pu: .equ 3 ; upper part of product
60 pl: .equ 4 ; lower part of product
67 pc: .equ 9 ; carry bit of product, = 00...01
92 addib,= 0,op1,fini0 ; op1 = 0, product = 0
93 addi 0,gr0,pu ; clear product
115 sh4n: shd pu,pl,4,pl ; shift product right 4 bits
128 ; ---- bits = 0000 ---- shift product 4 bits -------------------------------
131 shd pu,pl,4,pl ; product righ
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/include/
H A Dpodulebus_machdep.h18 * This product includes software developed by Brini.
58 u_short product; member in struct:__anon5550
128 #define pa_product pa_podule->product
154 int manufacturer, int product, int required_slot);
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Demdtv_board.c79 emdtv_board_lookup(uint16_t vendor, uint16_t product) argument
86 if (vendor == eb->eb_vendor && product == eb->eb_product)
H A Dusb_verbose.c53 usb_product_id_t product; member in struct:usb_product
109 usb_products[n].product == p_id) {
/netbsd-6-1-5-RELEASE/sys/opencrypto/
H A Dgmac.c37 ghash_gfmul(const GMAC_INT *X, const GMAC_INT *Y, GMAC_INT *product) argument
44 memset(product, 0, GMAC_BLOCK_LEN);
50 product[0] ^= v[0];
51 product[1] ^= v[1];
55 product[0] ^= v[0];
56 product[1] ^= v[1];
57 product[2] ^= v[2];
58 product[3] ^= v[3];
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/mips32/
H A Daddmul_1.asm2 dnl the product to a second limb vector.
51 addu $3,$3,$2 C add old carry limb to low product limb
62 addu $2,$9,$2 C add high product limb and carry from addition
76 addu $2,$9,$2 C add high product limb and carry from addition
89 addu $2,$9,$2 C add high product limb and carry from addition
H A Dmul_1.asm2 dnl the product in a second limb vector.
50 addu $10,$10,$2 C add old carry limb to low product limb
58 addu $2,$9,$2 C add high product limb and carry from addition
68 addu $2,$9,$2 C add high product limb and carry from addition
77 addu $2,$9,$2 C add high product limb and carry from addition
H A Dsubmul_1.asm2 dnl subtract the product from a second limb vector.
51 addu $3,$3,$2 C add old carry limb to low product limb
62 addu $2,$9,$2 C add high product limb and carry from addition
76 addu $2,$9,$2 C add high product limb and carry from addition
89 addu $2,$9,$2 C add high product limb and carry from addition
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/mips64/
H A Daddmul_1.asm2 dnl the product to a second limb vector.
52 daddu $3,$3,$2 C add old carry limb to low product limb
63 daddu $2,$9,$2 C add high product limb and carry from addition
77 daddu $2,$9,$2 C add high product limb and carry from addition
90 daddu $2,$9,$2 C add high product limb and carry from addition
H A Dmul_1.asm2 dnl the product in a second limb vector.
52 daddu $10,$10,$2 C add old carry limb to low product limb
62 daddu $2,$9,$2 C add high product limb and carry from addition
72 daddu $2,$9,$2 C add high product limb and carry from addition
81 daddu $2,$9,$2 C add high product limb and carry from addition
H A Dsubmul_1.asm2 dnl subtract the product from a second limb vector.
52 daddu $3,$3,$2 C add old carry limb to low product limb
63 daddu $2,$9,$2 C add high product limb and carry from addition
77 daddu $2,$9,$2 C add high product limb and carry from addition
90 daddu $2,$9,$2 C add high product limb and carry from addition
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dpbms.c163 * product: The product ID of the trackpad.
192 uint16_t product; /* Product ID. */ member in struct:pbms_dev
203 .product = (prod), \
303 uint16_t vendor, product; local
306 * We just check if the vendor and product IDs have the magic numbers
312 product = UGETW(udd->idProduct);
315 product == pbms_devices[i].product)
334 uint16_t vendor, product; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/usbdevs/
H A Dusbdevs.c67 static char vendor[MAXLEN], product[MAXLEN], serial[MAXLEN]; variable
126 u2t(di.udi_product, product);
131 product, di.udi_productNo,
136 printf("%s, %s", product, vendor);

Completed in 300 milliseconds

1234567891011