Home
last modified time | relevance | path

Searched refs:finite (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/third_party/musl/libc-test/src/functionalext/supplement/math/
Dfinite.c30 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()
Dtest_src_functionalext_supplement_math.gni18 "finite",
/third_party/typescript/tests/baselines/reference/
DenumConstantMembers.errors.txt1 …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.
DconstEnumErrors.errors.txt12 …Errors.ts(41,9): error TS2477: 'const' enum member initializer was evaluated to a non-finite value.
13 …Errors.ts(42,9): error TS2477: 'const' enum member initializer was evaluated to a non-finite value.
82 !!! error TS2477: 'const' enum member initializer was evaluated to a non-finite value.
85 !!! error TS2477: 'const' enum member initializer was evaluated to a non-finite value.
/third_party/boost/libs/numeric/conversion/doc/
Dbounds.qbk17 `numeric_limits<T>::min()` for integral types returns the minimum finite value,
23 maximum finite value, the minimum finite value and the minimum positive normalized
44 Returns the minimum finite value, equivalent to `numeric_limits<T>::min()` when `T`
49 Returns the maximum finite value, equivalent to `numeric_limits<T>::max()`.
/third_party/boost/libs/math/doc/differentiation/
Dnumerical_differentiation.qbk29 The function `finite_difference_derivative` calculates a finite-difference approximation to the der…
37 In addition, for any function implemented in finite-precision arithmetic, the "true" derivative is …
40 There are two sources of error from finite differences: One, the truncation error arising from usin…
45 For more details about the theoretical error analysis involved in finite-difference approximations …
68 A function which is very good at making a mockery of finite-difference differentiation is exp(x)/(c…
72 For a finite-difference method of order /k/, the error is /C/ \u03B5[super k/k+1].
88 Given all the caveats which must be kept in mind for successful use of finite-difference differenti…
93 …is not subject to the catastrophic subtractive cancellation that plagues finite-difference calcula…
104 * Fornberg, Bengt. ['Generation of finite difference formulas on arbitrarily spaced grids.] Mathema…
Dlanczos_smoothing.qbk41 The `discrete_lanczos_derivative` class calculates a finite-difference approximation to the derivat…
88 It reduces to the standard /2n+1/-point finite-difference formula.
137 …orange, the smoothing derivative in blue, and the non-smoothing standard finite difference formula…
139 …tracks the increase and decrease in the trend well, whereas the standard finite difference formula…
/third_party/skia/tests/
DScalarTest.cpp173 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/flutter/skia/tests/
DScalarTest.cpp173 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/openGLES/extensions/APPLE/
DAPPLE_texture_packed_float.txt111 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/APPLE/
DAPPLE_texture_packed_float.txt111 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/boost/libs/math/doc/sf/
Dpoisson_optimisation.qbk11 The first obvious step is to use a finite sum of each PDF (Probability *density* function)
90 This is exactly the same finite sum as used by `gamma_p/gamma_q` internally.
108 For the incomplete beta function, there are no simple finite sums
110 finite sum of the PDF and an incomplete beta call, the finite sum may indeed
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_packed_float.txt120 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/
DNV_packed_float.txt120 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/boost/libs/math/doc/distributions/
Duniform.qbk47 Parameters lower and upper can be any finite value.
50 /x/ must also be finite, and is supported /lower <= x <= upper/.
74 Requires that the /lower/ and /upper/ parameters are both finite;
90 The domain of the random variable is any finite value,
Dtriangular.qbk51 Parameter ['a] (lower) can be any finite value.
52 Parameter ['b] (upper) can be any finite value > a (lower).
55 The [@http://en.wikipedia.org/wiki/Random_variate random variate] x must also be finite, and is sup…
85 Requires that the /lower/, /mode/ and /upper/ parameters are all finite,
/third_party/glib/glib/gnulib/gl_cv_func_frexpl_works/
Dmeson.build41 /* Test on finite numbers that fails on AIX 5.1. */
49 /* Test on finite numbers that fails on Mac OS X 10.4, because its frexpl
61 /* Test on large finite numbers. This fails on BeOS at i = 16322, while
/third_party/abseil-cpp/absl/synchronization/
Dmutex_test.cc1283 const absl::Duration finite = 3 * TimeoutTestAllowedSchedulingDelay(); local
1308 finite, // satisfy_condition_delay
1338 finite, // satisfy_condition_delay
1340 finite, // expected_delay
1358 finite * 2, // wait_timeout
1359 finite, // satisfy_condition_delay
1361 finite // expected_delay
1367 finite, // wait_timeout
1368 finite * 2, // satisfy_condition_delay
1370 finite // expected_delay
[all …]
/third_party/musl/src/math/
Dfinite.c4 int finite(double x) in finite() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfinite.c4 int finite(double x) in finite() function
/third_party/jerryscript/jerry-libm/
Dfinite.c35 finite (double x) in finite() function
/third_party/boost/libs/math/doc/fp_utilities/
Drounding_func.qbk37 If the argument /v/ is either non-finite or else outside the range
77 If the argument /v/ is either non-finite or else outside the range
115 If the argument /v/ is either non-finite or else outside the range
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex_test.cc1313 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/python/Modules/_decimal/libmpdec/literature/
Dbignum.txt9 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
/third_party/node/deps/npm/node_modules/assert-plus/
DCHANGES.md6 - Add assert.finite check. Previous assert.number callers should use this if

12345678910>>...12