Home
last modified time | relevance | path

Searched refs:product (Results 1 – 25 of 918) sorted by relevance

12345678910>>...37

/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/
Djdk7-flags.txt1 bool AHRByDeathCollectTimeRatio = false {product}
2 bool AHRByMinorPauseTimeMajorFreq = false {product}
3 bool AHRByPromoToAllocRatio = false {product}
4 bool AHRBySurvivorAge = false {product}
5 uintx AHRIncrementSize = 5242880 {product}
6 uintx AHRMaxDeathCollectTimeRatio = 55 {product}
7 uintx AHRMaxMinorInvocationsPerMajor = 30 {product}
8 uintx AHRMaxMinorPauseTimeMillis = 100 {product}
9 uintx AHRMaxPromoToAllocRatio = 25 {product}
10 uintx AHRMaxRatio = 100 {product}
[all …]
Djdk6-flags.txt1 bool AHRByDeathCollectTimeRatio = false {product}
2 bool AHRByMinorPauseTimeMajorFreq = false {product}
3 bool AHRByPromoToAllocRatio = false {product}
4 bool AHRBySurvivorAge = false {product}
5 uintx AHRIncrementSize = 5242880 {product}
6 uintx AHRMaxDeathCollectTimeRatio = 55 {product}
7 uintx AHRMaxMinorInvocationsPerMajor = 30 {product}
8 uintx AHRMaxMinorPauseTimeMillis = 100 {product}
9 uintx AHRMaxPromoToAllocRatio = 25 {product}
10 uintx AHRMaxRatio = 100 {product}
[all …]
/external/autotest/client/common_lib/cros/cfm/usb/
Dcfm_usb_devices.py24 product='Huddly GO',
31 product='Logitech Webcam C930e',
38 product='HD Pro Webcam C920',
45 product='PTZ Pro Camera',
52 product='PTZ Pro 2 Camera',
60 product='Hangouts Meet speakermic',
67 product='Jabra SPEAK 410',
75 product='MIMO VUE HD',
87 product='MIMO VUE HD',
97 product='SiS HID Touch Controller',
/external/tensorflow/tensorflow/core/kernels/
Dreshape_op.h46 int64 product = 1; in Compute() local
50 OP_REQUIRES_OK(context, ValidateSizes<int32>(sizes, &product, in Compute()
54 OP_REQUIRES_OK(context, ValidateSizes<int64>(sizes, &product, in Compute()
65 context, product > 0, in Compute()
69 const int64 missing = input.NumElements() / product; in Compute()
71 context, product * missing == input.NumElements(), in Compute()
75 product)); in Compute()
94 Status ValidateSizes(const Tensor& sizes, int64* product, int* unknown_index, in ValidateSizes() argument
96 *product = 1; in ValidateSizes()
115 (*product) *= size; in ValidateSizes()
Dmkl_reshape_op.cc56 int64 product = 1; in Compute() local
60 OP_REQUIRES_OK(context, ValidateSizes<int32>(sizes, &product, in Compute()
64 OP_REQUIRES_OK(context, ValidateSizes<int64>(sizes, &product, in Compute()
75 context, product > 0, in Compute()
79 const int64 missing = input.NumElements() / product; in Compute()
81 context, product * missing == input.NumElements(), in Compute()
85 product)); in Compute()
181 int64 product = 1; in Compute() local
185 OP_REQUIRES_OK(context, ValidateSizes<int32>(sizes, &product, in Compute()
189 OP_REQUIRES_OK(context, ValidateSizes<int64>(sizes, &product, in Compute()
[all …]
Dreshape_util.cc59 int64 product = 1; in Reshape() local
76 product *= size; in Reshape()
82 context, product > 0, in Reshape()
86 const int64 missing = dense_size / product; in Reshape()
88 context, product * missing == dense_size, in Reshape()
92 product)); in Reshape()
/external/syslinux/com32/lua/src/
Dpci.c55 lua_pushnumber(L, pci_device->product); in pci_getinfo()
80 char product[255]; in pci_getidlist() local
127 strlcpy(product,skipspace(strstr(line," ")),255); in pci_getidlist()
128 remove_eol(product); in pci_getidlist()
137 lua_pushstring(L, product); in pci_getidlist()
144 strlcpy(product,skipspace(strstr(line," ")),255); in pci_getidlist()
145 strlcpy(product,skipspace(strstr(product," ")),255); in pci_getidlist()
146 remove_eol(product); in pci_getidlist()
154 lua_pushstring(L, product); in pci_getidlist()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/summary/
DProduct.java122 double product = Double.NaN; in evaluate() local
124 product = 1.0; in evaluate()
126 product *= values[i]; in evaluate()
129 return product; in evaluate()
162 double product = Double.NaN; in evaluate() local
164 product = 1.0; in evaluate()
166 product *= FastMath.pow(values[i], weights[i]); in evaluate()
169 return product; in evaluate()
/external/libxaac/decoder/
Dixheaacd_basic_ops32.h133 WORD32 product; in ixheaacd_mult16x16in32() local
135 product = (WORD32)a * (WORD32)b; in ixheaacd_mult16x16in32()
137 return product; in ixheaacd_mult16x16in32()
141 WORD32 product; in mult16x16in32_32() local
143 product = (WORD32)a * (WORD32)b; in mult16x16in32_32()
145 return product; in mult16x16in32_32()
149 WORD32 product; in ixheaacd_mult16x16in32_shl() local
151 product = ixheaacd_shl32(ixheaacd_mult16x16in32(a, b), 1); in ixheaacd_mult16x16in32_shl()
153 return product; in ixheaacd_mult16x16in32_shl()
158 WORD32 product; in ixheaacd_mult16x16in32_shl_sat() local
[all …]
/external/syslinux/gpxe/src/include/gpxe/
Disa_ids.h45 #define ISA_PROD_ID(product) ( (product) & ISA_PROD_ID_MASK ) argument
46 #define ISA_PROD_REV(product) ( ( (product) & ~ISA_PROD_ID_MASK ) >> 8 ) argument
49 extern char * isa_id_string ( unsigned int vendor, unsigned int product );
/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
DBigIntegerMath.java147 long product = LongMath.factorials[startingNumber - 1]; in factorial() local
149 int shift = Long.numberOfTrailingZeros(product); in factorial()
150 product >>= shift; in factorial()
153 int productBits = LongMath.log2(product, FLOOR) + 1; in factorial()
173 bignums.add(BigInteger.valueOf(product)); in factorial()
174 product = 1; in factorial()
177 product *= normalizedNum; in factorial()
178 productBits = LongMath.log2(product, FLOOR) + 1; in factorial()
181 if (product > 1) { in factorial()
182 bignums.add(BigInteger.valueOf(product)); in factorial()
/external/mp4parser/
DNOTICE7 This product includes software developed by
10 This product includes software developed by
13 This product includes software developed by
16 This product includes software (Base64 Encoder extracted from commons-codec) developed by
19 This product includes software (Hex Encoder extracted from commons-codec) developed by
22 This product includes software (package com.googlecode.mp4parser.h264) developed by
/external/mp4parser/isoparser/src/main/resources/
DNOTICE.txt7 This product includes software developed by
10 This product includes software developed by
13 This product includes software developed by
16 This product includes software (Base64 Encoder extracted from commons-codec) developed by
19 This product includes software (Hex Encoder extracted from commons-codec) developed by
22 This product includes software (package com.googlecode.mp4parser.h264) developed by
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dreshape_op.cc50 int64 product = 1; in Compile() local
66 product *= size; in Compile()
71 ctx, product > 0, in Compile()
75 const int64 missing = input_shape.num_elements() / product; in Compile()
77 ctx, product * missing == input_shape.num_elements(), in Compile()
81 product)); in Compile()
/external/autotest/client/common_lib/
Dandroid_utils.py79 def get_product_aliases(cls, product): argument
90 aliases = set(cls.aliases_map.get(product, []))
91 aliases.add(cls.get_board_name(product))
92 aliases.add(product)
97 def get_board_name(cls, product): argument
107 boards = cls.board_name_map.get(product, None)
110 return product
/external/autotest/server/site_tests/provision_CheetsUpdate/lib/
Dutil.py108 def get_product_arch(product): argument
112 idx = product.find(product_prefix)
115 return product[idx + len(product_prefix):]
116 raise Exception('Unrecognized product: %s' % product)
119 def get_product_name(product): argument
123 idx = product.find(product_prefix)
127 raise Exception('Unrecognized product: %s' % product)
/external/pdfium/fxbarcode/common/reedsolomon/
DBC_ReedSolomonGF256Poly.cpp150 std::vector<int32_t> product(aLength + bLength - 1); in Multiply() local
154 product[i + j] = CBC_ReedSolomonGF256::AddOrSubtract( in Multiply()
155 product[i + j], m_field->Multiply(aCoeff, bCoefficients[j])); in Multiply()
159 if (!temp->Init(m_field.Get(), &product)) in Multiply()
172 std::vector<int32_t> product(size); in Multiply() local
174 product[i] = m_field->Multiply(m_coefficients[i], scalar); in Multiply()
177 if (!temp->Init(m_field.Get(), &product)) in Multiply()
191 std::vector<int32_t> product(size + degree); in MultiplyByMonomial() local
193 product[i] = m_field->Multiply(m_coefficients[i], coefficient); in MultiplyByMonomial()
196 if (!temp->Init(m_field.Get(), &product)) in MultiplyByMonomial()
/external/eigen/doc/
DHiPerformance.dox4 /** \page TopicWritingEfficientProductExpression Writing efficient matrix product expressions
12 and evaluate complex product expressions, and discuss the current limitations.
23 \section GEMM General Matrix-Matrix product (GEMM)
25 Let's start with the most common primitive: the matrix product of general dense matrices.
31 When Eigen detects a matrix product, it analyzes both sides of the product to extract a
61 Otherwise the product m2 * m3 is evaluated into a temporary.</td>
68 <td>This is a special feature of Eigen. Here the product between a scalar
69 and a matrix product does not evaluate the matrix product but instead it
70 returns a matrix product expression tracking the scalar scaling factor. <br>
71 Without this optimization, the matrix product would be evaluated into a
[all …]
/external/chromium-trace/catapult/third_party/pyserial/
DLICENSE.txt4 This is the Python license. In short, you can use this product in
16 product, and the Individual or Organization ("Licensee") accessing
17 and otherwise using this product in source or binary form and its
24 and otherwise use this product alone or in any derivative version,
26 copyright holders notice of copyright are retained in this product
30 or incorporates this product or any part thereof, and wants to make
33 the changes made to this product.
35 4. The copyright holder is making this product available to Licensee on
58 8. By copying, installing or otherwise using this product, Licensee
/external/deqp/modules/gles31/functional/
Des31fShaderAtomicOpTests.cpp57 static inline T product (const tcu::Vector<T, Size>& v) in product() function
123 const deUint32 numValues = product(m_workGroupSize)*product(m_numWorkGroups); in init()
134 …coherent " : "") << precName << " " << outTypeName << " groupValues[" << product(m_numWorkGroups) … in init()
203 const deUint32 numValues = product(m_workGroupSize)*product(m_numWorkGroups); in iterate()
207 groupVarInfo.arraySize == product(m_numWorkGroups)); in iterate()
220 for (deUint32 valNdx = 0; valNdx < product(m_numWorkGroups); valNdx++) in iterate()
279 const int workGroupSize = (int)product(m_workGroupSize); in verify()
432 const int workGroupSize = (int)product(m_workGroupSize); in verify()
514 const int workGroupSize = (int)product(m_workGroupSize); in verify()
588 const int workGroupSize = (int)product(m_workGroupSize); in getInputs()
[all …]
/external/google-breakpad/src/common/linux/
Dgoogle_crashdump_uploader.cc43 GoogleCrashdumpUploader::GoogleCrashdumpUploader(const string& product, in GoogleCrashdumpUploader() argument
55 Init(product, in GoogleCrashdumpUploader()
69 GoogleCrashdumpUploader::GoogleCrashdumpUploader(const string& product, in GoogleCrashdumpUploader() argument
81 Init(product, in GoogleCrashdumpUploader()
95 void GoogleCrashdumpUploader::Init(const string& product, in Init() argument
107 product_ = product; in Init()
/external/syslinux/com32/lib/pci/
Dscan.c143 int_product_id == dev->product && in get_module_name_from_pcimap()
271 char product[PCI_PRODUCT_NAME_SIZE]; in get_name_from_pci_ids() local
352 strlcpy(product, skipspace(strstr(line, " ")), in get_name_from_pci_ids()
354 remove_eol(product); in get_name_from_pci_ids()
369 int_product_id == dev->product) { in get_name_from_pci_ids()
372 strlcpy(dev->dev_info->product_name, product, in get_name_from_pci_ids()
383 strlcpy(product, skipspace(strstr(line, " ")), in get_name_from_pci_ids()
385 strlcpy(product, skipspace(strstr(product, " ")), in get_name_from_pci_ids()
387 remove_eol(product); in get_name_from_pci_ids()
404 int_product_id == dev->product && in get_name_from_pci_ids()
[all …]
/external/toolchain-utils/automation/clients/helper/
Dandroid.py53 product='stingray', argument
55 assert product in ['stingray', 'passion', 'trygon', 'soju']
57 command = self.commands.BuildAndroidImage(product, branch)
200 def _BuildAndroidTree(self, local_android_branch_dir, product): argument
204 build_cmd = cmd.Shell('make', '-j8', 'PRODUCT-%s-userdebug' % product,
209 def BuildAndroidImage(self, product, branch): argument
210 assert product in ['stingray', 'passion', 'trygon', 'soju']
222 buildtree_cmd = self._BuildAndroidTree(local_android_branch_dir, product)
226 'product', product, 'system.img')
/external/libmtp/util/
Dmtp-hotplug.c199 printf("# %s %s\n", entry->vendor, entry->product); in main()
206 printf("# %s %s\n", entry->vendor, entry->product); in main()
210 printf(" <!-- %s %s -->\n", entry->vendor, entry->product); in main()
218 … printf(" <merge key=\"info.product\" type=\"string\">%s</merge>\n", entry->product); in main()
248 printf("\t%04x %s %s\n", entry->product_id, entry->vendor, entry->product); in main()
251 printf("# %s %s\n", entry->vendor, entry->product); in main()
/external/guava/guava/src/com/google/common/math/
DBigIntegerMath.java330 long product = LongMath.factorials[startingNumber - 1]; in factorial() local
332 int shift = Long.numberOfTrailingZeros(product); in factorial()
333 product >>= shift; in factorial()
336 int productBits = LongMath.log2(product, FLOOR) + 1; in factorial()
356 bignums.add(BigInteger.valueOf(product)); in factorial()
357 product = 1; in factorial()
360 product *= normalizedNum; in factorial()
361 productBits = LongMath.log2(product, FLOOR) + 1; in factorial()
364 if (product > 1) { in factorial()
365 bignums.add(BigInteger.valueOf(product)); in factorial()

12345678910>>...37