HomeSort by relevance Sort by last modified time
    Searched defs:product (Results 1 - 25 of 283) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
mac_32.h 112 Word16 product; local
116 product = mult(L_var1_hi, L_var2_lo, pOverflow);
117 L_var3 = L_mac(L_var3, product, 1, pOverflow);
119 product = mult(L_var1_lo, L_var2_hi, pOverflow);
120 L_var3 = L_mac(L_var3, product, 1, pOverflow);
131 Word16 product; local
135 product = mult(L_var1_lo, var2, pOverflow);
136 L_var3 = L_mac(L_var3, product, 1, pOverflow);
mult.h 111 Word32 product; local
117 SMULBB product, var1, var2 local
118 MOV product, product, ASR #15 local
119 CMP product, 0x7FFF local
120 MOVGE product, 0x7FFF local
123 return ((Word16) product);
132 Word32 product; local
138 : "=r"(product)
142 : "=r"(product)
161 register Word32 product; local
    [all...]
l_msu.h 111 Word32 product; local
118 SMULBB product, var1, var2 local
119 QDSUB result, L_var3, product
132 Word32 product; local
138 : "=r"(product)
144 : "r"(ra), "r"(product)
l_mult.h 112 Word32 product; local
118 SMULBB product, var1, var2 local
119 QADD result, product, product local
132 Word32 product; local
137 : "=r"(product)
143 : "r"(product), "r"(product)
basic_op.h 171 Word16 product; local
175 product = mult(L_var1_hi, L_var2_lo, pOverflow);
176 L_var3 = L_mac(L_var3, product, 1, pOverflow);
178 product = mult(L_var1_lo, L_var2_hi, pOverflow);
179 L_var3 = L_mac(L_var3, product, 1, pOverflow);
214 Word16 product; local
218 product = mult(L_var1_lo, var2, pOverflow);
219 L_var3 = L_mac(L_var3, product, 1, pOverflow);
  /frameworks/base/tests/libs-permissions/product/java/com/android/test/libs/product/
LibsProductTest.java 17 package com.android.test.libs.product;
20 * Test class for product libs.
  /build/make/core/
product.mk 23 # and the .mk suffix) of the product makefile, "<product_name>:" can be
40 $(foreach d, device vendor product,$(call _search-android-products-files-in-dir,$(d))) \
41 $(SRC_TARGET_DIR)/product/AndroidProducts.mk
49 define get-product-makefiles
67 define get-all-product-makefiles
68 $(call get-product-makefiles,$(_find-android-products-files))
72 # Functions for including product makefiles
162 define dump-product
170 $(foreach p,$(PRODUCTS),$(call dump-product,$(p)))
174 # $(1): product to inheri
    [all...]
product-graph.mk 37 this_makefile := build/make/core/product-graph.mk
48 products_list := $(foreach prod,$(ANDROID_PRODUCT_GRAPH),$(call resolve-short-product-name,$(prod)))
57 # Emit properties of a product node to a file.
58 # $(1) the product
60 define emit-product-node-props
73 @echo Product graph DOT: $@ for $(PRIVATE_PRODUCTS_FILTER)
78 $(foreach p,$(PRIVATE_PRODUCTS),$(call emit-product-node-props,$(p),$@.in))
80 $(hide) build/make/tools/filter-product-graph.py $(PRIVATE_PRODUCTS_FILTER) < $@.in > $@
82 # Evaluates to the name of the product file
83 # $(1) product fil
    [all...]
  /cts/suite/audio_quality/lib/src/audio/
