Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:vmask8
(Results
1 - 3
of
3
) sorted by relevance
/third_party/astc-encoder/Source/
H
A
D
astcenc_vecmathlib_avx2_8.h
275
//
vmask8
data type
281
struct
vmask8
struct
286
ASTCENC_SIMD_INLINE explicit
vmask8
(__m256 a)
in vmask8()
function
294
ASTCENC_SIMD_INLINE explicit
vmask8
(__m256i a)
in vmask8()
function
302
ASTCENC_SIMD_INLINE explicit
vmask8
(bool a)
in vmask8()
function
315
//
vmask8
operators and functions
321
ASTCENC_SIMD_INLINE
vmask8
operator|(
vmask8
a,
vmask8
b)
in operator |()
323
return
vmask8
(_mm256_or_p
in operator |()
[all...]
H
A
D
astcenc_vecmathlib.h
38
* Explicit 8-wide types are accessible via the vint8, vfloat8, and
vmask8
89
using vmask =
vmask8
;
/third_party/astc-encoder/Source/UnitTest/
H
A
D
test_simd.cpp
2268
vmask8
r1 = a1 == b1;
in TEST()
2275
vmask8
r2 = a2 == b2;
in TEST()
2282
vmask8
r3 = a3 == b3;
in TEST()
2288
vmask8
r4 = a4 == a4;
in TEST()
2299
vmask8
r1 = a1 != b1;
in TEST()
2306
vmask8
r2 = a2 != b2;
in TEST()
2313
vmask8
r3 = a3 != b3;
in TEST()
2319
vmask8
r4 = a4 != a4;
in TEST()
2330
vmask8
r = a < b;
in TEST()
2339
vmask8
[all...]
Completed in 6 milliseconds