HomeSort by relevance Sort by last modified time
    Searched refs:Product (Results 1 - 23 of 23) sorted by null

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVM_Mixer_TimeConstant.c 48 /* 2. The product tc * Fs is limited approximately to the range */
66 LVM_UINT32 Product;
123 /* Calculate the product of the time constant and the sample rate */
124 Product = ((tc >> 16) * (LVM_UINT32)Fs) << 13; /* Stereo value */
125 Product = Product + (((tc & 0x0000FFFF) * (LVM_UINT32)Fs) >> 3);
129 Product = Product >> 1; /* Mono value */
135 if ((Product & 0x80000000)!=0)
140 Product = Product << 1
    [all...]
  /external/chromium/chrome/browser/rlz/
rlz.h 43 static bool RecordProductEvent(rlz_lib::Product product,
52 // Clear all events reported by this product. In Chrome this will be called
54 static bool ClearAllProductEvents(rlz_lib::Product product);
rlz.cc 297 bool RLZTracker::RecordProductEvent(rlz_lib::Product product,
300 return rlz_lib::RecordProductEvent(product, point, event_id);
303 bool RLZTracker::ClearAllProductEvents(rlz_lib::Product product) {
304 return rlz_lib::ClearAllProductEvents(product);
  /build/target/board/emulator/
BoardConfig.mk 3 # Product-specific compile-time definitions.
6 # The generic product target doesn't have any hardware-specific pieces.
  /external/eigen/Eigen/src/Core/
Product.h 13 template<typename Lhs, typename Rhs> class Product;
16 /** \class Product
19 * \brief Expression of the product of two arbitrary matrices or vectors
24 * This class represents an expression of the product of two arbitrary matrices.
30 struct traits<Product<Lhs, Rhs> >
53 class Product : public ProductImpl<Lhs,Rhs,typename internal::promote_storage_type<typename internal::traits<Lhs>::StorageKind,
62 EIGEN_GENERIC_PUBLIC_INTERFACE(Product)
69 Product(const Lhs& lhs, const Rhs& rhs) : m_lhs(lhs), m_rhs(rhs)
72 && "invalid matrix product"
73 && "if you wanted a coeff-wise or a dot product use the respective explicit functions")
    [all...]
  /device/generic/mini-emulator-armv7-a-neon/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /external/clang/test/CodeGenCXX/
temp-order.cpp 13 unsigned Product, Index;
15 TempTracker() : Product(1), Index(0) {}
30 TT.Product *= pow(P, ++TT.Index);
53 return tt.Product;
65 return tt.Product;
77 return tt.Product;
91 return tt.Product;
103 return tt.Product;
117 return tt.Product;
129 return tt.Product;
    [all...]
  /device/generic/armv7-a-neon/
BoardConfig.mk 3 # Product-specific compile-time definitions.
6 # The generic product target doesn't have any hardware-specific pieces.
  /device/generic/mini-emulator-mips/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /device/generic/mini-emulator-x86/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 141 const SCEVAddRecExpr *Product =
143 ASSERT_TRUE(Product);
144 ASSERT_EQ(Product->getNumOperands(), 9u);
148 EXPECT_EQ(Product->getOperand(0), SE.getAddExpr(Sum));
157 EXPECT_EQ(Product->getOperand(1), SE.getAddExpr(Sum));
166 EXPECT_EQ(Product->getOperand(2), SE.getAddExpr(Sum));
179 EXPECT_EQ(Product->getOperand(3), SE.getAddExpr(Sum));
197 EXPECT_EQ(Product->getOperand(4), SE.getAddExpr(Sum));
210 EXPECT_EQ(Product->getOperand(5), SE.getAddExpr(Sum));
219 EXPECT_EQ(Product->getOperand(6), SE.getAddExpr(Sum))
    [all...]
  /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...]
vendor_module_check.mk 60 $(error Error: Product "$(TARGET_PRODUCT)" cannot have overlay in vendor tree: \
76 "$(ALL_MODULES.$(m).OWNER)" in product "$(TARGET_PRODUCT)"))\
90 in product "$(TARGET_PRODUCT)" being installed to \
  /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...]
  /build/target/board/generic_x86/
BoardConfig.mk 3 # Product-specific compile-time definitions.
6 # The generic product target doesn't have any hardware-specific pieces.
  /build/target/board/generic/
BoardConfig.mk 3 # Product-specific compile-time definitions.
6 # The generic product target doesn't have any hardware-specific pieces.
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [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...]
product_config.mk 83 # as the variant in the PRODUCT-$TARGET_BUILD_PRODUCT-$TARGET_BUILD_VARIANT form,
88 # Provide "PRODUCT-<prodname>-<goal>" targets, which lets you build
91 product_goals := $(strip $(filter PRODUCT-%,$(MAKECMDGOALS)))
93 # Scrape the product and build names out of the goal,
94 # which should be of the form PRODUCT-<productname>-<buildname>.
97 $(error Only one PRODUCT-* goal may be specified; saw "$(product_goals)")
100 product_goals := $(patsubst PRODUCT-%,%,$(product_goals))
103 $(error Bad PRODUCT-* goal "$(goal_name)")
106 # The product they want
116 # The build server wants to do make PRODUCT-dream-installclea
    [all...]
  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 72 // ; %product = mul i32 %divisor, %quotient
73 // ; %remainder = sub i32 %dividend, %product
75 Value *Product = Builder.CreateMul(Divisor, Quotient);
76 Value *Remainder = Builder.CreateSub(Dividend, Product);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 

Completed in 1125 milliseconds