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
defs:kEpsilon
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/tests/
H
A
D
SkGaussFilterTest.cpp
16
static constexpr double
kEpsilon
= 0.000001;
variable
H
A
D
GrPathUtilsTest.cpp
101
constexpr static double
kEpsilon
= 1.0 / (1 << 11);
local
H
A
D
RoundRectTest.cpp
1022
static constexpr SkScalar
kEpsilon
= 0.005f;
in test_inner_bounds()
local
/third_party/skia/modules/skottie/src/effects/
H
A
D
LevelsEffect.cpp
77
static constexpr auto
kEpsilon
= 2 * SK_ScalarNearlyZero;
in build_lut()
local
/third_party/vk-gl-cts/external/amber/src/src/
H
A
D
verifier.cc
30
const double
kEpsilon
= 0.000001;
member
/third_party/skia/third_party/externals/piex/src/
H
A
D
piex.cc
496
const float
kEpsilon
= 0.9f;
in NefGetPreviewData()
local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H
A
D
DepthStencilFormatsTest.cpp
365
constexpr float
kEpsilon
= 0.002f;
in depthStencilReadbackCase()
local
379
constexpr unsigned short
kEpsilon
= 2;
in depthStencilReadbackCase()
local
[all...]
/third_party/skia/src/gpu/geometry/
H
A
D
GrPathUtils.cpp
564
constexpr static float
kEpsilon
= 1.f / (1 << 11);
in findCubicConvex180Chops()
local
[all...]
/third_party/node/deps/v8/src/logging/
H
A
D
counters.h
426
const double
kEpsilon
= 1e-6;
in AddSample()
local
/third_party/skia/src/gpu/tessellate/
H
A
D
StrokeHardwareTessellator.cpp
685
constexpr static float
kEpsilon
= 1.f / (1 << 11);
in cubic_has_cusp()
local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H
A
D
TranslatorVulkan.cpp
753
static constexpr float
kEpsilon
= 0.0001f;
in AddBresenhamEmulationFS()
local
Completed in 17 milliseconds