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:deIsNaN
(Results
1 - 8
of
8
) sorted by relevance
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuFloatFormat.cpp
103
if (
deIsNaN
(frac))
in ulp()
160
DE_ASSERT(!
deIsNaN
(d));
in clampValue()
229
if (
deIsNaN
(x))
in floatToHex()
H
A
D
tcuImageCompare.cpp
502
DE_ASSERT(!
deIsNaN
(x)); // not sane
in getPositionOfIEEEFloatWithoutDenormals()
535
if (
deIsNaN
(a) &&
deIsNaN
(b))
in computeFloatFlushRelaxedULPDiff()
537
else if (
deIsNaN
(a) ||
deIsNaN
(b))
in computeFloatFlushRelaxedULPDiff()
H
A
D
tcuInterval.hpp
72
: m_hasNaN (!!
deIsNaN
(val))
in Interval()
/third_party/vk-gl-cts/framework/delibs/debase/
H
A
D
deMath.h
71
DE_INLINE deBool
deIsNaN
(double x) { return (x != x); }
in deIsNaN()
function
177
DE_INLINE double deSign (double x) { return
deIsNaN
(x) ? x : (double)((x > 0.0) - (x < 0.0)); }
in deSign()
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsStateQueryUtil.cpp
1087
deIsNaN
(state.getFloatAccess()))
in verifyInteger()
1159
if (state.getFloatAccess() < deInt32ToFloatRoundToNegInf(minValue) ||
deIsNaN
(state.getFloatAccess()))
in verifyIntegerMin()
1213
if (state.getFloatAccess() > deInt32ToFloatRoundToPosInf(maxValue) ||
deIsNaN
(state.getFloatAccess()))
in verifyIntegerMax()
1348
if (state.getFloatAccess() < minValue ||
deIsNaN
(state.getFloatAccess()))
in verifyFloatMin()
1402
if (state.getFloatAccess() > maxValue ||
deIsNaN
(state.getFloatAccess()))
in verifyFloatMax()
H
A
D
glsBuiltinPrecisionTests.cpp
4913
if (
deIsNaN
(val1))
in operator ()()
4915
if (
deIsNaN
(val2))
in operator ()()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H
A
D
vktShaderBuiltinPrecisionTests.cpp
6554
if (
deIsNaN
(val1))
6556
if (
deIsNaN
(val2))
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H
A
D
vktShaderBuiltinPrecisionTests.cpp
6543
if (
deIsNaN
(val1))
6545
if (
deIsNaN
(val2))
Completed in 41 milliseconds