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:sk_bit_cast
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/src/opts/
H
A
D
SkRasterPipeline_opts.h
405
return
sk_bit_cast
<U64>(parts);
946
return
sk_bit_cast
<V>(if_then_else(c,
sk_bit_cast
<F>(t),
sk_bit_cast
<F>(e)));
in if_then_else()
966
F e = cast(
sk_bit_cast
<U32>(x)) * (1.0f / (1<<23));
in approx_log2()
969
F m =
sk_bit_cast
<F>((
sk_bit_cast
<U32>(x) & 0x007fffff) | 0x3f000000);
in approx_log2()
983
return
sk_bit_cast
<F>(round(1.0f * (1<<23),
in approx_pow2()
1016
,
sk_bit_cast
<F>( (s<<16) + (em<<13) + ((127-15)<<23) ));
in from_half()
1030
U32 sem =
sk_bit_cast
<U3
in to_half()
[all...]
/third_party/skia/src/core/
H
A
D
SkUtils.h
48
static SK_ALWAYS_INLINE Dst
sk_bit_cast
(const Src& src) {
in sk_bit_cast()
function
/third_party/skia/experimental/graphite/src/
H
A
D
DrawPass.cpp
112
uint64_t pipelineKey() const { return
sk_bit_cast
<uint64_t>(fPipelineKey); }
in pipelineKey()
119
uint64_t uniformKey() const { return
sk_bit_cast
<uint64_t>(fUniformKey); }
in uniformKey()
/third_party/skia/src/gpu/geometry/
H
A
D
GrPathUtils.cpp
569
SkASSERT(
sk_bit_cast
<float>(kIEEE_one_minus_2_epsilon) == 1 - 2*kEpsilon);
in findCubicConvex180Chops()
626
if (
sk_bit_cast
<uint32_t>(root - kEpsilon) < kIEEE_one_minus_2_epsilon) {
in findCubicConvex180Chops()
640
if (
sk_bit_cast
<uint32_t>(root - kEpsilon) < kIEEE_one_minus_2_epsilon) {
in findCubicConvex180Chops()
Completed in 5 milliseconds