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:to_vector
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H
A
D
VPlanSLP.cpp
70
auto Res = BundleToCombined.try_emplace(
to_vector
<4>(Operands), New);
in addCombined()
364
auto I = BundleToCombined.find(
to_vector
<4>(Values));
in buildGraph()
/third_party/skia/src/core/
H
A
D
SkGeometry.cpp
20
static SkVector
to_vector
(const Sk2s& x) {
in to_vector()
function
149
return
to_vector
(T + T);
in SkEvalQuadTangentAt()
385
return
to_vector
(coeff.eval(t));
396
return
to_vector
(A * Sk2s(t) + B);
1328
return
to_vector
(SkQuadCoeff(A, B, C).eval(t));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H
A
D
DWARFDie.cpp
514
DWARFLocationExpression{None,
to_vector
<4>(*Expr)}};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H
A
D
SmallVector.h
917
to_vector
(R &&Range) {
in to_vector()
function
Completed in 9 milliseconds