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:nanSupported
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H
A
D
vktSpvAsmInstructionTests.cpp
1190
template<bool
nanSupported
>
1212
if (!
nanSupported
&& (tcu::Float32(input1AsFloat[idx]).isNaN() || tcu::Float32(input2AsFloat[idx]).isNaN()))
in compareFUnord()
7280
template <class TestedLogicalFunction, bool onlyTestFunc, bool unationModeAnd, bool
nanSupported
>
7326
if (!
nanSupported
&& (f1nan || f2nan))
in compareFP16Logical()
11521
tcu::TestCaseGroup* createFloat16LogicalSet (tcu::TestContext& testCtx, const bool
nanSupported
)
in createFloat16LogicalSet()
argument
11523
const string nan =
nanSupported
? "_nan" : "";
in createFloat16LogicalSet()
11528
const string spvCapabilities = string("OpCapability Float16\n") + (
nanSupported
? "OpCapability SignedZeroInfNanPreserve\n" : "");
in createFloat16LogicalSet()
11529
const string spvExtensions = (
nanSupported
? "OpExtension \"SPV_KHR_float_controls\"\n" : "");
in createFloat16LogicalSet()
11530
const string spvExecutionMode =
nanSupported
? "OpExecutionMode %BP_main SignedZeroInfNanPreserve 16\n" : "";
in createFloat16LogicalSet()
11680
specResource.verifyIO =
nanSupported
in createFloat16LogicalSet()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H
A
D
vktSpvAsmInstructionTests.cpp
1188
template<bool
nanSupported
>
1210
if (!
nanSupported
&& (tcu::Float32(input1AsFloat[idx]).isNaN() || tcu::Float32(input2AsFloat[idx]).isNaN()))
in compareFUnord()
7268
template <class TestedLogicalFunction, bool onlyTestFunc, bool unationModeAnd, bool
nanSupported
>
7314
if (!
nanSupported
&& (f1nan || f2nan))
in compareFP16Logical()
11423
tcu::TestCaseGroup* createFloat16LogicalSet (tcu::TestContext& testCtx, const bool
nanSupported
)
in createFloat16LogicalSet()
argument
11425
const string nan =
nanSupported
? "_nan" : "";
in createFloat16LogicalSet()
11430
const string spvCapabilities = string("OpCapability Float16\n") + (
nanSupported
? "OpCapability SignedZeroInfNanPreserve\n" : "");
in createFloat16LogicalSet()
11431
const string spvExtensions = (
nanSupported
? "OpExtension \"SPV_KHR_float_controls\"\n" : "");
in createFloat16LogicalSet()
11432
const string spvExecutionMode =
nanSupported
? "OpExecutionMode %BP_main SignedZeroInfNanPreserve 16\n" : "";
in createFloat16LogicalSet()
11582
specResource.verifyIO =
nanSupported
in createFloat16LogicalSet()
[all...]
Completed in 31 milliseconds