HomeSort by relevance Sort by last modified time
    Searched refs:product (Results 376 - 400 of 495) sorted by null

<<11121314151617181920

  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_matrix.c 148 #define P(row,col) product[(col<<2)+row]
155 * \param product will receive the product of \p a and \p b.
157 * \warning Is assumed that \p product != \p b. \p product == \p a is allowed.
163 static void matmul4( GLfloat *product, const GLfloat *a, const GLfloat *b )
181 * \param product will receive the product of \p a and \p b.
183 static void matmul34( GLfloat *product, const GLfloat *a, const GLfloat *b )
207 * matrix, and that will receive the product result
    [all...]
  /external/mesa3d/src/mesa/math/
m_matrix.c 148 #define P(row,col) product[(col<<2)+row]
155 * \param product will receive the product of \p a and \p b.
157 * \warning Is assumed that \p product != \p b. \p product == \p a is allowed.
163 static void matmul4( GLfloat *product, const GLfloat *a, const GLfloat *b )
181 * \param product will receive the product of \p a and \p b.
183 static void matmul34( GLfloat *product, const GLfloat *a, const GLfloat *b )
207 * matrix, and that will receive the product result
    [all...]
  /build/core/
base_rules.mk 70 $(warning * section of a product makefile to have it installed.)
  /development/ndk/platforms/android-3/include/linux/
input.h 32 __u16 product; member in struct:input_id
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 10 * part of the product.
12 * Note that, while the product portion of the touch NTP is designed to work
  /external/chromium_org/chrome/browser/rlz/
rlz_unittest.cc 115 virtual bool ScheduleRecordProductEvent(rlz_lib::Product product,
  /external/kernel-headers/original/linux/
usb.h 113 * or by a product's vendor. The (default) control endpoint is part of
358 char *product; /* iProduct string, if present */ member in struct:usb_device
485 * @prod: the 16 bit USB Product ID
497 * @prod: the 16 bit USB Product ID
    [all...]
  /external/libmtp/src/
libmtp.h 479 char *product; /**< The product name of this device */ member in struct:LIBMTP_device_entry_struct
480 uint16_t product_id; /**< Product ID for this device */
    [all...]
  /external/openfst/src/include/fst/
string-weight.h 27 #include <fst/product-weight.h>
540 // Product of string weight and an arbitray weight.
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 26 ; in a product, an acknowledgment in the product documentation would be
  /external/zlib/src/contrib/masmx86/
match686.asm 178 ;; in a product, an acknowledgment in the product documentation would be
  /libcore/luni/src/main/java/java/math/
BigInteger.java 895 return new BigInteger(BigInt.product(getBigInt(), value.getBigInt()));
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
input.h 41 __u16 product; member in struct:input_id
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
input.h 41 __u16 product; member in struct:input_id
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
input.h 41 __u16 product; member in struct:input_id
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
input.h 32 __u16 product; member in struct:input_id
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
input.h 32 __u16 product; member in struct:input_id
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
input.h 32 __u16 product; member in struct:input_id
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
input.h 32 __u16 product; member in struct:input_id
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
input.h 32 __u16 product; member in struct:input_id
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
input.h 32 __u16 product; member in struct:input_id
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
input.h 32 __u16 product; member in struct:input_id
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
input.h 32 __u16 product; member in struct:input_id
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
input.h 32 __u16 product; member in struct:input_id
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
input.h 32 __u16 product; member in struct:input_id

Completed in 898 milliseconds

<<11121314151617181920