Home
last modified time | relevance | path

Searched refs:y0f (Results 1 – 25 of 447) sorted by relevance

12345678910>>...18

/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/glibc-functions/
H A Dy0f.texi1 @node y0f
2 @subsection @code{y0f}
3 @findex y0f
5 …* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-y0f.html}
17 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/y0f.3.html,,man y0f}.
/dports/comms/rtl-433/rtl_433-21.12/src/
H A Dbaseband.c230 int16_t y0f = state->yf; // Instantaneous frequency, low pass filtered in baseband_demod_FM() local
240 y1f = y0f; in baseband_demod_FM()
253y0f = (alp[1] * y1f + blp[0] * (x0f + x1f)) >> (F_SCALE - 1); // note: prescaled, blp[0]==blp… in baseband_demod_FM()
254 *y_buf++ = y0f; in baseband_demod_FM()
261 state->yf = y0f; in baseband_demod_FM()
323 int32_t y0f = state->yf; // Instantaneous frequency, low pass filtered in baseband_demod_FM_cs16() local
333 y1f = y0f; in baseband_demod_FM_cs16()
347y0f = (alp[1] * y1f + blp[0] * ((int64_t)x0f + x1f)) >> F_SCALE32; // note: blp[0]==blp[1] in baseband_demod_FM_cs16()
348 *y_buf++ = y0f >> 16; // not really losing info here, maybe optimize earlier in baseband_demod_FM_cs16()
355 state->yf = y0f; in baseband_demod_FM_cs16()
/dports/devel/gnulib/gnulib-20140202-stable/doc/glibc-functions/
H A Dy0f.texi1 @node y0f
2 @subsection @code{y0f}
3 @findex y0f
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/math/
H A Dwf_j0.c44 float y0f(float x) /* wrapper y0f */ in y0f() function
46 float y0f(x) /* wrapper y0f */ in y0f()
86 return (double) y0f((float) x);
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/math/
H A Dwf_j0.c57 float y0f(float x) /* wrapper y0f */ in y0f() function
59 float y0f(x) /* wrapper y0f */ in y0f()
134 return (double) y0f((float) x);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/math/
H A Dwf_j0.c57 float y0f(float x) /* wrapper y0f */ in y0f() function
59 float y0f(x) /* wrapper y0f */ in y0f()
134 return (double) y0f((float) x);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/math/
H A Dwf_j0.c57 float y0f(float x) /* wrapper y0f */ in y0f() function
59 float y0f(x) /* wrapper y0f */ in y0f()
134 return (double) y0f((float) x);
/dports/www/beehive/beehive-0.4.0/vendor/github.com/golang/freetype/raster/
H A Draster.go121 func (r *Rasterizer) scan(yi int, x0, y0f, x1, y1f fixed.Int26_6) {
129 if y0f == y1f {
133 dx, dy := x1-x0, y1f-y0f
160 xi, y := x0i, y0f
207 y0f := y0 - fixed.Int26_6(64*y0i)
213 r.scan(y0i, x0, y0f, x1, y1f)
230 dcover := int(edge1 - y0f)
260 p, q = (64-y0f)*dx, dy
263 p, q = y0f*dx, -dy
273 r.scan(yi, x, y0f, x+xDelta, edge1)
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/golang/freetype/raster/
H A Draster.go121 func (r *Rasterizer) scan(yi int, x0, y0f, x1, y1f fixed.Int26_6) {
129 if y0f == y1f {
133 dx, dy := x1-x0, y1f-y0f
160 xi, y := x0i, y0f
207 y0f := y0 - fixed.Int26_6(64*y0i)
213 r.scan(y0i, x0, y0f, x1, y1f)
230 dcover := int(edge1 - y0f)
260 p, q = (64-y0f)*dx, dy
263 p, q = y0f*dx, -dy
273 r.scan(yi, x, y0f, x+xDelta, edge1)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/golang/freetype/raster/
H A Draster.go121 func (r *Rasterizer) scan(yi int, x0, y0f, x1, y1f fixed.Int26_6) {
129 if y0f == y1f {
133 dx, dy := x1-x0, y1f-y0f
160 xi, y := x0i, y0f
207 y0f := y0 - fixed.Int26_6(64*y0i)
213 r.scan(y0i, x0, y0f, x1, y1f)
230 dcover := int(edge1 - y0f)
260 p, q = (64-y0f)*dx, dy
263 p, q = y0f*dx, -dy
273 r.scan(yi, x, y0f, x+xDelta, edge1)
/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dto_uis.c59 float x0f, y0f, x1f, y1f, w, h; in PicBuf_to_UIS() local
98 x0f = y0f = 0.0; /* No offsets yet */ in PicBuf_to_UIS()
104 vd_id = uis$create_display(&x0f, &y0f, &x1f, &y1f, &w, &h); in PicBuf_to_UIS()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/libm-0.2.1/src/math/
H A Djnf.rs16 use super::{fabsf, j0f, j1f, logf, y0f, y1f};
224 return y0f(x); in ynf()
241 a = y0f(x); in ynf()
/dports/games/genact/genact-0.10.0/cargo-crates/libm-0.2.1/src/math/
H A Djnf.rs16 use super::{fabsf, j0f, j1f, logf, y0f, y1f};
224 return y0f(x); in ynf()
241 a = y0f(x); in ynf()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/libm-0.2.1/src/math/
H A Djnf.rs16 use super::{fabsf, j0f, j1f, logf, y0f, y1f};
224 return y0f(x); in ynf()
241 a = y0f(x); in ynf()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/libm-0.2.1/src/math/
H A Djnf.rs16 use super::{fabsf, j0f, j1f, logf, y0f, y1f};
224 return y0f(x); in ynf()
241 a = y0f(x); in ynf()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/libm-0.1.4/src/math/
H A Djnf.rs16 use super::{fabsf, j0f, j1f, logf, y0f, y1f};
224 return y0f(x); in ynf()
241 a = y0f(x); in ynf()
/dports/net/quiche/quiche-0.9.0/cargo-crates/libm-0.2.1/src/math/
H A Djnf.rs16 use super::{fabsf, j0f, j1f, logf, y0f, y1f};
224 return y0f(x); in ynf()
241 a = y0f(x); in ynf()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/libm-0.2.1/src/math/
H A Djnf.rs16 use super::{fabsf, j0f, j1f, logf, y0f, y1f};
224 return y0f(x); in ynf()
241 a = y0f(x); in ynf()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/libm-0.1.4/src/math/
H A Djnf.rs16 use super::{fabsf, j0f, j1f, logf, y0f, y1f};
224 return y0f(x); in ynf()
241 a = y0f(x); in ynf()
/dports/lang/rust/rustc-1.58.1-src/vendor/compiler_builtins/libm/src/math/
H A Djnf.rs16 use super::{fabsf, j0f, j1f, logf, y0f, y1f};
224 return y0f(x); in ynf()
241 a = y0f(x); in ynf()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libm-0.2.1/src/math/
H A Djnf.rs16 use super::{fabsf, j0f, j1f, logf, y0f, y1f};
224 return y0f(x); in ynf()
241 a = y0f(x); in ynf()
/dports/net/oha/oha-0.4.7/cargo-crates/libm-0.2.1/src/math/
H A Djnf.rs16 use super::{fabsf, j0f, j1f, logf, y0f, y1f};
224 return y0f(x); in ynf()
241 a = y0f(x); in ynf()
/dports/lang/rust/rustc-1.58.1-src/vendor/libm/src/math/
H A Djnf.rs16 use super::{fabsf, j0f, j1f, logf, y0f, y1f};
224 return y0f(x); in ynf()
241 a = y0f(x); in ynf()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/libm-0.2.1/src/math/
H A Djnf.rs16 use super::{fabsf, j0f, j1f, logf, y0f, y1f};
224 return y0f(x);
241 a = y0f(x);
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/libm-0.1.4/src/math/
H A Djnf.rs16 use super::{fabsf, j0f, j1f, logf, y0f, y1f};
224 return y0f(x); in ynf()
241 a = y0f(x); in ynf()

12345678910>>...18