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:has_neon
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dsp/
H
A
D
cpu.c
220
int
has_neon
= 0;
in armCPUInfo()
local
227
has_neon
= 1;
in armCPUInfo()
233
return
has_neon
;
in armCPUInfo()
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_tiling.h
93
if (util_get_cpu_caps()->
has_neon
) {
in vc4_load_lt_image()
109
if (util_get_cpu_caps()->
has_neon
) {
in vc4_store_lt_image()
/third_party/mesa3d/src/util/
H
A
D
u_cpu_detect.c
396
util_cpu_caps.
has_neon
= 1;
in check_os_arm_support()
401
util_cpu_caps.
has_neon
= 1;
in check_os_arm_support()
408
util_cpu_caps.
has_neon
= 1;
in check_os_arm_support()
420
util_cpu_caps.
has_neon
= (hwcap >> 12) & 1;
in check_os_arm_support()
433
util_cpu_caps.
has_neon
= true;
in check_os_arm_support()
848
printf("util_cpu_caps.
has_neon
= %u\n", util_cpu_caps.
has_neon
);
in util_cpu_detect_once()
H
A
D
u_cpu_detect.h
114
unsigned
has_neon
:1;
member
/third_party/mesa3d/src/util/format/
H
A
D
u_format_unpack_neon.c
66
if (!util_get_cpu_caps()->
has_neon
)
in util_format_unpack_description_neon()
/third_party/node/deps/v8/src/base/
H
A
D
cpu.h
120
bool
has_neon
() const { return has_neon_; }
in has_neon()
function in v8::base::final
H
A
D
cpu.cc
372
has_neon_ = features.arm.
has_neon
;
in StarboardDetectCPU()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_test_arit.c
481
if (!util_get_cpu_caps()->
has_neon
&&
in test_unary()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_misc.cpp
432
if (!util_get_cpu_caps()->
has_neon
) {
in lp_build_create_jit_compiler_for_module()
H
A
D
lp_bld_arit.c
1868
else if (util_get_cpu_caps()->
has_neon
)
in arch_rounding_available()
1981
if (util_get_cpu_caps()->has_sse4_1 || util_get_cpu_caps()->
has_neon
||
in lp_build_round_arch()
/third_party/node/deps/v8/src/codegen/arm/
H
A
D
assembler-arm.cc
223
if (cpu.
has_neon
() && cpu.has_vfp3_d32()) {
in ProbeImpl()
Completed in 21 milliseconds