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:util_logbase2_64
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_opt_idiv_const.c
35
return nir_ushr_imm(b, n,
util_logbase2_64
(d));
in build_udiv()
81
nir_ssa_def *uq = nir_ushr_imm(b, nir_iabs(b, n),
util_logbase2_64
(abs_d));
in build_idiv()
/third_party/mesa3d/src/util/
H
A
D
fast_idiv_by_const.c
57
unsigned div_shift =
util_logbase2_64
(D);
in util_compute_fast_udiv_info()
H
A
D
u_math.h
409
util_logbase2_64
(uint64_t n)
in util_logbase2_64()
function
444
return 1ull +
util_logbase2_64
(n - 1);
in util_logbase2_ceil64()
H
A
D
sparse_array.c
44
arr->node_size_log2 =
util_logbase2_64
(node_size);
in util_sparse_array_init()
/third_party/mesa3d/src/util/tests/
H
A
D
fast_idiv_by_const_test.cpp
273
unsigned n_bits = bounded ?
util_logbase2_64
(MAX2(n, 1)) + 1 : bits;
in random_udiv_add_sat_test()
290
unsigned n_bits = bounded ?
util_logbase2_64
(MAX2(n, 1)) + 1: bits;
in random_udiv_mul_add_test()
/third_party/mesa3d/src/nouveau/codegen/
H
A
D
nv50_ir.cpp
447
reg.data.u64 =
util_logbase2_64
(reg.data.u64);
in applyLog2()
H
A
D
nv50_ir_peephole.cpp
1004
int shl =
util_logbase2_64
(b);
in createMul()
1023
int shl = subA ?
util_logbase2_64
(absB + 1) :
util_logbase2_64
(absB - 1);
in createMul()
/third_party/mesa3d/src/amd/common/
H
A
D
ac_nir_lower_ngg.c
2914
uint64_t loc =
util_logbase2_64
(from->mask);
in ms_move_output()
Completed in 16 milliseconds