/third_party/typescript/tests/baselines/reference/ |
D | enumConstantMembers.errors.txt | 1 …embers.ts(32,9): error TS2477: 'const' enum member initializer was evaluated to a non-finite value. 2 …embers.ts(33,9): error TS2477: 'const' enum member initializer was evaluated to a non-finite value. 3 …embers.ts(34,9): error TS2477: 'const' enum member initializer was evaluated to a non-finite value. 6 …embers.ts(37,9): error TS2477: 'const' enum member initializer was evaluated to a non-finite value. 7 …embers.ts(38,9): error TS2477: 'const' enum member initializer was evaluated to a non-finite value. 44 !!! error TS2477: 'const' enum member initializer was evaluated to a non-finite value. 47 !!! error TS2477: 'const' enum member initializer was evaluated to a non-finite value. 50 !!! error TS2477: 'const' enum member initializer was evaluated to a non-finite value. 59 !!! error TS2477: 'const' enum member initializer was evaluated to a non-finite value. 62 !!! error TS2477: 'const' enum member initializer was evaluated to a non-finite value.
|
D | constEnumErrors.errors.txt | 14 …Errors.ts(41,9): error TS2477: 'const' enum member initializer was evaluated to a non-finite value. 15 …Errors.ts(42,9): error TS2477: 'const' enum member initializer was evaluated to a non-finite value. 88 !!! error TS2477: 'const' enum member initializer was evaluated to a non-finite value. 91 !!! error TS2477: 'const' enum member initializer was evaluated to a non-finite value.
|
/third_party/musl/libc-test/src/functionalext/supplement/math/ |
D | finite.c | 30 int ret = finite(0.0); in finite_0100() 41 int ret = finite(__DBL_MIN__ / 2); in finite_0200() 52 int ret = finite(NAN); in finite_0300() 63 int ret = finite(INFINITY); in finite_0400() 74 int ret = finite(sqrt(-1.0)); in finite_0500() 85 int ret = finite(exp(800)); in finite_0600()
|
D | test_src_functionalext_supplement_math.gni | 18 "finite",
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
D | math_finite_test.cpp | 18 EXPECT_TRUE(finite(100.0)); 28 EXPECT_FALSE(finite(HUGE_VAL)); 29 EXPECT_FALSE(finite(-HUGE_VAL));
|
/third_party/skia/tests/ |
D | ScalarTest.cpp | 173 bool finite = gProc1[k](rec.fValue); in test_isfinite() local 174 REPORTER_ASSERT(reporter, rec.fIsFinite == finite); in test_isfinite() 186 bool finite = gProc2[m](rec0.fValue, rec1.fValue, proc1); in test_isfinite() local 188 REPORTER_ASSERT(reporter, finite2 == finite); in test_isfinite()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/ |
D | APPLE_texture_packed_float.txt | 111 floating-point representation, finite values are rounded to the 112 closest representable finite value. While less accurate, 115 Likewise, finite positive values greater than 65024 (the maximum 116 finite representable unsigned 11-bit floating-point value) are 148 floating-point representation, finite values are rounded to the 149 closet representable finite value. While less accurate, 152 Likewise, finite positive values greater than 64512 (the maximum 153 finite representable unsigned 10-bit floating-point value) are
|
/third_party/openGLES/extensions/APPLE/ |
D | APPLE_texture_packed_float.txt | 111 floating-point representation, finite values are rounded to the 112 closest representable finite value. While less accurate, 115 Likewise, finite positive values greater than 65024 (the maximum 116 finite representable unsigned 11-bit floating-point value) are 148 floating-point representation, finite values are rounded to the 149 closet representable finite value. While less accurate, 152 Likewise, finite positive values greater than 64512 (the maximum 153 finite representable unsigned 10-bit floating-point value) are
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_packed_float.txt | 120 floating-point representation, finite values are rounded to the 121 closet representable finite value. While less accurate, 124 Likewise, finite positive values greater than 65024 (the maximum 125 finite representable unsigned 11-bit floating-point value) are 157 floating-point representation, finite values are rounded to the 158 closet representable finite value. While less accurate, 161 Likewise, finite positive values greater than 64512 (the maximum 162 finite representable unsigned 10-bit floating-point value) are
|
/third_party/openGLES/extensions/NV/ |
D | NV_packed_float.txt | 120 floating-point representation, finite values are rounded to the 121 closet representable finite value. While less accurate, 124 Likewise, finite positive values greater than 65024 (the maximum 125 finite representable unsigned 11-bit floating-point value) are 157 floating-point representation, finite values are rounded to the 158 closet representable finite value. While less accurate, 161 Likewise, finite positive values greater than 64512 (the maximum 162 finite representable unsigned 10-bit floating-point value) are
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
D | mutex_test.cc | 1313 const absl::Duration finite = 3 * TimeoutTestAllowedSchedulingDelay(); local 1338 finite, // satisfy_condition_delay 1368 finite, // satisfy_condition_delay 1370 finite, // expected_delay 1388 finite * 2, // wait_timeout 1389 finite, // satisfy_condition_delay 1391 finite // expected_delay 1397 finite, // wait_timeout 1398 finite * 2, // satisfy_condition_delay 1400 finite // expected_delay [all …]
|
/third_party/musl/src/math/ |
D | finite.c | 4 int finite(double x) in finite() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | finite.c | 4 int finite(double x) in finite() function
|
/third_party/jerryscript/jerry-libm/ |
D | finite.c | 35 finite (double x) in finite() function
|
D | jerry-libm-internal.h | 116 int finite (double x);
|
D | BUILD.gn | 40 "finite.c",
|
/third_party/python/Modules/_decimal/libmpdec/literature/ |
D | bignum.txt | 9 J. M. Pollard: The fast Fourier transform in a finite field 13 The transform in a finite field can be used for convolution in the same
|
D | REFERENCES.txt | 27 J. M. Pollard: The fast Fourier transform in a finite field
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_packed_float.txt | 142 floating-point representation, finite values are rounded to the closet 143 representable finite value. While less accurate, implementations 145 negative values are converted to zero. Likewise, finite positive 146 values greater than 65024 (the maximum finite representable unsigned 178 floating-point representation, finite values are rounded to the closet 179 representable finite value. While less accurate, implementations 181 negative values are converted to zero. Likewise, finite positive 182 values greater than 64512 (the maximum finite representable unsigned 694 finite values. 700 This allowance treats Infinity as a finite value: [all …]
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_packed_float.txt | 142 floating-point representation, finite values are rounded to the closet 143 representable finite value. While less accurate, implementations 145 negative values are converted to zero. Likewise, finite positive 146 values greater than 65024 (the maximum finite representable unsigned 178 floating-point representation, finite values are rounded to the closet 179 representable finite value. While less accurate, implementations 181 negative values are converted to zero. Likewise, finite positive 182 values greater than 64512 (the maximum finite representable unsigned 694 finite values. 700 This allowance treats Infinity as a finite value: [all …]
|
/third_party/node/deps/v8/src/third_party/utf8-decoder/ |
D | README.v8 | 10 Decodes UTF-8 bytes using a fast and simple definite finite automata.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | Automaton.td | 10 // generic finite-state automaton. 15 // generic finite-state automaton over a set of actions and states.
|
/third_party/python/Include/ |
D | pymath.h | 136 #define Py_IS_FINITE(X) finite(X)
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | OptimalIntrinsics.cpp | 19 Float4 Reciprocal(RValue<Float4> x, bool pp = false, bool finite = false, bool exactAtPow2 = false) in Reciprocal() argument 28 if(finite) in Reciprocal()
|
/third_party/python/Doc/library/ |
D | math.rst | 179 ``False`` otherwise. (Note that ``0.0`` *is* considered finite.) 281 finite *x* and finite nonzero *y*, this is the difference ``x - n*y``, 288 *x* for any finite *x*, and ``remainder(x, 0)`` and 318 * Otherwise (*x* is a positive finite number), return the value of the least 407 when ``x`` is a zero or a NaN. If both ``x`` and ``y`` are finite,
|