Home
last modified time | relevance | path

Searched refs:half_to_float4 (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/ngl/
H A Dfp16.c117 half_to_float4 (const guint16 h[4], float f[4]) in half_to_float4() function
128 void half_to_float4 (const guint16 h[4], float f[4]) __attribute__((ifunc ("resolve_half_to_float4"…
165 half_to_float4 (const guint16 h[4], in half_to_float4() function
174 void half_to_float4 (const guint16 h[4], float f[4]) __attribute__((alias ("half_to_float4_c")));
H A Dfp16private.h35 void half_to_float4 (const guint16 h[4],
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/gsk/
H A Dhalf-float.c30 half_to_float4 (h, f); in test_constants()
49 half_to_float4 (h, f2); in test_roundtrip()
57 half_to_float4 (h, f2); in test_roundtrip()
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXRCore/
H A Dunpack.c24 half_to_float4 (float* out, const uint16_t* src) in half_to_float4() function
35 half_to_float4 (out, src); in half_to_float8()
36 half_to_float4 (out + 4, src + 4); in half_to_float8()
113 half_to_float4 (out, in); in half_to_float_buffer_impl()
119 half_to_float4 (out, in); in half_to_float_buffer_impl()
124 half_to_float4 (out, in); in half_to_float_buffer_impl()
127 case 4: half_to_float4 (out, in); break; in half_to_float_buffer_impl()
194 half_to_float4 (out, in); in half_to_float_buffer()
200 half_to_float4 (out, in); in half_to_float_buffer()
205 half_to_float4 (out, in); in half_to_float_buffer()
[all …]