OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNan
(Results
1 - 8
of
8
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/util/
hex_float.h
45
static bool
isNan
(const Float16& val) {
66
// You must also add a
isNan
function that returns true if
76
static bool
isNan
(float f) { return std::
isnan
(f); }
88
static bool
isNan
(double f) { return std::
isnan
(f); }
100
static bool
isNan
(Float16 f) { return Float16::
isNan
(f); }
142
bool
isNan
() { return FloatProxyTraits<T>::
isNan
(getAsFloat());
[
all
...]
/external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp
788
: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "
isnan
", shaderType)
797
m_spec.source = "out0 =
isnan
(in0);";
811
const bool
isNan
= rnd.getFloat() > 0.3f;
812
const bool isInf = !
isNan
&& rnd.getFloat() > 0.4f;
814
const deUint32 exp = !
isNan
&& !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu;
818
DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).
isNaN
() ==
isNan
);
837
const deUint32 ref = tcu::Float32(in0).
isNaN
() ? 1u : 0u;
893
const bool
isNan
= !isInf && rnd.getFloat() > 0.4f;
895
const deUint32 exp = !
isNan
&& !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu
[
all
...]
/external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp
866
: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "
isnan
", shaderType)
875
m_spec.source = "out0 =
isnan
(in0);";
889
const bool
isNan
= rnd.getFloat() > 0.3f;
890
const bool isInf = !
isNan
&& rnd.getFloat() > 0.4f;
892
const deUint32 exp = !
isNan
&& !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu;
896
DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).
isNaN
() ==
isNan
);
915
const bool ref = tcu::Float32(in0).
isNaN
();
931
const bool ref = tcu::Float32(in0).
isNaN
();
[
all
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Constant.cpp
53
bool
isNan
(double x)
583
newConstArray[i].setBConst(
isNan
(unionArray[i].getDConst()));
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderCommonFunctionTests.cpp
[
all
...]
/external/valgrind/VEX/priv/
host_ppc_isel.c
[
all
...]
/prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar
Completed in 1495 milliseconds