HomeSort by relevance Sort by last modified time
    Searched refs:vectors (Results 1 - 25 of 139) sorted by null

1 2 3 4 5 6

  /external/eigen/Eigen/src/Householder/
BlockHouseholder.h 22 // void make_block_householder_triangular_factor(TriangularFactorType& triFactor, const VectorsType& vectors, const CoeffsType& hCoeffs)
25 // const Index nbVecs = vectors.cols();
26 // eigen_assert(triFactor.rows() == nbVecs && triFactor.cols() == nbVecs && vectors.rows()>=nbVecs);
30 // Index rs = vectors.rows() - i;
31 // // Warning, note that hCoeffs may alias with vectors.
32 // // It is then necessary to copy it before modifying vectors(i,i).
35 // Scalar *Vii_ptr = const_cast<Scalar*>(vectors.data() + vectors.outerStride()*i + vectors.innerStride()*i);
38 // triFactor.col(i).head(i).noalias() = -h * vectors.block(i, 0, rs, i).adjoint(
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
sections.d 16 4 vectors 00000002 0+000 0+000 0000.... 2..0
72 Disassembly of section vectors:
74 0+000 <vectors>:
sections.s 60 .sect "vectors"
71 .sblock "blksect", vectors ; set block flag on blksect and vectors
  /frameworks/base/tools/aapt2/integration-tests/AppOne/
Android.mk 28 LOCAL_AAPT_FLAGS := --no-version-vectors --no-version-transitions
  /device/linaro/bootloader/arm-trusted-firmware/bl2/
bl2.ld.S 53 *(.vectors)
  /device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
tsp.ld.S 54 *(.vectors)
  /device/google/contexthub/firmware/os/platform/stm32/lkr/
stm32f4xx.os.lkr 21 KEEP (*(.vectors) ) ;
  /external/skia/gm/
