Home
last modified time | relevance | path

Searched refs:isnormal (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/tint/test/intrinsics/
Drepeated_use.wgsl.expected.msl53 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/
Dextra.decTest1089 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/
Dfpclassify.c99 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/
D1273230.wgsl.expected.msl76 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/
Dqnx-math.h14 #undef isnormal
/third_party/skia/third_party/externals/tint/test/intrinsics/gen/isNormal/
Dc6e880.wgsl.expected.msl13 bool res = isnormal(1.0f);
Dc286b7.wgsl.expected.msl13 bool3 res = isnormal(float3());
Db00ab1.wgsl.expected.msl13 bool2 res = isnormal(float2());
D863dcd.wgsl.expected.msl13 bool4 res = isnormal(float4());
/third_party/skia/fuzz/
DFuzz.cpp37 if (!std::isnormal(*f) && *f != 0.0f) { in nextRange()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfmal.c204 if (!isnormal(z)) in fmal()
/third_party/musl/src/math/
Dfmal.c204 if (!isnormal(z)) in fmal()
/third_party/libinput/src/
Dutil-strings.h250 if (v != 0.0 && !isnormal(v)) in safe_atod()
/third_party/musl/ndk_musl_include/
Dmath.h83 #define isnormal(x) ( \ macro
/third_party/musl/libc-test/src/api/
Dmath.c19 I(int,isnormal(.0)) in f()
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h83 #define isnormal(x) ( \ macro
/third_party/musl/include/
Dmath.h83 #define isnormal(x) ( \ macro
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h83 #define isnormal(x) ( \ macro
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h83 #define isnormal(x) ( \ macro
/third_party/mesa3d/src/compiler/glsl/
Dir_constant_expression.cpp624 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/
Dcommon.c58 if (!isnormal (max)) /* neither zero, subnormal, infinite, nor NaN */ in sfe_copy_data_fp()
/third_party/optimized-routines/math/test/
Dmathtest.c310 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/
Dtranslations.md81 | isNormal | | isnormal | |
/third_party/node/deps/v8/src/compiler/
Dnode-matchers.h210 return this->HasResolvedValue() && std::isnormal(this->ResolvedValue()); in IsNormal()
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-logic-arm64.cc3140 if (std::isnormal(op1 / two)) { in FPRSqrtStepFused()
3142 } else if (std::isnormal(op2 / two)) { in FPRSqrtStepFused()

12