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:IsPowerOf2
(Results
1 - 17
of
17
) sorted by relevance
/third_party/vixl/src/
H
A
D
compiler-intrinsics-vixl.cc
35
VIXL_ASSERT(
IsPowerOf2
(width) && (width <= 64));
in CountLeadingSignBitsFallBack()
46
VIXL_ASSERT(
IsPowerOf2
(width) && (width <= 64));
in CountLeadingZerosFallBack()
81
VIXL_ASSERT(
IsPowerOf2
(width) && (width <= 64));
in CountSetBitsFallBack()
116
VIXL_ASSERT(
IsPowerOf2
(width) && (width <= 64));
in CountTrailingZerosFallBack()
H
A
D
pool-manager.h
119
VIXL_ASSERT(
IsPowerOf2
(size));
in LocationBase()
131
VIXL_ASSERT(
IsPowerOf2
(alignment));
in LocationBase()
257
VIXL_ASSERT(
IsPowerOf2
(alignment_));
in PoolObject()
284
VIXL_ASSERT(
IsPowerOf2
(alignment));
in RestrictAlignment()
285
VIXL_ASSERT(
IsPowerOf2
(alignment_));
in RestrictAlignment()
H
A
D
compiler-intrinsics-vixl.h
93
inline bool
IsPowerOf2
(V value) {
in IsPowerOf2()
function
113
VIXL_ASSERT(
IsPowerOf2
(width) && (width <= 64));
in CountLeadingSignBits()
H
A
D
utils-vixl.h
659
VIXL_ASSERT(
IsPowerOf2
(value));
in WhichPowerOf2()
729
VIXL_ASSERT(
IsPowerOf2
(MULTIPLE));
in IsMultiple()
735
VIXL_ASSERT(
IsPowerOf2
(multiple));
in IsMultiple()
741
VIXL_ASSERT(
IsPowerOf2
(alignment));
in IsAligned()
765
VIXL_ASSERT(
IsPowerOf2
(alignment));
in AlignUp()
785
VIXL_ASSERT(
IsPowerOf2
(alignment));
in AlignDown()
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/internal/
H
A
D
bits.h
69
constexpr bool
IsPowerOf2
(unsigned int x) noexcept {
77
static_assert(
IsPowerOf2
(std::numeric_limits<T>::digits),
88
static_assert(
IsPowerOf2
(std::numeric_limits<T>::digits),
126
static_assert(
IsPowerOf2
(std::numeric_limits<T>::digits),
236
static_assert(
IsPowerOf2
(std::numeric_limits<T>::digits),
in CountLeadingZeroes()
319
static_assert(
IsPowerOf2
(std::numeric_limits<T>::digits),
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
strength_reduction_pass.cpp
46
bool
IsPowerOf2
(uint32_t val) {
in IsPowerOf2()
function
91
if (
IsPowerOf2
(constVal)) {
in ReplaceMultiplyByPowerOf2()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H
A
D
strength_reduction_pass.cpp
46
bool
IsPowerOf2
(uint32_t val) {
in IsPowerOf2()
function
91
if (
IsPowerOf2
(constVal)) {
in ReplaceMultiplyByPowerOf2()
/third_party/spirv-tools/source/opt/
H
A
D
strength_reduction_pass.cpp
44
bool
IsPowerOf2
(uint32_t val) {
in IsPowerOf2()
function
86
if (
IsPowerOf2
(constVal)) {
in ReplaceMultiplyByPowerOf2()
/third_party/vixl/src/aarch64/
H
A
D
cpu-aarch64.cc
503
VIXL_ASSERT(
IsPowerOf2
(dsize));
in EnsureIAndDCacheCoherency()
504
VIXL_ASSERT(
IsPowerOf2
(isize));
in EnsureIAndDCacheCoherency()
H
A
D
macro-assembler-aarch64.cc
2571
VIXL_ASSERT(
IsPowerOf2
(reg_size));
in Emit()
H
A
D
assembler-aarch64.cc
6637
if (!
IsPowerOf2
(d)) {
/third_party/vixl/test/aarch64/
H
A
D
test-utils-aarch64.h
196
VIXL_ASSERT(
IsPowerOf2
(p_bits_per_lane));
H
A
D
test-simulator-aarch64.cc
2143
VIXL_ASSERT((vm_subvector_count != 0) &&
IsPowerOf2
(vm_subvector_count));
in TestByElementNEON_Helper()
/third_party/node/deps/v8/src/compiler/
H
A
D
node-matchers.h
156
bool
IsPowerOf2
() const {
in IsPowerOf2()
function
H
A
D
machine-operator-reducer.cc
392
if (m.right().
IsPowerOf2
()) { // x * 2^n => x << n
in Reduce()
1097
if (m.right().
IsPowerOf2
()) { // x * 2^n => x << n
in ReduceInt64Mul()
H
A
D
effect-control-linearizer.cc
2123
if (m.
IsPowerOf2
()) {
in LowerCheckedInt32Div()
2345
if (m.
IsPowerOf2
()) {
in LowerCheckedUint32Div()
/third_party/vixl/src/aarch32/
H
A
D
instructions-aarch32.h
496
bool IsSingleRegister() const { return
IsPowerOf2
(list_); }
Completed in 46 milliseconds