OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitwidth
(Results
276 - 300
of
333
) sorted by null
<<
11
12
13
14
/external/clang/lib/Sema/
SemaOverload.cpp
[
all
...]
/external/libpng/contrib/libtests/
pngvalid.c
622
row_copy(png_bytep toBuffer, png_const_bytep fromBuffer, unsigned int
bitWidth
,
625
memcpy(toBuffer, fromBuffer,
bitWidth
>> 3);
627
if ((
bitWidth
& 7) != 0)
631
toBuffer +=
bitWidth
>> 3;
632
fromBuffer +=
bitWidth
>> 3;
634
mask = 0xff << (
bitWidth
& 7);
636
mask = 0xff >> (
bitWidth
& 7);
[
all
...]
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
[
all
...]
/external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp
[
all
...]
/external/llvm/docs/
BitCodeFormat.rst
142
these start with an abbreviation ID encoded as a fixed-
bitwidth
field. The
[
all
...]
/external/llvm/include/llvm/IR/
Constants.h
131
/// getBitWidth - Return the
bitwidth
of this constant.
[
all
...]
/external/llvm/lib/Linker/
IRMover.cpp
159
return false; //
bitwidth
disagrees.
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
502
//
bitwidth
as the target's pointers).
[
all
...]
InstCombineVectorOps.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/docs/
BitCodeFormat.html
231
abbreviation ID encoded as a fixed-
bitwidth
field. The width is specified by
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
/external/clang/lib/AST/
Decl.cpp
[
all
...]
Expr.cpp
696
BitWidth
= Val.getBitWidth();
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
X86ISelDAGToDAG.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
301
// MinimumBitWidths maps scalar integer values to the smallest
bitwidth
they
595
/// Map of scalar integer values to the smallest
bitwidth
they can be legally
[
all
...]
/external/clang/lib/CodeGen/
CodeGenModule.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
[
all
...]
/device/google/marlin/
mixer_paths.xml
4
<ctl name="QUAT_MI2S
BitWidth
" value="S24_LE" />
[
all
...]
/external/llvm/lib/CodeGen/
TargetLoweringBase.cpp
[
all
...]
/external/spirv-llvm/lib/SPIRV/
SPIRVReader.cpp
803
llvm_unreachable("invalid floating pointer
bitwidth
");
[
all
...]
/external/clang/tools/libclang/
CIndex.cpp
875
if (Expr *
BitWidth
= D->getBitWidth())
876
return Visit(MakeCXCursor(
BitWidth
, StmtParent, TU, RegionOfInterest));
[
all
...]
Completed in 1554 milliseconds
<<
11
12
13
14