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:rounded
(Results
1 - 25
of
47
) sorted by relevance
1
2
/third_party/skia/modules/skottie/src/layers/shapelayer/
H
A
D
RoundCorners.cpp
45
std::vector<sk_sp<sksg::GeometryNode>>
rounded
;
in AttachRoundGeometryEffect()
local
/third_party/mesa3d/src/panfrost/midgard/
H
A
D
midgard_opt_dce.c
86
unsigned
rounded
= mir_round_bytemask_up(live[ins->dest], round_size);
in midgard_opt_dead_code_eliminate_block()
local
H
A
D
mir_promote_uniforms.c
335
uint16_t
rounded
= mir_round_bytemask_up(mir_bytemask(ins), type_size);
in midgard_promote_uniforms()
local
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_opt_shrink_vectors.c
81
unsigned
rounded
= round_up_components(last_bit);
in shrink_dest_to_read_mask()
local
198
unsigned
rounded
= round_up_components(num_components);
in opt_shrink_vectors_alu()
local
316
unsigned
rounded
= round_up_components(num_components);
in opt_shrink_vectors_load_const()
local
/third_party/node/deps/v8/tools/
H
A
D
generate-ten-powers.scm
/third_party/skia/experimental/lowp-basic/
H
A
D
lerp-study.cpp
66
int32_t
rounded
= temp + 32768;
in full_res_lerp()
local
H
A
D
bilerp-study.cpp
64
int64_t
rounded
= temp + (1LL << 31);
in full_res_bilerp()
local
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuBilinearImageCompare.cpp
80
const deUint32
rounded
= (sum + half) >> (NUM_SUBPIXEL_BITS*2);
in interpolateChannel()
local
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H
A
D
sun4i_dotclock.c
81
unsigned long
rounded
;
in sun4i_dclk_round_rate()
local
H
A
D
sun8i_hdmi_phy_clk.c
37
unsigned long
rounded
;
in sun8i_phy_clk_determine_rate()
local
H
A
D
sun4i_hdmi_tmds_clk.c
91
unsigned long
rounded
;
in sun4i_tmds_determine_rate()
local
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H
A
D
sun8i_hdmi_phy_clk.c
37
unsigned long
rounded
;
in sun8i_phy_clk_determine_rate()
local
H
A
D
sun4i_hdmi_tmds_clk.c
91
unsigned long
rounded
;
in sun4i_tmds_determine_rate()
local
H
A
D
sun4i_tcon_dclk.c
81
unsigned long
rounded
;
in sun4i_dclk_round_rate()
local
/third_party/node/deps/v8/src/base/
H
A
D
safe_conversions.h
381
const Src
rounded
=
in ClampRound()
local
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
H
A
D
safe_conversions.h
396
const Src
rounded
= (value >= 0.0f) ? std::floor(value + 0.5f) : std::ceil(value - 0.5f);
in ClampRound()
local
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
verity.c
89
u64
rounded
= round_up(sz, MERKLE_START_ALIGN);
in merkle_file_pos()
local
/kernel/linux/linux-6.6/drivers/clk/mstar/
H
A
D
clk-msc313-cpupll.c
147
long
rounded
= msc313_cpupll_frequencyforreg(reg, *parent_rate);
in msc313_cpupll_round_rate()
local
/third_party/glslang/glslang/MachineIndependent/
H
A
D
Constant.cpp
615
double
rounded
= even ? ceil(unionArray[i].getDConst() - 0.5) : floor(unionArray[i].getDConst() + 0.5);
in fold()
local
/third_party/skia/third_party/externals/dng_sdk/source/
H
A
D
dng_matrix.cpp
278
real64
rounded
= Round_int32 (fData [j] [k] * factor) * invFactor;
in SafeRound()
local
/third_party/skia/gm/
H
A
D
rasterhandleallocator.cpp
171
RECT
rounded
= toRECT(r.round());
variable
/kernel/linux/linux-5.10/drivers/sh/clk/
H
A
D
core.c
558
unsigned long flags,
rounded
;
in clk_round_rate()
local
/kernel/linux/linux-6.6/drivers/sh/clk/
H
A
D
core.c
558
unsigned long flags,
rounded
;
in clk_round_rate()
local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H
A
D
UniformTest.cpp
490
double
rounded
= round(clampedValue);
in TEST_P()
local
/kernel/linux/linux-5.10/drivers/clk/mmp/
H
A
D
clk-audio.c
170
long
rounded
= 0;
in audio_pll_round_rate()
local
Completed in 17 milliseconds
1
2