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:ez
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuTexVerifierUtil.cpp
83
const float
ez
= computeFloatingPointError(z, bits.z());
in getPossibleCubeFaces()
local
87
if (ay+ey < ax-ex && az+
ez
< ax-ex)
in getPossibleCubeFaces()
92
else if (ax+ex < ay-ey && az+
ez
< ay-ey)
in getPossibleCubeFaces()
97
else if (ax+ex < az-
ez
&& ay+ey < az-
ez
)
in getPossibleCubeFaces()
99
if (z >=
ez
) faces[numFaces++] = CUBEFACE_POSITIVE_Z;
in getPossibleCubeFaces()
100
if (z <=
ez
) faces[numFaces++] = CUBEFACE_NEGATIVE_Z;
in getPossibleCubeFaces()
117
if (az >
ez
)
in getPossibleCubeFaces()
/third_party/musl/src/math/
H
A
D
fmal.c
171
int ex, ey,
ez
;
in fmal()
local
190
zs = frexpl(z, &
ez
);
in fmal()
192
spread = ex + ey -
ez
;
in fmal()
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
fmal.c
171
int ex, ey,
ez
;
in fmal()
local
190
zs = frexpl(z, &
ez
);
in fmal()
192
spread = ex + ey -
ez
;
in fmal()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_pipe_offset.c
81
float
ez
= v0[2] - v2[2];
in do_offset_tri()
local
87
float a = ey*fz -
ez
*fy;
in do_offset_tri()
88
float b =
ez
*fx - ex*fz;
in do_offset_tri()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H
A
D
ToposortStructs.cpp
47
Edges<const TStructure *> &
ez
= g[z];
in BuildGraphImpl()
local
48
es.insert(
ez
.begin(),
ez
.end());
in BuildGraphImpl()
/third_party/ffmpeg/libavcodec/
H
A
D
diracdec.c
1429
int
ez
= s->globalmc[ref].zrs_exp;
in global_mv()
local
1436
int64_t mx = m * (uint64_t)((A[0][0] * (int64_t)x + A[0][1]*(int64_t)y) + (1LL<<
ez
) * b[0]);
in global_mv()
1437
int64_t my = m * (uint64_t)((A[1][0] * (int64_t)x + A[1][1]*(int64_t)y) + (1LL<<
ez
) * b[1]);
in global_mv()
1439
block->u.mv[ref][0] = (mx + (1<<(
ez
+ep))) >> (
ez
+ep);
in global_mv()
1440
block->u.mv[ref][1] = (my + (1<<(
ez
+ep))) >> (
ez
+ep);
in global_mv()
Completed in 7 milliseconds