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:signBit
(Results
1 - 16
of
16
) sorted by relevance
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuFloat.hpp
117
inline int
signBit
(void) const { return (int)(m_value >> (ExponentBits+MantissaBits)) & 1; }
in signBit()
function in tcu::Float
258
const StorageType
signBit
= static_cast<StorageType>(sign < 0 ? 1 : 0);
in constructBits()
local
H
A
D
tcuTexture.cpp
532
const deUint32
signBit
= 1u << (bits-1);
in signExtend()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H
A
D
vktYCbCrUtil.cpp
753
const deUint32
signBit
= 1u << (bits-1);
in signExtend()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H
A
D
vktYCbCrUtil.cpp
752
const deUint32
signBit
= 1u << (bits-1);
in signExtend()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H
A
D
vktShaderObjectRenderingTests.cpp
375
const int
signBit
= (channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER ? 1 : 0);
in getClearValue()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H
A
D
vktShaderFConvertTests.cpp
75
int
signBit
= rnd.getInt(0, 1);
in getRandomNormal()
local
/third_party/skia/third_party/externals/swiftshader/src/Device/
H
A
D
BC_Decoder.cpp
487
bool
signBit
= value < 0;
in unquantizeSigned()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H
A
D
ARMAsmBackend.cpp
612
uint32_t
signBit
= (offset & 0x800000) >> 23;
in adjustFixupValue()
local
648
uint32_t
signBit
= (offset & 0x400000) >> 22;
in adjustFixupValue()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H
A
D
vktShaderFConvertTests.cpp
75
int
signBit
= rnd.getInt(0, 1);
in getRandomNormal()
local
/third_party/mesa3d/src/gallium/auxiliary/tessellator/
H
A
D
tessellator.cpp
58
static const int
signBit
= 0x80000000;
in tess_flush()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineSamplerBorderSwizzleTests.cpp
1248
const deUint64
signBit
= (1ull << (componentSize*8-1));
in getRandomClearColor()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H
A
D
vktSpvAsmTrinaryMinMaxTests.cpp
542
const std::string
signBit
= (m_params.baseType == BaseType::TYPE_INT ? "1" : "0");
in getSpirVReplacements()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineSamplerBorderSwizzleTests.cpp
1129
const deUint64
signBit
= (1ull << (componentSize*8-1));
in getRandomClearColor()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H
A
D
vktSpvAsmTrinaryMinMaxTests.cpp
542
const std::string
signBit
= (m_params.baseType == BaseType::TYPE_INT ? "1" : "0");
in getSpirVReplacements()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H
A
D
vktApiCopiesAndBlittingTests.cpp
641
const int
signBit
= (channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER ? 1 : 0);
in generateBuffer()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H
A
D
vktApiCopiesAndBlittingTests.cpp
555
const int
signBit
= (channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER ? 1 : 0);
in generateBuffer()
local
Completed in 74 milliseconds