Searched refs:nf (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Djnf.c101 float t, q0, q1, w, h, z, tmp, nf; local
104 nf = nm1 + 1.0f;
105 w = 2 * nf / x;
119 t = 1.0f / (2 * (i + nf) / x - t);
130 tmp = nf * logf(fabsf(w));
H A Djn.c161 double t, q0, q1, w, h, z, tmp, nf; local
164 nf = nm1 + 1.0;
165 w = 2 * nf / x;
179 t = 1 / (2 * (i + nf) / x - t);
190 tmp = nf * log(fabs(w));
/fuchsia/zircon/system/utest/fbl/
H A Dfunction_tests.cpp636 Nullable nf = {false}; local
637 EXPECT_FALSE(fbl::internal::IsNull(nf));
/fuchsia/zircon/system/utest/fit/
H A Dfunction_tests.cpp703 Nullable nf = {false}; local
704 EXPECT_FALSE(fit::internal::is_null(nf));

Completed in 39 milliseconds