Home
last modified time | relevance | path

Searched defs:float16_t (Results 1 – 25 of 434) sorted by last modified time

12345678910>>...18

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/util/
H A Dhalf_float.h69 struct float16_t { struct
71 float16_t(float f) : bits(_mesa_float_to_half(f)) {} in float16_t() argument
72 float16_t(double d) : bits(_mesa_float_to_half(d)) {} in float16_t() argument
73 float16_t(uint16_t bits) : bits(bits) {} in float16_t() function
74 static float16_t one() { return float16_t(FP16_ONE); } in one() argument
75 static float16_t zero() { return float16_t(FP16_ZERO); } in zero() argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/highway/hwy/ops/
H A Dscalar-inl.h938 static HWY_INLINE Vec1<float16_t> DemoteTo(Sisd<float16_t> /* tag */, in DemoteTo()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/highway/hwy/
H A Dbase.h343 using float16_t = __fp16; variable
349 struct float16_t { struct
350 uint16_t bits;
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/util/
H A Dhalf_float.h122 struct float16_t { struct
124 float16_t(float f) : bits(_mesa_float_to_half(f)) {} in float16_t() function
125 float16_t(double d) : bits(_mesa_float_to_half(d)) {} in float16_t() argument
126 float16_t(uint16_t raw_bits) : bits(raw_bits) {} in float16_t() function
127 static float16_t one() { return float16_t(FP16_ONE); } in one() argument
128 static float16_t zero() { return float16_t(FP16_ZERO); } in zero() argument
/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/src/util/
H A Dhalf_float.h69 struct float16_t { struct
71 float16_t(float f) : bits(_mesa_float_to_half(f)) {} in float16_t() function
72 float16_t(double d) : bits(_mesa_float_to_half(d)) {} in float16_t() argument
73 float16_t(uint16_t bits) : bits(bits) {} in float16_t() argument
74 static float16_t one() { return float16_t(FP16_ONE); } in one() argument
75 static float16_t zero() { return float16_t(FP16_ZERO); } in zero() argument
/dports/www/firefox/firefox-99.0/third_party/highway/hwy/ops/
H A Darm_sve-inl.h1240 HWY_API svfloat16_t DemoteTo(Simd<float16_t, N, kPow2> d, const svfloat32_t v) { in DemoteTo()
H A Dscalar-inl.h1021 HWY_API Vec1<float16_t> DemoteTo(Sisd<float16_t> /* tag */, in DemoteTo()
H A Dwasm_256-inl.h2195 HWY_API Vec128<float16_t> DemoteTo(Full128<float16_t> /* tag */, in DemoteTo()
/dports/www/firefox/firefox-99.0/third_party/highway/hwy/
H A Dbase.h231 using float16_t = __fp16; variable
236 struct float16_t { struct
241 struct bfloat16_t { argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/util/
H A Dhalf_float.h69 struct float16_t { struct
71 float16_t(float f) : bits(_mesa_float_to_half(f)) {} in float16_t() argument
72 float16_t(double d) : bits(_mesa_float_to_half(d)) {} in float16_t() function
73 float16_t(uint16_t bits) : bits(bits) {} in float16_t() function
74 static float16_t one() { return float16_t(FP16_ONE); } in one() argument
75 static float16_t zero() { return float16_t(FP16_ZERO); } in zero() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/highway/hwy/ops/
H A Dscalar-inl.h938 static HWY_INLINE Vec1<float16_t> DemoteTo(Sisd<float16_t> /* tag */, in DemoteTo()
/dports/www/firefox-esr/firefox-91.8.0/third_party/highway/hwy/
H A Dbase.h343 using float16_t = __fp16; variable
349 struct float16_t { struct
350 uint16_t bits;
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/util/
H A Dhalf_float.h122 struct float16_t { struct
124 float16_t(float f) : bits(_mesa_float_to_half(f)) {} in float16_t() argument
125 float16_t(double d) : bits(_mesa_float_to_half(d)) {} in float16_t() function
126 float16_t(uint16_t raw_bits) : bits(raw_bits) {} in float16_t() function
127 static float16_t one() { return float16_t(FP16_ONE); } in one() argument
128 static float16_t zero() { return float16_t(FP16_ZERO); } in zero() argument
/dports/lang/clover/mesa-21.3.6/src/util/
H A Dhalf_float.h122 struct float16_t { struct
124 float16_t(float f) : bits(_mesa_float_to_half(f)) {} in float16_t() argument
125 float16_t(double d) : bits(_mesa_float_to_half(d)) {} in float16_t() function
126 float16_t(uint16_t raw_bits) : bits(raw_bits) {} in float16_t() argument
127 static float16_t one() { return float16_t(FP16_ONE); } in one() argument
128 static float16_t zero() { return float16_t(FP16_ZERO); } in zero() argument
/dports/graphics/libosmesa/mesa-21.3.6/src/util/
H A Dhalf_float.h122 struct float16_t { struct
124 float16_t(float f) : bits(_mesa_float_to_half(f)) {} in float16_t() argument
125 float16_t(double d) : bits(_mesa_float_to_half(d)) {} in float16_t() function
126 float16_t(uint16_t raw_bits) : bits(raw_bits) {} in float16_t() argument
127 static float16_t one() { return float16_t(FP16_ONE); } in one() argument
128 static float16_t zero() { return float16_t(FP16_ZERO); } in zero() argument
/dports/graphics/mesa-libs/mesa-21.3.6/src/util/
H A Dhalf_float.h122 struct float16_t { struct
124 float16_t(float f) : bits(_mesa_float_to_half(f)) {} in float16_t() argument
125 float16_t(double d) : bits(_mesa_float_to_half(d)) {} in float16_t() function
126 float16_t(uint16_t raw_bits) : bits(raw_bits) {} in float16_t() argument
127 static float16_t one() { return float16_t(FP16_ONE); } in one() argument
128 static float16_t zero() { return float16_t(FP16_ZERO); } in zero() argument
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/util/
H A Dhalf_float.h122 struct float16_t { struct
124 float16_t(float f) : bits(_mesa_float_to_half(f)) {} in float16_t() function
125 float16_t(double d) : bits(_mesa_float_to_half(d)) {} in float16_t() function
126 float16_t(uint16_t raw_bits) : bits(raw_bits) {} in float16_t() function
127 static float16_t one() { return float16_t(FP16_ONE); } in one() argument
128 static float16_t zero() { return float16_t(FP16_ZERO); } in zero() argument
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/util/
H A Dhalf_float.h122 struct float16_t { struct
124 float16_t(float f) : bits(_mesa_float_to_half(f)) {} in float16_t() argument
125 float16_t(double d) : bits(_mesa_float_to_half(d)) {} in float16_t() function
126 float16_t(uint16_t raw_bits) : bits(raw_bits) {} in float16_t() argument
127 static float16_t one() { return float16_t(FP16_ONE); } in one() argument
128 static float16_t zero() { return float16_t(FP16_ZERO); } in zero() argument
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/util/
H A Dhalf_float.h122 struct float16_t { struct
124 float16_t(float f) : bits(_mesa_float_to_half(f)) {} in float16_t() function
125 float16_t(double d) : bits(_mesa_float_to_half(d)) {} in float16_t() function
126 float16_t(uint16_t raw_bits) : bits(raw_bits) {} in float16_t() function
127 static float16_t one() { return float16_t(FP16_ONE); } in one() argument
128 static float16_t zero() { return float16_t(FP16_ZERO); } in zero() argument
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/util/
H A Dhalf_float.h122 struct float16_t { struct
124 float16_t(float f) : bits(_mesa_float_to_half(f)) {} in float16_t() argument
125 float16_t(double d) : bits(_mesa_float_to_half(d)) {} in float16_t() function
126 float16_t(uint16_t raw_bits) : bits(raw_bits) {} in float16_t() function
127 static float16_t one() { return float16_t(FP16_ONE); } in one() argument
128 static float16_t zero() { return float16_t(FP16_ZERO); } in zero() argument
/dports/graphics/mesa-dri/mesa-21.3.6/src/util/
H A Dhalf_float.h122 struct float16_t { struct
124 float16_t(float f) : bits(_mesa_float_to_half(f)) {} in float16_t() argument
125 float16_t(double d) : bits(_mesa_float_to_half(d)) {} in float16_t() function
126 float16_t(uint16_t raw_bits) : bits(raw_bits) {} in float16_t() argument
127 static float16_t one() { return float16_t(FP16_ONE); } in one() argument
128 static float16_t zero() { return float16_t(FP16_ZERO); } in zero() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Darm-vfp16-arguments2.cpp13 typedef __fp16 float16_t; typedef
H A Dfp16-ops.c14 typedef __fp16 float16_t; typedef
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dmangle-neon-vectors.cpp8 typedef __fp16 float16_t; typedef
H A Daarch64-mangle-neon-vectors.cpp11 typedef __fp16 float16_t; typedef

12345678910>>...18