Home
last modified time | relevance | path

Searched refs:DEFINE_REINTERPRET (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/vector/vector-0.10.0/cargo-crates/wabt-sys-0.7.1/wabt/src/
H A Dwasm2c.c.tmpl136 #define DEFINE_REINTERPRET(name, t1, t2) \
143 DEFINE_REINTERPRET(f32_reinterpret_i32, u32, f32)
144 DEFINE_REINTERPRET(i32_reinterpret_f32, f32, u32)
145 DEFINE_REINTERPRET(f64_reinterpret_i64, u64, f64)
146 DEFINE_REINTERPRET(i64_reinterpret_f64, f64, u64)
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wabt-sys-0.7.1/wabt/wasm2c/examples/fac/
H A Dfac.c138 #define DEFINE_REINTERPRET(name, t1, t2) \ macro
145 DEFINE_REINTERPRET(f32_reinterpret_i32, u32, f32)
146 DEFINE_REINTERPRET(i32_reinterpret_f32, f32, u32)
147 DEFINE_REINTERPRET(f64_reinterpret_i64, u64, f64)
148 DEFINE_REINTERPRET(i64_reinterpret_f64, f64, u64)
/dports/www/firefox/firefox-99.0/third_party/wasm2c/src/
H A Dwasm2c.c.tmpl353 #define DEFINE_REINTERPRET(name, t1, t2) \
360 DEFINE_REINTERPRET(f32_reinterpret_i32, u32, f32)
361 DEFINE_REINTERPRET(i32_reinterpret_f32, f32, u32)
362 DEFINE_REINTERPRET(f64_reinterpret_i64, u64, f64)
363 DEFINE_REINTERPRET(i64_reinterpret_f64, f64, u64)