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:InferFromOS
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vixl/examples/aarch64/
H
A
D
cpu-features.cc
38
// `
InferFromOS
()`. If not on an AArch64 host, this returns nothing.
in main()
39
std::cout << "==== CPUFeatures::
InferFromOS
() ====\n";
in main()
40
std::cout << CPUFeatures::
InferFromOS
() << "\n";
in main()
/third_party/vixl/test/
H
A
D
test-api.cc
514
// Test that CPUFeatures::
InferFromOS
functions on supported platforms.
in TEST()
517
os = CPUFeatures::
InferFromOS
();
in TEST()
519
// Every real platform has FP and NEON. However,
InferFromOS
does not support
in TEST()
522
std::cout << "Warning: CPUFeatures::
InferFromOS
() returned no results.\n";
in TEST()
524
std::cout << "CPUFeatures::
InferFromOS
():\n {" << os << "}\n";
in TEST()
532
CPUFeatures::
InferFromOS
(CPUFeatures::kDontQueryIDRegisters);
in TEST()
533
std::cout << "CPUFeatures::
InferFromOS
(kDontQueryIDRegisters):\n {"
in TEST()
544
// The default
InferFromOS
should combine its results with
in TEST()
546
CPUFeatures os_auto = CPUFeatures::
InferFromOS
();
in TEST()
/third_party/vixl/src/
H
A
D
cpu-features.cc
58
CPUFeatures CPUFeatures::
InferFromOS
(QueryIDRegistersOption option) {
in InferFromOS()
function in vixl::CPUFeatures
H
A
D
cpu-features.h
246
// masm.SetCPUFeatures(CPUFeatures::
InferFromOS
());
329
static CPUFeatures
InferFromOS
(
/third_party/vixl/test/aarch64/
H
A
D
test-utils-aarch64.h
630
CPUFeatures::
InferFromOS
().Has(CPUFeatures::kSVE)
H
A
D
test-utils-aarch64.cc
763
CPUFeatures cpu = CPUFeatures::
InferFromOS
();
in CanRun()
764
// If
InferFromOS
fails, assume that basic features are present.
in CanRun()
Completed in 6 milliseconds