HomeSort by relevance Sort by last modified time
    Searched full:scalars (Results 51 - 75 of 447) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/eigen/lapack/
slarfg.f 43 *> where alpha and beta are scalars, and x is an (n-1)-element real
128 * .. Local Scalars ..
zlarfg.f 43 *> where alpha and beta are scalars, with beta real, and x is an
128 * .. Local Scalars ..
clacgv.f 91 * .. Local Scalars ..
dlapy2.f 83 * .. Local Scalars ..
dlapy3.f 86 * .. Local Scalars ..
slapy2.f 83 * .. Local Scalars ..
slapy3.f 86 * .. Local Scalars ..
zlacgv.f 91 * .. Local Scalars ..
  /external/libvorbis/vq/
huffbuild.c 55 " number of scalars of each in line,\n"
56 " number of scalars in a group\n"
  /external/skia/include/core/
SkTextBlob.h 49 kDefault_Positioning = 0, // Default glyph advances -- zero scalars per glyph.
51 kFull_Positioning = 2 // Point positioning -- two scalars per glyph.
  /frameworks/compile/libbcc/lib/Renderscript/
RSX86TranslateGEPPass.cpp 34 * enforce on x86 the ARM alignment rule that 64-bit scalars be 8-byte aligned
35 * for structs with such scalars.
  /external/deqp/modules/gles3/scripts/
genutil.py 717 def __init__ (self, numCols, numRows, scalars):
718 assert len(scalars) == numRows*numCols
721 self.scalars = scalars
725 scalars = []
728 scalars.append(scalar if col == row else 0.0)
729 return Mat(numCols, numRows, scalars)
738 return self.scalars[colNdx*self.numRows + rowNdx]
743 self.scalars[colNdx*self.numRows + rowNdx] = scalar
769 return "%s(%s)" % (self.typeString(), ", ".join(["%s" % s for s in self.scalars]))
    [all...]
  /external/deqp/modules/gles31/scripts/
genutil.py 719 def __init__ (self, numCols, numRows, scalars):
720 assert len(scalars) == numRows*numCols
723 self.scalars = scalars
727 scalars = []
730 scalars.append(scalar if col == row else 0.0)
731 return Mat(numCols, numRows, scalars)
740 return self.scalars[colNdx*self.numRows + rowNdx]
745 self.scalars[colNdx*self.numRows + rowNdx] = scalar
771 return "%s(%s)" % (self.typeString(), ", ".join(["%s" % s for s in self.scalars]))
    [all...]
  /external/boringssl/src/crypto/ec/
wnaf.c 254 /* TODO: This function used to take |points| and |scalars| as arrays of
259 const BIGNUM **scalars = p != NULL ? &p_scalar : NULL; local
270 ++total_num; /* treat 'g_scalar' like 'num'-th element of 'scalars' */
296 bits = i < num ? BN_num_bits(scalars[i]) : BN_num_bits(g_scalar);
301 compute_wNAF((i < num ? scalars[i] : g_scalar), wsize[i], &wNAF_len[i]);
p224-64.c 60 * scalars for point multiplication. */
366 * The scalars we actually use are small, so results fit without overflow */
375 * The scalars we actually use are small, so results fit without overflow */
1132 BIGNUM const *const *scalars = p_ != NULL ? &p_scalar_ : NULL; local
    [all...]
  /external/cblas/testing/
c_cblat1.f 8 * .. Scalars in Common ..
11 * .. Local Scalars ..
52 * .. Scalars in Common ..
82 * .. Scalars in Common ..
85 * .. Local Scalars ..
283 * .. Scalars in Common ..
286 * .. Local Scalars ..
539 * .. Scalars in Common ..
542 * .. Local Scalars ..
622 * .. Local Scalars .
    [all...]
c_zblat1.f 8 * .. Scalars in Common ..
11 * .. Local Scalars ..
52 * .. Scalars in Common ..
82 * .. Scalars in Common ..
85 * .. Local Scalars ..
283 * .. Scalars in Common ..
286 * .. Local Scalars ..
539 * .. Scalars in Common ..
542 * .. Local Scalars ..
622 * .. Local Scalars .
    [all...]
  /external/eigen/blas/testing/
cblat1.f 8 * .. Scalars in Common ..
11 * .. Local Scalars ..
52 * .. Scalars in Common ..
82 * .. Scalars in Common ..
85 * .. Local Scalars ..
283 * .. Scalars in Common ..
286 * .. Local Scalars ..
538 * .. Scalars in Common ..
541 * .. Local Scalars ..
621 * .. Local Scalars .
    [all...]
zblat1.f 8 * .. Scalars in Common ..
11 * .. Local Scalars ..
52 * .. Scalars in Common ..
82 * .. Scalars in Common ..
85 * .. Local Scalars ..
283 * .. Scalars in Common ..
286 * .. Local Scalars ..
538 * .. Scalars in Common ..
541 * .. Local Scalars ..
621 * .. Local Scalars .
    [all...]
dblat1.f 50 * .. Scalars in Common ..
53 * .. Local Scalars ..
99 * .. Scalars in Common ..
132 * .. Scalars in Common ..
135 * .. Local Scalars ..
248 * .. Scalars in Common ..
251 * .. Local Scalars ..
342 * .. Scalars in Common ..
345 * .. Local Scalars ..
686 * .. Scalars in Common .
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
func_integer.hpp 166 /// @todo Clarify the declaration to specify that scalars are suported.
179 /// @todo Clarify the declaration to specify that scalars are suported.
193 /// @todo Clarify the declaration to specify that scalars are suported.
  /external/clang/test/CodeGen/
init.c 4 // Scalars in braces.
  /external/eigen/Eigen/src/Core/
CwiseUnaryOp.h 26 * presence of other inputs such as scalars. For example, the operator* in the expression 3*matrix
  /external/eigen/blas/f2c/
lsame.c 49 /* .. Local Scalars .. */
  /external/eigen/blas/fortran/
lsame.f 30 * .. Local Scalars ..

Completed in 1076 milliseconds

1 23 4 5 6 7 8 91011>>