imagescalealigned.cpp 17 const SkVector vectors[] = { { 1, 0 }, { 0, 1 } }; variable
19 for (size_t i = 0; i < SK_ARRAY_COUNT(vectors); ++i) {
22 set.fVector = vectors[i];
23 set.fImages.push_back() = MakeImage(vectors[i], SK_ColorGREEN);
25 set.fImages.push_back() = MakeImage(vectors[i], SK_ColorRED);
27 set.fImages.push_back() = MakeImage(vectors[i], SK_ColorGREEN);
  /frameworks/rs/script_api/
rs_vector_math.spec 20 These functions interpret the input arguments as representation of vectors in
45 summary: Cross product of two vectors
47 Computes the cross product of two vectors.
97 summary: Dot product of two vectors
99 Computes the dot product of two vectors.
162 For vectors of size 1, returns -1.f for negative values, 0.f for null values, and 1.f for
285 For vectors of size 1, returns -1.f for negative values, 0.f for null values, and 1.f for
  /external/mesa3d/src/mesa/main/
uniform_query.cpp 567 const unsigned vectors = MAX2(1, uni->type->matrix_columns); local
579 store->element_stride - (vectors * store->vector_stride);
581 (uint8_t *) (&uni->storage[array_index * (dmul * components * vectors)].i);
584 printf("%s: %p[%d] components=%u vectors=%u count=%u vector_stride=%u "
587 vectors, count, store->vector_stride, extra_stride);
600 memcpy(dst, src, src_vector_byte_stride * vectors);
601 src += src_vector_byte_stride * vectors;
602 dst += store->vector_stride * vectors;
608 memcpy(dst, src, src_vector_byte_stride * vectors * count);
609 src += src_vector_byte_stride * vectors * count
919 unsigned vectors; local
    [all...]
  /prebuilts/go/darwin-x86/src/compress/bzip2/
bzip2_test.go 41 var vectors = []struct {
134 for i, v := range vectors {
152 var vectors = []struct {
170 for i, v := range vectors {
186 var vectors = []struct {
198 for i, v := range vectors {
  /prebuilts/go/linux-x86/src/compress/bzip2/
bzip2_test.go 41 var vectors = []struct {
134 for i, v := range vectors {
152 var vectors = []struct {
170 for i, v := range vectors {
186 var vectors = []struct {
198 for i, v := range vectors {
  /prebuilts/go/darwin-x86/src/archive/tar/
strconv_test.go 15 vectors := []struct {
37 for _, v := range vectors {
46 vectors := []struct {
90 for _, v := range vectors {
108 vectors := []struct {
140 for _, v := range vectors {
159 vectors := []struct {
222 for _, v := range vectors {
243 vectors := []struct {
270 for _, v := range vectors {
    [all...]
  /prebuilts/go/linux-x86/src/archive/tar/
strconv_test.go 15 vectors := []struct {
37 for _, v := range vectors {
46 vectors := []struct {
90 for _, v := range vectors {
108 vectors := []struct {
140 for _, v := range vectors {
159 vectors := []struct {
222 for _, v := range vectors {
243 vectors := []struct {
270 for _, v := range vectors {
    [all...]
  /external/libvorbis/doc/
08-residue.tex 16 residue vectors into the bitstream packet, and then reconstructs the
17 vectors during decode. Vorbis makes use of three different encoding
33 A set of coded residue vectors are all of the same length. High level
41 of \emph{ch} residue vectors, the total number of partitioned chunks
50 illustration below. Just as the residue vectors are coded in grouped
140 Rather than encoding multiple passed-in vectors as in residue type 1,
141 the \emph{ch} passed in vectors of length \emph{n} are first
172 the unpacked vectors are zeroed. Note that for residue type 2, these
174 the interleaved vector, not the individual vectors before interleave.
249 is passed the number of vectors in the submap bundle and a vector o
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/bl1/
bl1.ld.S 63 *(.vectors)
  /device/linaro/bootloader/arm-trusted-firmware/bl31/
bl31.ld.S 70 *(.vectors)
  /external/libopus/tests/
run_vectors.sh 52 echo Test vectors found in $VECTOR_PATH
54 echo No test vectors found
55 #Don't make the test fail here because the test vectors
  /external/v8/src/debug/
debug-coverage.cc 66 // Feedback vectors are already listed to prevent losing them to GC.
78 // Iterate the heap to find all feedback vectors and accumulate the
145 // Collect existing feedback vectors.
146 std::vector<Handle<FeedbackVector>> vectors; local
155 vectors.emplace_back(vector, isolate);
158 // Add collected feedback vectors to the root list lest we lose them to GC.
160 ArrayList::New(isolate, static_cast<int>(vectors.size()));
161 for (const auto& vector : vectors) list = ArrayList::Add(list, vector);
  /prebuilts/go/darwin-x86/src/compress/flate/
inflate_test.go 44 vectors := []struct{ input, output string }{
57 for i, v := range vectors {
  /prebuilts/go/darwin-x86/src/strconv/
strconv_test.go 66 vectors := []struct {
77 for _, v := range vectors {
  /prebuilts/go/linux-x86/src/compress/flate/
inflate_test.go 44 vectors := []struct{ input, output string }{
57 for i, v := range vectors {
  /prebuilts/go/linux-x86/src/strconv/
strconv_test.go 66 vectors := []struct {
77 for _, v := range vectors {
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_sanity.c 614 static struct reg vectors[512*4+1]; variable in typeref:struct:reg
636 for (i = 0, tmp = vector_names ; i < ARRAY_SIZE(vectors) ; i++) {
638 vectors[i].idx = i;
639 vectors[i].closest = tmp;
640 vectors[i].flags = ISFLOAT|ISVEC;
645 vectors[ARRAY_SIZE(vectors)-1].idx = -1;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_sanity.c 336 static struct reg vectors[512*4+1]; variable in typeref:struct:reg
358 for (i = 0, tmp = vector_names ; i < ARRAY_SIZE(vectors) ; i++) {
360 vectors[i].idx = i;
361 vectors[i].closest = tmp;
362 vectors[i].flags = ISFLOAT|ISVEC;
367 vectors[ARRAY_SIZE(vectors)-1].idx = -1;
517 for (i = 0 ; i < ARRAY_SIZE(vectors) ; i++)
518 print_reg( &vectors[i] );
625 int sz = header.vectors.count
    [all...]

Completed in 1318 milliseconds

1 2 3 4 5 6