Home
last modified time | relevance | path

Searched refs:kln2 (Results 1 – 25 of 78) sorted by relevance

1234

/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/math/
H A D__expo2.c5 static const double kln2 = 0x1.62066151add8bp+10; variable
21 return exp(x - kln2) * (sign * scale) * scale; in __expo2()
23 return exp(x - kln2) * scale * scale; in __expo2()
H A D__expo2f.c5 static const float kln2 = 0x1.45c778p+7f; variable
21 return expf(x - kln2) * (sign * scale) * scale; in __expo2f()
23 return expf(x - kln2) * scale * scale; in __expo2f()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/math/
H A D__expo2.c5 static const double kln2 = 0x1.62066151add8bp+10; variable
21 return exp(x - kln2) * (sign * scale) * scale; in __expo2()
23 return exp(x - kln2) * scale * scale; in __expo2()
H A D__expo2f.c5 static const float kln2 = 0x1.45c778p+7f; variable
21 return expf(x - kln2) * (sign * scale) * scale; in __expo2f()
23 return expf(x - kln2) * scale * scale; in __expo2f()
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/math/
H A D__expo2.c5 static const double kln2 = 0x1.62066151add8bp+10; variable
21 return exp(x - kln2) * (sign * scale) * scale; in __expo2()
23 return exp(x - kln2) * scale * scale; in __expo2()
H A D__expo2f.c5 static const float kln2 = 0x1.45c778p+7f; variable
21 return expf(x - kln2) * (sign * scale) * scale; in __expo2f()
23 return expf(x - kln2) * scale * scale; in __expo2f()
/dports/lang/zig-devel/zig-0.9.0/lib/std/math/
H A Dexpo2.zig21 const kln2 = 0x1.45C778p+7;
25 return math.exp(x - kln2) * scale * scale;
30 const kln2 = 0x1.62066151ADD8BP+10;
34 return math.exp(x - kln2) * scale * scale;
/dports/lang/zig/zig-0.9.0/lib/std/math/
H A Dexpo2.zig21 const kln2 = 0x1.45C778p+7;
25 return math.exp(x - kln2) * scale * scale;
30 const kln2 = 0x1.62066151ADD8BP+10;
34 return math.exp(x - kln2) * scale * scale;
/dports/lang/micropython/micropython-1.17/lib/libm_dbl/
H A D__expo2.c5 static const double kln2 = 0x1.62066151add8bp+10; variable
15 return exp(x - kln2) * scale * scale; in __expo2()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/math/
H A D__expo2f.c5 static const float kln2 = 0x1.45c778p+7f; variable
15 return expf(x - kln2) * scale * scale; in __expo2f()
H A D__expo2.c5 static const double kln2 = 0x1.62066151add8bp+10; variable
15 return exp(x - kln2) * scale * scale; in __expo2()
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/math/
H A D__expo2.c5 static const double kln2 = 0x1.62066151add8bp+10; variable
15 return exp(x - kln2) * scale * scale; in __expo2()
H A D__expo2f.c5 static const float kln2 = 0x1.45c778p+7f; variable
15 return expf(x - kln2) * scale * scale; in __expo2f()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/math/
H A D__expo2.c5 static const double kln2 = 0x1.62066151add8bp+10; variable
16 return exp(x - kln2) * (sign * scale) * scale; in __expo2()
H A D__expo2f.c5 static const float kln2 = 0x1.45c778p+7f; variable
16 return expf(x - kln2) * (sign * scale) * scale; in __expo2f()
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/math/
H A D__expo2.c5 static const double kln2 = 0x1.62066151add8bp+10; variable
16 return exp(x - kln2) * (sign * scale) * scale; in __expo2()
H A D__expo2f.c5 static const float kln2 = 0x1.45c778p+7f; variable
16 return expf(x - kln2) * (sign * scale) * scale; in __expo2f()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/libm-0.2.1/src/math/
H A Dexpo2.rs8 let kln2 = f64::from_bits(0x40962066151add8b); in expo2() localVariable
13 exp(x - kln2) * scale * scale in expo2()
/dports/games/genact/genact-0.10.0/cargo-crates/libm-0.2.1/src/math/
H A Dexpo2.rs8 let kln2 = f64::from_bits(0x40962066151add8b); in expo2() localVariable
13 exp(x - kln2) * scale * scale in expo2()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/libm-0.2.1/src/math/
H A Dexpo2.rs8 let kln2 = f64::from_bits(0x40962066151add8b); in expo2() localVariable
13 exp(x - kln2) * scale * scale in expo2()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/libm-0.2.1/src/math/
H A Dexpo2.rs8 let kln2 = f64::from_bits(0x40962066151add8b); in expo2() localVariable
13 exp(x - kln2) * scale * scale in expo2()
/dports/net/quiche/quiche-0.9.0/cargo-crates/libm-0.2.1/src/math/
H A Dexpo2.rs8 let kln2 = f64::from_bits(0x40962066151add8b); in expo2() localVariable
13 exp(x - kln2) * scale * scale in expo2()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/libm-0.2.1/src/math/
H A Dexpo2.rs8 let kln2 = f64::from_bits(0x40962066151add8b); in expo2() localVariable
13 exp(x - kln2) * scale * scale in expo2()
/dports/lang/rust/rustc-1.58.1-src/vendor/compiler_builtins/libm/src/math/
H A Dexpo2.rs8 let kln2 = f64::from_bits(0x40962066151add8b); in expo2() localVariable
13 exp(x - kln2) * scale * scale in expo2()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libm-0.2.1/src/math/
H A Dexpo2.rs8 let kln2 = f64::from_bits(0x40962066151add8b); in expo2() localVariable
13 exp(x - kln2) * scale * scale in expo2()

1234