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:__cl_float8
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/include/CL/
H
A
D
cl_platform.h
470
typedef cl_float
__cl_float8
__attribute__((vector_size(32)));
typedef
473
typedef __m256
__cl_float8
;
typedef
1249
__cl_float8
v8;
1268
__cl_float8
v8[2];
/third_party/opencl-headers/CL/
H
A
D
cl_platform.h
499
typedef cl_float
__cl_float8
__attribute__((vector_size(32)));
typedef
502
typedef __m256
__cl_float8
;
typedef
1276
__cl_float8
v8;
1295
__cl_float8
v8[2];
/third_party/skia/third_party/externals/angle2/include/CL/
H
A
D
cl_platform.h
490
typedef cl_float
__cl_float8
__attribute__((vector_size(32)));
typedef
493
typedef __m256
__cl_float8
;
typedef
1269
__cl_float8
v8;
1288
__cl_float8
v8[2];
/third_party/opencl-headers/tests/
H
A
D
test_headers.c
546
__cl_float8
v8 = b8.v8;
in test_float()
547
printf("
__cl_float8
: %f %f %f %f %f %f %f %f \n", ((cl_float*)&v8)[0], ((cl_float*)&v8)[1], ((cl_float*)&v8)[2], ((cl_float*)&v8)[3], ((cl_float*)&v8)[4], ((cl_float*)&v8)[5], ((cl_float*)&v8)[6], ((cl_float*)&v8)[7] );
in test_float()
549
printf( "
__cl_float8
SIMD vectors not supported on this architecture.\n" );
in test_float()
Completed in 14 milliseconds