Searched refs:hr1 (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/freedreno/computerator/examples/ |
D | test-opcodes.sh | 154 ; hr0->hr1 (r0) avail for half, hr0 for src, hr1 for dst 168 ; hr0->hr1 (r0) avail for half, hr0 for src, hr1 for dst 192 cov.f16f32 r2.z, hr1.x 193 cov.f16f32 r2.w, hr1.y 211 cov.s16s32 r2.z, hr1.x 212 cov.s16s32 r2.w, hr1.y 230 cov.s16s32 r2.z, hr1.x 231 cov.s16s32 r2.w, hr1.y
|
/third_party/boost/boost/geometry/srs/projections/proj/ |
D | etmerc.hpp | 121 T r, i, hr, hr1, hr2, hi, hi1, hi2; in clenS() local 133 for (hi1 = hr1 = hi = 0, hr = *--p; a - p;) { in clenS() 134 hr2 = hr1; in clenS() 136 hr1 = hr; in clenS() 138 hr = -hr2 + r*hr1 - i*hi1 + *--p; in clenS() 139 hi = -hi2 + i*hr1 + r*hi1; in clenS() 151 T r, hr, hr1, hr2, cos_arg_r; in clens() local 158 for (hr1 = 0, hr = *--p; a - p;) { in clens() 159 hr2 = hr1; in clens() 160 hr1 = hr; in clens() [all …]
|
/third_party/boost/libs/histogram/examples/ |
D | guide_histogram_projection.cpp | 26 auto hr1 = algorithm::project(h, 1_c); // keep only second axis in main() local 31 assert(algorithm::sum(h) == 3 && algorithm::sum(hr0) == 3 && algorithm::sum(hr1) == 3); in main() 52 for (auto&& x : indexed(hr1)) os3 << "(- ," << x.index(0) << "): " << *x << "\n"; in main()
|
/third_party/mesa3d/docs/drivers/freedreno/ |
D | ir3-notes.rst | 274 mova a0.x, hr1.y
|