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:EPSILON
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/test/api/
H
A
D
test-var-coords.c
40
#define
EPSILON
0.05f
in test_get_var_coords()
macro
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H
A
D
ComplexUnitsConverter.java
25
public static final BigDecimal
EPSILON
= BigDecimal.valueOf(Math.ulp(1.0));
field in ComplexUnitsConverter
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H
A
D
Edge.java
61
private static final SimpleEdge
EPSILON
= new SimpleEdge();
field in Edge
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
H
A
D
TimeZoneAliasTest.java
168
static private final long
EPSILON
= HOUR/4;
field in TimeZoneAliasTest.Zone
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H
A
D
TimeZoneAliasTest.java
165
static private final long
EPSILON
= HOUR/4;
field in TimeZoneAliasTest.Zone
/third_party/jerryscript/jerry-core/ecma/base/
H
A
D
ecma-helpers-conversion.c
281
#define
EPSILON
0.0000001
macro
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H
A
D
esextcGeometryShaderLayeredFramebuffer.cpp
333
#define
EPSILON
(1)
in iterate()
macro
356
#undef
EPSILON
in iterate()
macro
742
#define
EPSILON
(1)
in iterate()
macro
762
#undef
EPSILON
iterate()
macro
[all...]
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H
A
D
JsonFormat.java
1831
private static final double
EPSILON
= 1e-6;
field in JsonFormat.ParserImpl
/third_party/python/Lib/test/
H
A
D
test_float.py
1510
EPSILON
= {
variable
/third_party/mesa3d/src/gallium/auxiliary/tessellator/
H
A
D
tessellator.cpp
603
#define
EPSILON
0.0000152587890625f // 2^(-16), min positive fixed point fraction
in QuadProcessTessFactors()
macro
/third_party/vk-gl-cts/external/openglcts/modules/common/
H
A
D
glcPackedDepthStencilTests.cpp
48
#define
EPSILON
0.01
macro
Completed in 18 milliseconds