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

1 2 3 4 5 6 7

  /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);
basic_op_c_equivalent.h 245 L_product = 32-bit product of L_var1 and L_var2 (Word32)
319 L_product = 32-bit product of L_var1 and L_var2 (Word32)
389 pOverflow -> 1 if the 32 bit product operation resulted in overflow
392 product = 32-bit product of the 32-bit L_var1 and 16-bit var1 (Word32)
451 product = 16-bit limited product of var1 and var2 (Word16)
455 register Word32 product; local
457 product = ((Word32) var1 * var2) >> 15;
463 if (product > 0x00007fffL
    [all...]
basic_op_arm_gcc_v5.h 238 L_product = 32-bit product of L_var1 and L_var2 (Word32)
246 Word32 product; local
251 : "=r"(product)
257 : "r"(product), "r"(product)
291 Word32 product; local
297 : "=r"(product)
303 : "r"(ra), "r"(product)
327 L_product = 32-bit product of L_var1 and L_var2 (Word32)
408 pOverflow -> 1 if the 32 bit product operation resulted in overflo
481 Word32 product; local
    [all...]
basic_op_arm_v5.h 221 L_product = 32-bit product of L_var1 and L_var2 (Word32)
226 Word32 product; local
232 SMULBB product, var1, var2 local
233 QADD result, product, product local
265 Word32 product; local
272 SMULBB product, var1, var2 local
273 QDSUB result, L_var3, product
297 L_product = 32-bit product of L_var1 and L_var2 (Word32)
348 pOverflow -> 1 if the 32 bit product operation resulted in overflo
396 Word32 product; local
402 SMULBB product, var1, var2 local
403 MOV product, product, ASR #15 local
404 CMP product, 0x7FFF local
405 MOVGE product, 0x7FFF local
    [all...]
  /external/v8/test/cctest/
test-diy-fp.cc 31 DiyFp product = DiyFp::Times(diy_fp1, diy_fp2); local
33 CHECK(0 == product.f()); // NOLINT
34 CHECK_EQ(64, product.e());
41 product = DiyFp::Times(diy_fp1, diy_fp2);
42 CHECK(1 == product.f()); // NOLINT
43 CHECK_EQ(11 + 13 + 64, product.e());
48 product = DiyFp::Times(diy_fp1, diy_fp2);
49 CHECK(1 == product.f()); // NOLINT
50 CHECK_EQ(11 + 13 + 64, product.e());
54 product = DiyFp::Times(diy_fp1, diy_fp2)
    [all...]
  /build/core/
product.mk 23 # and the .mk suffix) of the product makefile, "<product_name>:" can be
33 $(SRC_TARGET_DIR)/product/AndroidProducts.mk
41 define get-product-makefiles
59 define get-all-product-makefiles
60 $(call get-product-makefiles,$(_find-android-products-files))
64 # Functions for including product makefiles
101 define dump-product
109 $(foreach p,$(PRODUCTS),$(call dump-product,$(p)))
113 # $(1): product to inherit
120 define inherit-product
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-same-line.cpp 10 product (int x, int y) function
38 return product (i, j);
42 return product (sum (i, i), sum (j, j));
  /build/core/tasks/
product-graph.mk 37 this_makefile := build/core/tasks/product-graph.mk
48 products_list := $(foreach prod,$(ANDROID_PRODUCT_GRAPH),$(call resolve-short-product-name,$(prod)))
58 @echo Product graph DOT: $@ for $(PRIVATE_PRODUCTS_FILTER)
72 | ./build/tools/filter-product-graph.py $(PRIVATE_PRODUCTS_FILTER) \
75 # Evaluates to the name of the product file
76 # $(1) product file
77 define product-debug-filename
81 # Makes a rule for the product debug info
82 # $(1) product file
83 define transform-product-debu
    [all...]
  /bionic/libc/kernel/common/linux/
hidraw.h 32 __s16 product; member in struct:hidraw_devinfo
  /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/chromium/webkit/glue/
user_agent.cc 124 // Get the product name and version, and replace Safari's Version/X string
125 // with it. This is done to expose our product name in a manner that is
127 std::string product = GetProductVersion(); local
138 product.c_str(),
  /external/skia/include/core/
SkMath.h 119 int32_t product; local
121 : "=r"(product)
124 return product;
  /external/chromium/chrome/browser/extensions/
extension_rlz_module.cc 16 rlz_lib::Product* product) {
20 *product = rlz_lib::FF_TOOLBAR;
23 *product = rlz_lib::CHROME;
26 *product = rlz_lib::DESKTOP;
29 *product = rlz_lib::QSB_WIN;
32 *product = rlz_lib::PINYIN_IME;
35 *product = rlz_lib::TOOLBAR_NOTIFIER;
38 *product = rlz_lib::IE_TOOLBAR;
41 *product = rlz_lib::PACK
81 rlz_lib::Product product; local
124 rlz_lib::Product product; local
185 rlz_lib::Product product; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
UserAgentParser.java 83 * server-val = product / comment product = token [SLASH
84 * product-version] product-version = token
93 // product = token [SLASHproduct-version]
94 // product-version = token
100 String product = this.lexer.byteStringNoSlash(); local
101 if ( product == null ) throw createParseException("Expected product string");
103 StringBuffer productSb = new StringBuffer(product);
    [all...]
  /external/skia/legacy/include/core/
SkMath.h 18 /** Computes the 64bit product of a * b, and then shifts the answer down by
163 int32_t product; local
165 : "=r"(product)
168 return product;
  /external/webkit/Source/WebCore/page/
NavigatorBase.cpp 104 String NavigatorBase::product() const function in class:WebCore::NavigatorBase
  /development/ide/emacs/
android-common.el 25 ;; If the path the product's files/image uses an a product alias, you
26 ;; need to add a mapping in `android-product-alias-map'. For instance
27 ;; if TARGET_PRODUCT is foo but the build directory is out/target/product/bar,
54 (defcustom android-product-alias-map nil
55 "Alist between product targets (declared in buildspec.mk) and actual
56 product build directory used by `android-product'.
59 is 'out/target/product/bar', you need to add a mapping Target:foo -> Alias:bar."
102 (defun android-product ()
    [all...]
  /external/eigen/test/eigen2/
product.h 21 template<typename MatrixType> void product(const MatrixType& m) function
24 Identity.h Product.h
63 // begin testing Product.h: only associativity for now
72 // continue testing Product.h: distributivity
76 // continue testing Product.h: compatibility with ScalarMultiple.h
83 // test Product.h together with Identity.h
114 // test submatrix and matrix/vector product
  /external/eigen/test/
product.h 20 template<typename MatrixType> void product(const MatrixType& m) function
23 Identity.h Product.h
60 // begin testing Product.h: only associativity for now
68 // continue testing Product.h: distributivity
72 // continue testing Product.h: compatibility with ScalarMultiple.h
76 // test Product.h together with Identity.h
120 // test submatrix and matrix/vector product
140 // inner product
  /external/v8/test/mjsunit/
top-level-assignments.js 89 Calculator.prototype.product = function() { return this.x * this.y; };
95 assertEquals(200, calc.product());
  /bootable/recovery/minadbd/
adb.c 229 char *type, *product, *end; local
233 product = strchr(type, ':');
234 if(product) {
235 *product++ = 0;
237 product = "";
241 end = strchr(product, ':');
244 /* save product name in device structure */
245 if (t->product == NULL) {
246 t->product = strdup(product);
    [all...]

Completed in 544 milliseconds

1 2 3 4 5 6 7