Home
last modified time | relevance | path

Searched defs:isinf (Results 1 – 25 of 26) sorted by relevance

12

/third_party/libxml2/win32/VC10/
Dconfig.h47 #define isinf(d) ((_fpclass(d) == _FPCLASS_PINF) ? 1 \ macro
56 static int isinf (double d) { in isinf() function
/third_party/libxml2/include/
Dwin32config.h48 #define isinf(d) ((_fpclass(d) == _FPCLASS_PINF) ? 1 \ macro
57 static int isinf (double d) { in isinf() function
/third_party/glslang/SPIRV/
Dhex_float.h32 bool isinf(double f) in isinf() function
/third_party/jerryscript/jerry-libm/include/
Dmath.h30 #define isinf(x) (((x) == INFINITY) || ((x) == -INFINITY)) macro
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dgenerator_test.py90 def isinf(val): function
Dmessage_test.py68 def isinf(val): function
/third_party/protobuf/python/google/protobuf/internal/
Dgenerator_test.py96 def isinf(val): function
Dmessage_test.py101 def isinf(val): function
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h73 #define isinf(x) ( \ macro
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h73 #define isinf(x) ( \ macro
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h73 #define isinf(x) ( \ macro
/third_party/musl/ndk_musl_include/
Dmath.h73 #define isinf(x) ( \ macro
/third_party/musl/include/
Dmath.h73 #define isinf(x) ( \ macro
/third_party/ffmpeg/libavutil/
Dlibm.h317 #define isinf(x) \ macro
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_common.inl662 GLM_FUNC_QUALIFIER bool isinf(genType x) function
690 GLM_FUNC_QUALIFIER vecType<bool, P> isinf(vecType<T, P> const & x) function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dquaternion.inl784 GLM_FUNC_QUALIFIER tvec4<bool, P> isinf(tquat<T, P> const& q) function
/third_party/cJSON/
DcJSON.c74 #define isinf(d) (isnan((d - d)) && !isnan(d)) macro
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp1206 void ShaderCore::isinf(Vector4f &dst, const Vector4f &src) in isinf() function in sw::ShaderCore
/third_party/cJSON/tests/unity/src/
Dunity_internals.h191 #define isinf(n) (isnan((n) - (n)) && !isnan(n)) macro
/third_party/unity/src/
Dunity_internals.h211 #define isinf(n) (isnan((n) - (n)) && !isnan(n)) macro
/third_party/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp60 bool isinf(double x) { in isinf() function
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp5392 …TIntermTyped* isinf = handleUnaryMath(loc, "isinf", EOpIsInf, intermediate.addSymbol(*tempArg, loc… in decomposeIntrinsic() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolTable_autogen.cpp1454 constexpr const ImmutableString isinf("isinf"); variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp2111 constexpr const ImmutableString isinf("isinf"); variable
DSymbolTable_autogen.cpp3287 constexpr const ImmutableString isinf("isinf"); variable

12