Home
last modified time | relevance | path

Searched refs:INV_LN2 (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/mathfp/
H A Ds_exp.c72 static const double INV_LN2 = 1.4426950408889634074; variable
117 N = (int) (x * INV_LN2 - 0.5);
119 N = (int) (x * INV_LN2 + 0.5);
H A Dsf_exp.c27 static const float INV_LN2 = 1.442695040; variable
69 N = (int) (x * INV_LN2 - 0.5);
71 N = (int) (x * INV_LN2 + 0.5);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/mathfp/
H A Dsf_exp.c27 static const float INV_LN2 = 1.442695040; variable
69 N = (int) (x * INV_LN2 - 0.5);
71 N = (int) (x * INV_LN2 + 0.5);
H A Ds_exp.c72 static const double INV_LN2 = 1.4426950408889634074; variable
117 N = (int) (x * INV_LN2 - 0.5);
119 N = (int) (x * INV_LN2 + 0.5);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/mathfp/
H A Dsf_exp.c27 static const float INV_LN2 = 1.442695040; variable
69 N = (int) (x * INV_LN2 - 0.5);
71 N = (int) (x * INV_LN2 + 0.5);
H A Ds_exp.c72 static const double INV_LN2 = 1.4426950408889634074; variable
117 N = (int) (x * INV_LN2 - 0.5);
119 N = (int) (x * INV_LN2 + 0.5);
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/libm-0.2.1/src/math/
H A Dexpf.rs21 const INV_LN2: f32 = 1.4426950216e+00; /* 0x3fb8aa3b */ const
73 k = (INV_LN2 * x + HALF[sign as usize]) as i32; in expf()
H A Dexpm1f.rs19 const INV_LN2: f32 = 1.4426950216e+00; /* 0x3fb8aa3b */ const
78 k = (INV_LN2 * x + (if sign { -0.5 } else { 0.5 })) as i32; in expm1f()
/dports/games/genact/genact-0.10.0/cargo-crates/libm-0.2.1/src/math/
H A Dexpf.rs21 const INV_LN2: f32 = 1.4426950216e+00; /* 0x3fb8aa3b */ const
73 k = (INV_LN2 * x + HALF[sign as usize]) as i32; in expf()
H A Dexpm1f.rs19 const INV_LN2: f32 = 1.4426950216e+00; /* 0x3fb8aa3b */ const
78 k = (INV_LN2 * x + (if sign { -0.5 } else { 0.5 })) as i32; in expm1f()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/libm-0.2.1/src/math/
H A Dexpf.rs21 const INV_LN2: f32 = 1.4426950216e+00; /* 0x3fb8aa3b */ const
73 k = (INV_LN2 * x + HALF[sign as usize]) as i32; in expf()
H A Dexpm1f.rs19 const INV_LN2: f32 = 1.4426950216e+00; /* 0x3fb8aa3b */ const
78 k = (INV_LN2 * x + (if sign { -0.5 } else { 0.5 })) as i32; in expm1f()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libm-0.2.1/src/math/
H A Dexpf.rs21 const INV_LN2: f32 = 1.4426950216e+00; /* 0x3fb8aa3b */
73 k = (INV_LN2 * x + HALF[sign as usize]) as i32;
H A Dexpm1f.rs19 const INV_LN2: f32 = 1.4426950216e+00; /* 0x3fb8aa3b */ const
78 k = (INV_LN2 * x + (if sign { -0.5 } else { 0.5 })) as i32; in expm1f()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/libm-0.2.1/src/math/
H A Dexpf.rs21 const INV_LN2: f32 = 1.4426950216e+00; /* 0x3fb8aa3b */ const
73 k = (INV_LN2 * x + HALF[sign as usize]) as i32; in expf()
H A Dexpm1f.rs19 const INV_LN2: f32 = 1.4426950216e+00; /* 0x3fb8aa3b */ const
78 k = (INV_LN2 * x + (if sign { -0.5 } else { 0.5 })) as i32; in expm1f()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/libm-0.1.4/src/math/
H A Dexpf.rs21 const INV_LN2: f32 = 1.4426950216e+00; /* 0x3fb8aa3b */ const
74 k = (INV_LN2 * x + HALF[sign as usize]) as i32; in expf()
/dports/net/quiche/quiche-0.9.0/cargo-crates/libm-0.2.1/src/math/
H A Dexpf.rs21 const INV_LN2: f32 = 1.4426950216e+00; /* 0x3fb8aa3b */ const
73 k = (INV_LN2 * x + HALF[sign as usize]) as i32; in expf()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/libm-0.2.1/src/math/
H A Dexpf.rs21 const INV_LN2: f32 = 1.4426950216e+00; /* 0x3fb8aa3b */ const
73 k = (INV_LN2 * x + HALF[sign as usize]) as i32; in expf()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/libm-0.1.4/src/math/
H A Dexpf.rs21 const INV_LN2: f32 = 1.4426950216e+00; /* 0x3fb8aa3b */ const
74 k = (INV_LN2 * x + HALF[sign as usize]) as i32; in expf()
/dports/lang/rust/rustc-1.58.1-src/vendor/compiler_builtins/libm/src/math/
H A Dexpf.rs21 const INV_LN2: f32 = 1.4426950216e+00; /* 0x3fb8aa3b */ const
73 k = (INV_LN2 * x + i!(HALF, sign as usize)) as i32; in expf()
/dports/net/oha/oha-0.4.7/cargo-crates/libm-0.2.1/src/math/
H A Dexpf.rs21 const INV_LN2: f32 = 1.4426950216e+00; /* 0x3fb8aa3b */ const
73 k = (INV_LN2 * x + HALF[sign as usize]) as i32; in expf()
/dports/lang/rust/rustc-1.58.1-src/vendor/libm/src/math/
H A Dexpf.rs21 const INV_LN2: f32 = 1.4426950216e+00; /* 0x3fb8aa3b */ const
74 k = (INV_LN2 * x + HALF[sign as usize]) as i32; in expf()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/libm-0.2.1/src/math/
H A Dexpf.rs21 const INV_LN2: f32 = 1.4426950216e+00; /* 0x3fb8aa3b */ const
73 k = (INV_LN2 * x + HALF[sign as usize]) as i32; in expf()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/libm-0.1.4/src/math/
H A Dexpf.rs21 const INV_LN2: f32 = 1.4426950216e+00; /* 0x3fb8aa3b */ const
74 k = (INV_LN2 * x + HALF[sign as usize]) as i32; in expf()

123