Home
last modified time | relevance | path

Searched refs:from_half (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Darm64-vcvt_f.ll73 define float @from_half(i16 %in) {
74 ; CHECK-LABEL: from_half:
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-vcvt_f.ll303 define float @from_half(i16 %in) {
304 ; GENERIC-LABEL: from_half:
310 ; FAST-LABEL: from_half:
317 ; GISEL-LABEL: from_half:
/external/skia/src/opts/
DSkRasterPipeline_opts.h978 SI F from_half(U16 h) { in from_half() function
2133 r = from_half(R); in STAGE()
2134 g = from_half(G); in STAGE()
2135 b = from_half(B); in STAGE()
2136 a = from_half(A); in STAGE()
2143 dr = from_half(R); in STAGE()
2144 dg = from_half(G); in STAGE()
2145 db = from_half(B); in STAGE()
2146 da = from_half(A); in STAGE()
2155 r = from_half(R); in STAGE()
[all …]
DSkVM_opts.h268 r[d].f32 = skvx::from_half(skvx::cast<uint16_t>(r[x].i32)); in interpret_skvm()
/external/skia/tests/
DSkVxTest.cpp164 REPORTER_ASSERT(r, all(skvx::from_half(hs) == fs)); in DEF_TEST()
/external/skia/include/private/
DSkVx.h586 SI Vec<1,float> from_half(const Vec<1,uint16_t>& x) { return from_half_finite_ftz(x); }
608 SIN Vec<N,float> from_half(const Vec<N,uint16_t>& x) {
620 return join(from_half(x.lo),
621 from_half(x.hi));
/external/skqp/src/opts/
DSkRasterPipeline_opts.h731 SI F from_half(U16 h) { in from_half() function
1727 r = from_half(R); in STAGE()
1728 g = from_half(G); in STAGE()
1729 b = from_half(B); in STAGE()
1730 a = from_half(A); in STAGE()
1737 dr = from_half(R); in STAGE()
1738 dg = from_half(G); in STAGE()
1739 db = from_half(B); in STAGE()
1740 da = from_half(A); in STAGE()
1749 r = from_half(R); in STAGE()
[all …]