Home
last modified time | relevance | path

Searched defs:float16_t (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/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() 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() 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/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/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/graphics/mesa-dri-classic/mesa-20.2.3/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() 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/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() 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/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() argument
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() 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-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() 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-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() 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-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() 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() 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-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() 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() 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/emulators/qemu-utils/qemu-4.2.1/tests/fp/berkeley-testfloat-3/source/
H A Dtest_abcz_f16.c51 test_abcz_f16( in test_abcz_f16()
52 float16_t trueFunction( float16_t, float16_t, float16_t ), in test_abcz_f16() argument
H A Dtest_ab_f16_z_bool.c52 test_ab_f16_z_bool( in test_ab_f16_z_bool()
53 bool trueFunction( float16_t, float16_t ), in test_ab_f16_z_bool() argument
/dports/emulators/qemu5/qemu-5.2.0/tests/fp/berkeley-testfloat-3/source/
H A Dtest_abcz_f16.c51 test_abcz_f16( in test_abcz_f16()
52 float16_t trueFunction( float16_t, float16_t, float16_t ), in test_abcz_f16() argument
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/fp/berkeley-testfloat-3/source/
H A Dtest_abcz_f16.c51 test_abcz_f16( in test_abcz_f16()
52 float16_t trueFunction( float16_t, float16_t, float16_t ), in test_abcz_f16() argument
/dports/emulators/qemu42/qemu-4.2.1/tests/fp/berkeley-testfloat-3/source/
H A Dtest_abcz_f16.c51 test_abcz_f16( in test_abcz_f16()
52 float16_t trueFunction( float16_t, float16_t, float16_t ), in test_abcz_f16() argument
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/fp/berkeley-testfloat-3/source/
H A Dtest_abcz_f16.c51 test_abcz_f16( in test_abcz_f16()
52 float16_t trueFunction( float16_t, float16_t, float16_t ), in test_abcz_f16() argument
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/fp/berkeley-testfloat-3/source/
H A Dtest_abcz_f16.c51 test_abcz_f16( in test_abcz_f16()
52 float16_t trueFunction( float16_t, float16_t, float16_t ), in test_abcz_f16() argument
/dports/emulators/qemu/qemu-6.2.0/tests/fp/berkeley-testfloat-3/source/
H A Dtest_abcz_f16.c51 test_abcz_f16( in test_abcz_f16()
52 float16_t trueFunction( float16_t, float16_t, float16_t ), in test_abcz_f16() argument
/dports/emulators/qemu60/qemu-6.0.0/tests/fp/berkeley-testfloat-3/source/
H A Dtest_abcz_f16.c51 test_abcz_f16( in test_abcz_f16()
52 float16_t trueFunction( float16_t, float16_t, float16_t ), in test_abcz_f16() argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/common/
H A Dfloat16.hpp31 struct float16_t { struct
32 uint16_t raw;
34 constexpr float16_t(uint16_t raw, bool) : raw(raw) {} in float16_t() function
37 float16_t(float f) { (*this) = f; } in float16_t() function
42 float f() { return (float)(*this); } in f()
44 float16_t &operator+=(float16_t a) { in operator +=()
/dports/math/onednn/oneDNN-2.5.1/src/common/
H A Dfloat16.hpp31 struct float16_t { struct
32 uint16_t raw;
34 constexpr float16_t(uint16_t raw, bool) : raw(raw) {} in float16_t() argument
37 float16_t(float f) { (*this) = f; } in float16_t() argument
42 float f() { return (float)(*this); } in f()
44 float16_t &operator+=(float16_t a) { in operator +=()

12345678910>>...18