/third_party/skia/third_party/externals/tint/test/intrinsics/ |
D | repeated_use.wgsl.expected.msl | 53 isnormal(float4()); 54 isnormal(float4(1.0f)); 55 isnormal(float4(1.0f, 2.0f, 3.0f, 4.0f)); 56 isnormal(float3()); 57 isnormal(float3(1.0f)); 58 isnormal(float3(1.0f, 2.0f, 3.0f)); 59 isnormal(float2()); 60 isnormal(float2(1.0f)); 61 isnormal(float2(1.0f, 2.0f)); 62 isnormal(1.0f); [all …]
|
/third_party/python/Lib/test/decimaltestdata/ |
D | extra.decTest | 1089 bool0840 isnormal 0E-2000 -> 0 1090 bool0841 isnormal -0E-2000 -> 0 1091 bool0842 isnormal 0E-1008 -> 0 1092 bool0843 isnormal -0E-1008 -> 0 1093 bool0844 isnormal 0E-1007 -> 0 1094 bool0845 isnormal -0E-1007 -> 0 1095 bool0846 isnormal 0E-1006 -> 0 1096 bool0847 isnormal -0E-1006 -> 0 1097 bool0848 isnormal 0E-1000 -> 0 1098 bool0849 isnormal -0E-1000 -> 0 [all …]
|
/third_party/musl/libc-test/src/math/ |
D | fpclassify.c | 99 if (!!isnormal(tf[i].f) != (tf[i].class == FP_NORMAL)) in main() 100 error(tf[i], isnormal); in main() 112 if (!!isnormal(td[i].f) != (td[i].class == FP_NORMAL)) in main() 113 error(td[i], isnormal); in main() 125 if (!!isnormal(tl[i].f) != (tl[i].class == FP_NORMAL)) in main() 126 error(tl[i], isnormal); in main()
|
/third_party/skia/third_party/externals/tint/test/bug/chromium/ |
D | 1273230.wgsl.expected.msl | 76 isnormal(4.0f); 77 isnormal(float4()); 78 isnormal(0.0f); 79 isnormal(4.0f); 80 isnormal(2.0f);
|
/third_party/node/deps/v8/src/base/ |
D | qnx-math.h | 14 #undef isnormal
|
/third_party/skia/third_party/externals/tint/test/intrinsics/gen/isNormal/ |
D | c6e880.wgsl.expected.msl | 13 bool res = isnormal(1.0f);
|
D | c286b7.wgsl.expected.msl | 13 bool3 res = isnormal(float3());
|
D | b00ab1.wgsl.expected.msl | 13 bool2 res = isnormal(float2());
|
D | 863dcd.wgsl.expected.msl | 13 bool4 res = isnormal(float4());
|
/third_party/skia/fuzz/ |
D | Fuzz.cpp | 37 if (!std::isnormal(*f) && *f != 0.0f) { in nextRange()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | fmal.c | 204 if (!isnormal(z)) in fmal()
|
/third_party/musl/src/math/ |
D | fmal.c | 204 if (!isnormal(z)) in fmal()
|
/third_party/libinput/src/ |
D | util-strings.h | 250 if (v != 0.0 && !isnormal(v)) in safe_atod()
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 83 #define isnormal(x) ( \ macro
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 19 I(int,isnormal(.0)) in f()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 83 #define isnormal(x) ( \ macro
|
/third_party/musl/include/ |
D | math.h | 83 #define isnormal(x) ( \ macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 83 #define isnormal(x) ( \ macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 83 #define isnormal(x) ( \ macro
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ir_constant_expression.cpp | 624 return !isnormal(result) ? copysignf(0.0f, x) : result; in ldexpf_flush_subnormal() 633 return !isnormal(result) ? copysign(0.0, x) : result; in ldexp_flush_subnormal()
|
/third_party/libsnd/programs/ |
D | common.c | 58 if (!isnormal (max)) /* neither zero, subnormal, infinite, nor NaN */ in sfe_copy_data_fp()
|
/third_party/optimized-routines/math/test/ |
D | mathtest.c | 310 MFUNC(at_d, rt_i, isnormal, 0), 1084 case m_isnormal: intres = isnormal(d_arg1.f); break; in runtest() 1097 case m_isnormalf: intres = isnormal(s_arg1.f); break; in runtest()
|
/third_party/skia/third_party/externals/tint/docs/ |
D | translations.md | 81 | isNormal | | isnormal | |
|
/third_party/node/deps/v8/src/compiler/ |
D | node-matchers.h | 210 return this->HasResolvedValue() && std::isnormal(this->ResolvedValue()); in IsNormal()
|
/third_party/node/deps/v8/src/execution/arm64/ |
D | simulator-logic-arm64.cc | 3140 if (std::isnormal(op1 / two)) { in FPRSqrtStepFused() 3142 } else if (std::isnormal(op2 / two)) { in FPRSqrtStepFused()
|