Searched defs:pixman_fixed_to_float128 (Results 1 - 1 of 1) sorted by relevance

/external/pixman/test/
H A Dmatrix-test.c32 #define pixman_fixed_to_float128(x) (((__float128)(x)) / 65536.0Q) macro
141 vf.v[j] = pixman_fixed_to_float128 (vi.v[j]);
144 tf.m[j][k] = pixman_fixed_to_float128 (ti.matrix[j][k]);
158 pixman_fixed_to_float128 (result_i.v[j]));

Completed in 99 milliseconds