Home
last modified time | relevance | path

Searched defs:isnan (Results 1 – 25 of 28) sorted by relevance

12

/third_party/jerryscript/jerry-libm/
Disnan.c35 isnan (double x) in isnan() function
/third_party/jerryscript/jerry-libm/include/
Dmath.h29 #define isnan(x) ((x) != (x)) macro
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_mathlib.h68 static inline int isnan(float val) in isnan() function
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dgenerator_test.py87 def isnan(val): function
Dmessage_test.py65 def isnan(val): function
/third_party/protobuf/python/google/protobuf/internal/
Dgenerator_test.py93 def isnan(val): function
Dmessage_test.py98 def isnan(val): function
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h78 #define isnan(x) ( \ macro
/third_party/musl/include/
Dmath.h78 #define isnan(x) ( \ macro
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h78 #define isnan(x) ( \ macro
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h78 #define isnan(x) ( \ macro
/third_party/ffmpeg/libavutil/
Dlibm.h340 #define isnan(x) \ macro
/third_party/astc-encoder/Source/
Dastcenc_mathlib.h143 static inline bool isnan(float v) in isnan() function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_common.inl626 GLM_FUNC_QUALIFIER bool isnan(genType x) function
651 GLM_FUNC_QUALIFIER vecType<bool, P> isnan(vecType<T, P> const & x) function
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c178 LLVMValueRef isnan, min; in lp_build_min_simple() local
194 LLVMValueRef isnan = lp_build_isnan(bld, a); in lp_build_min_simple() local
326 LLVMValueRef isnan, max; in lp_build_max_simple() local
342 LLVMValueRef isnan = lp_build_isnan(bld, a); in lp_build_max_simple() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dquaternion.inl776 GLM_FUNC_QUALIFIER tvec4<bool, P> isnan(tquat<T, P> const& q) function
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c687 LLVMValueRef isnan = ac_build_intrinsic(&ctx->ac, "llvm.amdgcn.class.f32", ctx->ac.i1, in si_llvm_init_export_args() local
Dradv_pipeline.c4323 nir_ssa_def *isnan = nir_fneu(&b, values[i], values[i]); in radv_lower_fs_output() local
/third_party/cJSON/
DcJSON.c77 #define isnan(d) (d != d) macro
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp1214 void ShaderCore::isnan(Vector4f &dst, const Vector4f &src) in isnan() function in sw::ShaderCore
/third_party/cJSON/tests/unity/src/
Dunity_internals.h197 #define isnan(n) ((n != n) ? 1 : 0) macro
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp1317 Temp isnan = bld.vopc_e64(aco_opcode::v_cmp_class_f64, bld.def(bld.lm), src0, mask); in emit_floor_f64() local
11194 Temp isnan = bld.vopc(aco_opcode::v_cmp_class_f32, bld.def(bld.lm), values[i], in export_fs_mrt_color() local
/third_party/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp52 bool isnan(double x) { in isnan() function
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp5389 …TIntermTyped* isnan = handleUnaryMath(loc, "isnan", EOpIsNan, intermediate.addSymbol(*tempArg, loc… in decomposeIntrinsic() local
/third_party/libabigail/tests/lib/
Dcatch.hpp12195 bool isnan(float f) { in isnan() function
12198 bool isnan(double d) { in isnan() function

12