Home
last modified time | relevance | path

Searched defs:isinf (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A D_fixes.hpp23 #undef isinf macro
/third_party/node/deps/v8/src/base/
H A Dqnx-math.h12 #undef isinf macro
/third_party/jerryscript/jerry-libm/include/
H A Dmath.h30 #define isinf(x) (((x) == INFINITY) || ((x) == -INFINITY)) macro
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
H A Dmessage_test.py68 def isinf(val): function
H A Dgenerator_test.py90 def isinf(val): function
/third_party/ffmpeg/libavutil/
H A Dlibm.h297 #undef isinf macro
317 #define isinf(x) \ macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h73 #define isinf(x) ( \ macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h73 #define isinf(x) ( \ macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h73 #define isinf(x) ( \ macro
/third_party/musl/include/
H A Dmath.h73 #define isinf(x) ( \ macro
/third_party/protobuf/python/google/protobuf/internal/
H A Dgenerator_test.py96 def isinf(val): function
H A Dmessage_test.py101 def isinf(val): function
/third_party/python/Lib/test/
H A Dtest_float.py14 from math import isinf, isnan, copysign, ldexp namespace
/third_party/cJSON/
H A DcJSON.c74 #define isinf(d) (isnan((d - d)) && !isnan(d)) macro
/third_party/cJSON/tests/unity/src/
H A Dunity_internals.h191 #define isinf(n) (isnan((n) - (n)) && !isnan(n)) macro
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.cpp1206 void ShaderCore::isinf(Vector4f &dst, const Vector4f &src) in isinf() function in sw::ShaderCore
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp58 #undef isinf macro
60 bool isinf(double x) { in isinf() function
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp5395 TIntermTyped* isinf = handleUnaryMath(loc, "isinf", EOpIsInf, intermediate.addSymbol(*tempArg, loc)); in decomposeIntrinsic() local

Completed in 46 milliseconds