OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vectors
(Results
626 - 650
of
1580
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/native/services/sensorservice/
Fusion.cpp
80
* If the cross product of two
vectors
has magnitude squared less than this,
81
* we reject it as invalid due to alignment of the
vectors
.
315
// If the m and up
vectors
align, the cross product magnitude will
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
function.h
79
vectors
. Since these
vectors
are needed during the expansion phase when
81
vectors
are copied and made bigger when necessary. */
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
function.h
79
vectors
. Since these
vectors
are needed during the expansion phase when
81
vectors
are copied and made bigger when necessary. */
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
function.h
79
vectors
. Since these
vectors
are needed during the expansion phase when
81
vectors
are copied and made bigger when necessary. */
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
function.h
79
vectors
. Since these
vectors
are needed during the expansion phase when
81
vectors
are copied and made bigger when necessary. */
/external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_fxt1.c
202
#define MAX_VECT 4 /* ever needed maximum number of base
vectors
to find */
462
* find 4 color
vectors
.
474
* vec[][MAX_COMP] initial
vectors
and resulting colors
562
const GLint n_vect = 4; /* 4 base
vectors
to find */
604
const GLint n_vect = 3; /* 3 base
vectors
to find */
[
all
...]
/external/mesa3d/src/mesa/main/
texcompress_fxt1.c
202
#define MAX_VECT 4 /* ever needed maximum number of base
vectors
to find */
462
* find 4 color
vectors
.
474
* vec[][MAX_COMP] initial
vectors
and resulting colors
562
const GLint n_vect = 4; /* 4 base
vectors
to find */
604
const GLint n_vect = 3; /* 3 base
vectors
to find */
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_vector.h
936
* This exchanges the elements between two
vectors
in constant time.
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_vector.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_vector.h
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h
936
* This exchanges the elements between two
vectors
in constant time.
[
all
...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h
936
* This exchanges the elements between two
vectors
in constant time.
[
all
...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h
936
* This exchanges the elements between two
vectors
in constant time.
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_vector.h
936
* This exchanges the elements between two
vectors
in constant time.
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_vector.h
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_vector.h
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_vector.h
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_vector.h
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_vector.h
[
all
...]
/external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c
88
// Interface functions for
vectors
1082
// Allow
vectors
to be guessed by ourselves, so input size can be zero
[
all
...]
/external/clang/docs/
LanguageExtensions.rst
256
.. _langext-
vectors
:
258
Vectors
and Extended
Vectors
309
Vector literals can be used to create
vectors
from a set of scalars, or
310
vectors
. Either parentheses or braces form can be used. In the parentheses
[
all
...]
/external/svox/pico/lib/
picocep.c
701
* @param rowscpow (int) : fixed point base for each dimension of the
vectors
stored in the database
851
* @param smoothcep : pointer to picoos_int16, sequence of smoothed cepstral
vectors
[
all
...]
/dalvik/vm/analysis/
RegisterMap.cpp
1107
bit
vectors
. However, the register values at a given address do not
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
318
// FIXME: Try to simplify
vectors
of integers.
336
// FIXME: Try to simplify
vectors
of integers.
543
// These intrinsics only demand the 0th element of their input
vectors
. If
564
// pmov{s|z}x ignores the upper half of their input
vectors
.
597
// Cast the input
vectors
to byte
vectors
.
[
all
...]
/external/neven/Embedded/common/src/b_BasicEm/
Math.c
494
* dotProduct_C62x is implemented in file dotprod.asm and expects input
vectors
515
/* input
vectors
MUST be 128 bit aligned ! */
527
/* multiply-add elements of input
vectors
in sets of 8 */
559
/* multiply-add remaining elements of input
vectors
*/
572
* input
vectors
must be 32 bit aligned
598
/* multiply-add remaining elements of input
vectors
*/
[
all
...]
Completed in 1228 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>