Home
last modified time | relevance | path

Searched refs:u16_value (Results 1 – 25 of 76) sorted by relevance

1234

/dports/multimedia/neolink/neolink-cf54129/cargo-crates/yaserde-0.3.16/tests/
H A Denum.rs27 u16_value: u16, in basic_enum()
81 u16_value: 16, in basic_enum()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/SPIRV-Cross/
H A Dspirv_common.hpp954 static inline float f16_to_f32(uint16_t u16_value) in f16_to_f32()
957 int s = (u16_value >> 15) & 0x1; in f16_to_f32()
958 int e = (u16_value >> 10) & 0x1f; in f16_to_f32()
959 int m = (u16_value >> 0) & 0x3ff; in f16_to_f32()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/parallel-psx/SPIRV-Cross/
H A Dspirv_common.hpp954 static inline float f16_to_f32(uint16_t u16_value) in f16_to_f32()
957 int s = (u16_value >> 15) & 0x1; in f16_to_f32()
958 int e = (u16_value >> 10) & 0x1f; in f16_to_f32()
959 int m = (u16_value >> 0) & 0x3ff; in f16_to_f32()
/dports/games/retroarch/RetroArch-1.9.7/deps/SPIRV-Cross/
H A Dspirv_common.hpp981 static inline float f16_to_f32(uint16_t u16_value) in f16_to_f32()
984 int s = (u16_value >> 15) & 0x1; in f16_to_f32()
985 int e = (u16_value >> 10) & 0x1f; in f16_to_f32()
986 int m = (u16_value >> 0) & 0x3ff; in f16_to_f32()
/dports/graphics/rx/rx-0.4.0/cargo-crates/spirv_cross-0.16.0/src/vendor/SPIRV-Cross/
H A Dspirv_common.hpp980 static inline float f16_to_f32(uint16_t u16_value) in f16_to_f32()
983 int s = (u16_value >> 15) & 0x1; in f16_to_f32()
984 int e = (u16_value >> 10) & 0x1f; in f16_to_f32()
985 int m = (u16_value >> 0) & 0x3ff; in f16_to_f32()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/
H A Dspirv_common.hpp1086 static inline float f16_to_f32(uint16_t u16_value) in f16_to_f32()
1089 int s = (u16_value >> 15) & 0x1; in f16_to_f32()
1090 int e = (u16_value >> 10) & 0x1f; in f16_to_f32()
1091 int m = (u16_value >> 0) & 0x3ff; in f16_to_f32()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/
H A Dspirv_common.hpp1086 static inline float f16_to_f32(uint16_t u16_value) in f16_to_f32()
1089 int s = (u16_value >> 15) & 0x1; in f16_to_f32()
1090 int e = (u16_value >> 10) & 0x1f; in f16_to_f32()
1091 int m = (u16_value >> 0) & 0x3ff; in f16_to_f32()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/SPIRV-Cross/
H A Dspirv_common.hpp1098 static inline float f16_to_f32(uint16_t u16_value) in f16_to_f32()
1101 int s = (u16_value >> 15) & 0x1; in f16_to_f32()
1102 int e = (u16_value >> 10) & 0x1f; in f16_to_f32()
1103 int m = (u16_value >> 0) & 0x3ff; in f16_to_f32()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/
H A Dspirv_common.hpp1098 static inline float f16_to_f32(uint16_t u16_value) in f16_to_f32()
1101 int s = (u16_value >> 15) & 0x1; in f16_to_f32()
1102 int e = (u16_value >> 10) & 0x1f; in f16_to_f32()
1103 int m = (u16_value >> 0) & 0x3ff; in f16_to_f32()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/spirv-cross/spirv-cross/
H A Dspirv_common.hpp1092 static inline float f16_to_f32(uint16_t u16_value) in f16_to_f32()
1095 int s = (u16_value >> 15) & 0x1; in f16_to_f32()
1096 int e = (u16_value >> 10) & 0x1f; in f16_to_f32()
1097 int m = (u16_value >> 0) & 0x3ff; in f16_to_f32()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/spirv-cross/spirv-cross/
H A Dspirv_common.hpp1130 static inline float f16_to_f32(uint16_t u16_value) in f16_to_f32()
1133 int s = (u16_value >> 15) & 0x1; in f16_to_f32()
1134 int e = (u16_value >> 10) & 0x1f; in f16_to_f32()
1135 int m = (u16_value >> 0) & 0x3ff; in f16_to_f32()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/
H A Dspirv_common.hpp1098 static inline float f16_to_f32(uint16_t u16_value) in f16_to_f32()
1101 int s = (u16_value >> 15) & 0x1; in f16_to_f32()
1102 int e = (u16_value >> 10) & 0x1f; in f16_to_f32()
1103 int m = (u16_value >> 0) & 0x3ff; in f16_to_f32()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/
H A Dspirv_common.hpp1098 static inline float f16_to_f32(uint16_t u16_value) in f16_to_f32()
1101 int s = (u16_value >> 15) & 0x1; in f16_to_f32()
1102 int e = (u16_value >> 10) & 0x1f; in f16_to_f32()
1103 int m = (u16_value >> 0) & 0x3ff; in f16_to_f32()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/
H A Dspirv_common.hpp1098 static inline float f16_to_f32(uint16_t u16_value) in f16_to_f32()
1101 int s = (u16_value >> 15) & 0x1; in f16_to_f32()
1102 int e = (u16_value >> 10) & 0x1f; in f16_to_f32()
1103 int m = (u16_value >> 0) & 0x3ff; in f16_to_f32()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/
H A Dspirv_common.hpp1102 static inline float f16_to_f32(uint16_t u16_value) in f16_to_f32()
1105 int s = (u16_value >> 15) & 0x1; in f16_to_f32()
1106 int e = (u16_value >> 10) & 0x1f; in f16_to_f32()
1107 int m = (u16_value >> 0) & 0x3ff; in f16_to_f32()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/spirv-cross/
H A Dspirv_common.hpp1097 static inline float f16_to_f32(uint16_t u16_value) in f16_to_f32()
1100 int s = (u16_value >> 15) & 0x1; in f16_to_f32()
1101 int e = (u16_value >> 10) & 0x1f; in f16_to_f32()
1102 int m = (u16_value >> 0) & 0x3ff; in f16_to_f32()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/gimli-0.20.0/src/read/
H A Dunit.rs1405 constant!(u16_value, Language, DwLang); in value()
1787 pub fn u16_value(&self) -> Option<u16> { in u16_value() method
1788 self.value.u16_value() in u16_value()
1869 pub fn u16_value(&self) -> Option<u16> { in u16_value() function
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/gimli-0.21.0/src/read/
H A Dunit.rs1425 constant!(u16_value, Language, DwLang); in value()
1807 pub fn u16_value(&self) -> Option<u16> { in u16_value() method
1808 self.value.u16_value() in u16_value()
1889 pub fn u16_value(&self) -> Option<u16> { in u16_value() function
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/gimli-0.21.0/src/read/
H A Dunit.rs1425 constant!(u16_value, Language, DwLang); in value()
1807 pub fn u16_value(&self) -> Option<u16> { in u16_value() method
1808 self.value.u16_value() in u16_value()
1889 pub fn u16_value(&self) -> Option<u16> { in u16_value() function
/dports/net/proby/proby-1.0.2/cargo-crates/gimli-0.22.0/src/read/
H A Dunit.rs1430 constant!(u16_value, Language, DwLang); in value()
1812 pub fn u16_value(&self) -> Option<u16> { in u16_value() method
1813 self.value.u16_value() in u16_value()
1894 pub fn u16_value(&self) -> Option<u16> { in u16_value() function
/dports/net-im/fractal/fractal-4.4.0/vendor/gimli/src/read/
H A Dunit.rs1430 constant!(u16_value, Language, DwLang); in value()
1812 pub fn u16_value(&self) -> Option<u16> { in u16_value() method
1813 self.value.u16_value() in u16_value()
1894 pub fn u16_value(&self) -> Option<u16> { in u16_value() function
/dports/devel/gitui/gitui-0.10.1/cargo-crates/gimli-0.22.0/src/read/
H A Dunit.rs1430 constant!(u16_value, Language, DwLang); in value()
1812 pub fn u16_value(&self) -> Option<u16> { in u16_value() method
1813 self.value.u16_value() in u16_value()
1894 pub fn u16_value(&self) -> Option<u16> { in u16_value() function
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/gimli-0.22.0/src/read/
H A Dunit.rs1430 constant!(u16_value, Language, DwLang); in value()
1812 pub fn u16_value(&self) -> Option<u16> { in u16_value() method
1813 self.value.u16_value() in u16_value()
1894 pub fn u16_value(&self) -> Option<u16> { in u16_value() function
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/gimli-0.22.0/src/read/
H A Dunit.rs1430 constant!(u16_value, Language, DwLang); in value()
1812 pub fn u16_value(&self) -> Option<u16> { in u16_value() method
1813 self.value.u16_value() in u16_value()
1894 pub fn u16_value(&self) -> Option<u16> { in u16_value() function
/dports/devel/sccache/sccache-0.2.15/cargo-crates/gimli-0.23.0/src/read/
H A Dunit.rs1363 constant!(u16_value, Language, DwLang); in value()
1748 pub fn u16_value(&self) -> Option<u16> { in u16_value() method
1749 self.value.u16_value() in u16_value()
1830 pub fn u16_value(&self) -> Option<u16> { in u16_value() function

1234