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:from_half
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/src/opts/
H
A
D
SkRasterPipeline_opts.h
999
SI F
from_half
(U16 h) {
in from_half()
function
2160
r =
from_half
(R);
2161
g =
from_half
(G);
2162
b =
from_half
(B);
2163
a =
from_half
(A);
2170
dr =
from_half
(R);
2171
dg =
from_half
(G);
2172
db =
from_half
(B);
2173
da =
from_half
(A);
2182
r =
from_half
(
[all...]
H
A
D
SkVM_opts.h
310
r[d].f32 = skvx::
from_half
(skvx::cast<uint16_t>(r[x].i32));
/third_party/skia/include/private/
H
A
D
SkVx.h
626
// The default logic for to_half/
from_half
is borrowed from skcms,
650
SI Vec<1,float>
from_half
(const Vec<1,uint16_t>& x) { return from_half_finite_ftz(x); }
in from_half()
function
672
SIN Vec<N,float>
from_half
(const Vec<N,uint16_t>& x) {
in from_half()
function
684
return join(
from_half
(x.lo),
in from_half()
685
from_half
(x.hi));
in from_half()
/third_party/skia/tests/
H
A
D
SkVxTest.cpp
169
REPORTER_ASSERT(r, all(skvx::
from_half
(hs) == fs));
in DEF_TEST()
Completed in 10 milliseconds