Home
last modified time | relevance | path

Searched defs:to_flat (Results 1 – 4 of 4) sorted by relevance

/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/midiinput/
H A Delements.py66 def to_flat(self, note, alteration): member in NoteMappings
/dports/math/kfr/kfr-4.2.1/include/kfr/simd/
H A Dcomplex.hpp244 static vec<T, 2> to_flat(const complex<T>& x) { return { x.real(), x.imag() }; } in to_flat() function
251 static vec<T, N * 2> to_flat(const vec<complex<T>, N>& x) { return x.flatten(); } in to_flat() function
H A Dvec.hpp142 static vec<T, 1> to_flat(const T& x) { return vec<T, 1>(x); } in to_flat() function
150 static const vec<T, N>& to_flat(const vec<T, N>& x) { return x; } in to_flat() function
158 static vec<T, N1 * N2> to_flat(const vec<vec<T, N1>, N2>& x) { return x.v; } in to_flat() function
166 static vec<T, N1 * N2 * N3> to_flat(const vec<vec<vec<T, N1>, N2>, N3>& x) { return x.v; } in to_flat() function
/dports/games/simutrans/simutrans-121.0/bauer/
H A Dwegbauer.cc524 bool to_flat = false; // to tile will be flattened in is_allowed_step() local