AudioHardware.cpp 66 android::String8 product = StringUtil::substr(resultStr, pmatch[1].rm_so, local
68 LOGI("Audio device %s found", product.string());
  /external/autotest/client/common_lib/cros/cfm/usb/
cfm_usb_devices.py 24 product='Huddly GO', variable
31 product='Logitech Webcam C930e', variable
38 product='HD Pro Webcam C920', variable
45 product='PTZ Pro Camera', variable
52 product='PTZ Pro 2 Camera', variable
60 product='Hangouts Meet speakermic', variable
67 product='Jabra SPEAK 410', variable
75 product='MIMO VUE HD', variable
87 product='MIMO VUE HD', variable
97 product='SiS HID Touch Controller' variable
    [all...]
usb_device.py 12 product,
22 @param pid: Product ID. String.
23 @param product: Product description. String
35 self._product = product
49 """Returns the product id for this USB device."""
58 def product(self): member in class:UsbDevice
59 """Returns the product name."""
usb_device_spec.py 13 def __init__(self, vid, pid, product, interfaces):
18 @param pid: Product ID. String.
19 @param product: Product description. String
24 self._product = product
40 """Returns the product id for this USB device."""
49 def product(self): member in class:UsbDeviceSpec
50 """Returns the product name."""
  /external/autotest/client/site_tests/firmware_TouchMTB/
fuzzy.py 24 """Define possible score aggregators: average() and product().
36 def product(data): function
37 """The product of the elements in data."""
  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_cmds_basic.h 212 char product[17]; member in struct:sg_simple_inquiry_resp
  /external/google-benchmark/test/
multiple_ranges_test.cc 47 int product = state.range(0) * state.range(1) * state.range(2); local
48 for (int x = 0; x < product; x++) {
  /external/jacoco/org.jacoco.examples/build/src/main/java/org/jacoco/examples/parser/
ExpressionParser.java 50 IExpression e = product();
53 e = new Add(e, product());
55 e = new Sub(e, product());
62 private IExpression product() throws IOException { method in class:ExpressionParser
  /external/libcxx/utils/google-benchmark/test/
multiple_ranges_test.cc 47 int product = state.range(0) * state.range(1) * state.range(2); local
48 for (int x = 0; x < product; x++) {
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
Invoice.java 25 public List<Product> product; field in class:Invoice
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
reshape_op.cc 46 // Compute the output shape. Determine product of specified
50 int64 product = 1; variable
66 product *= size;
71 ctx, product > 0,
75 const int64 missing = input_shape.num_elements() / product;
77 ctx, product * missing == input_shape.num_elements(),
81 product));
  /external/tensorflow/tensorflow/core/kernels/
reshape_op.h 43 // Compute the output shape. Determine product of specified
46 int64 product = 1; variable
50 OP_REQUIRES_OK(context, ValidateSizes<int32>(sizes, &product,
54 OP_REQUIRES_OK(context, ValidateSizes<int64>(sizes, &product,
65 context, product > 0,
69 const int64 missing = input.NumElements() / product;
71 context, product * missing == input.NumElements(),
75 product));
94 Status ValidateSizes(const Tensor& sizes, int64* product, int* unknown_index,
96 *product = 1
    [all...]
  /external/toolchain-utils/android_bench_suite/
config.py 54 # Please change both product and architecture at same time
55 # Product can be chosen from the lunch list of android building.
58 # Arch can be found from out/target/product
59 product = get_suite_env('product') variable
  /hardware/nxp/nfc/halimpl/utils/
NxpNfcCapability.h 36 /*product[] will be used to print product version and
38 const char* product[11] = {"UNKNOWN", "PN547C2", "PN65T", "PN548C2", member in class:capability
  /prebuilts/go/darwin-x86/src/go/types/
hilbert_test.go 59 // its inverse I, and the product P = H*I. The product should
74 g.product(n)
135 func (g *gen) product(n int) { func
136 g.p(`// Product matrix
156 g.p(`// Verify that product is the identity matrix
  /prebuilts/go/linux-x86/src/go/types/
hilbert_test.go 59 // its inverse I, and the product P = H*I. The product should
74 g.product(n)
135 func (g *gen) product(n int) { func
136 g.p(`// Product matrix
156 g.p(`// Verify that product is the identity matrix
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/test/
multiple_ranges_test.cc 47 int product = state.range(0) * state.range(1) * state.range(2); local
48 for (int x = 0; x < product; x++) {

Completed in 686 milliseconds

1 2 3 4 5 6 7 8 91011>>