1#![no_std]
4
5#[macro_export]
7macro_rules! I8F0 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I8F0) } }
9#[macro_export]
10macro_rules! I7F1 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I7F1) } }
12#[macro_export]
13macro_rules! I6F2 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I6F2) } }
15#[macro_export]
16macro_rules! I5F3 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I5F3) } }
18#[macro_export]
19macro_rules! I4F4 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I4F4) } }
21#[macro_export]
22macro_rules! I3F5 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I3F5) } }
24#[macro_export]
25macro_rules! I2F6 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I2F6) } }
27#[macro_export]
28macro_rules! I1F7 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I1F7) } }
30#[macro_export]
31macro_rules! I0F8 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I0F8) } }
33
34#[macro_export]
36macro_rules! I16F0 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I16F0) } }
38#[macro_export]
39macro_rules! I15F1 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I15F1) } }
41#[macro_export]
42macro_rules! I14F2 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I14F2) } }
44#[macro_export]
45macro_rules! I13F3 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I13F3) } }
47#[macro_export]
48macro_rules! I12F4 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I12F4) } }
50#[macro_export]
51macro_rules! I11F5 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I11F5) } }
53#[macro_export]
54macro_rules! I10F6 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I10F6) } }
56#[macro_export]
57macro_rules! I9F7 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I9F7) } }
59#[macro_export]
60macro_rules! I8F8 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I8F8) } }
62#[macro_export]
63macro_rules! I7F9 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I7F9) } }
65#[macro_export]
66macro_rules! I6F10 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I6F10) } }
68#[macro_export]
69macro_rules! I5F11 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I5F11) } }
71#[macro_export]
72macro_rules! I4F12 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I4F12) } }
74#[macro_export]
75macro_rules! I3F13 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I3F13) } }
77#[macro_export]
78macro_rules! I2F14 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I2F14) } }
80#[macro_export]
81macro_rules! I1F15 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I1F15) } }
83#[macro_export]
84macro_rules! I0F16 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I0F16) } }
86
87#[macro_export]
89macro_rules! I32F0 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I32F0) } }
91#[macro_export]
92macro_rules! I31F1 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I31F1) } }
94#[macro_export]
95macro_rules! I30F2 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I30F2) } }
97#[macro_export]
98macro_rules! I29F3 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I29F3) } }
100#[macro_export]
101macro_rules! I28F4 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I28F4) } }
103#[macro_export]
104macro_rules! I27F5 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I27F5) } }
106#[macro_export]
107macro_rules! I26F6 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I26F6) } }
109#[macro_export]
110macro_rules! I25F7 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I25F7) } }
112#[macro_export]
113macro_rules! I24F8 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I24F8) } }
115#[macro_export]
116macro_rules! I23F9 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I23F9) } }
118#[macro_export]
119macro_rules! I22F10 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I22F10) } }
121#[macro_export]
122macro_rules! I21F11 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I21F11) } }
124#[macro_export]
125macro_rules! I20F12 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I20F12) } }
127#[macro_export]
128macro_rules! I19F13 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I19F13) } }
130#[macro_export]
131macro_rules! I18F14 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I18F14) } }
133#[macro_export]
134macro_rules! I17F15 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I17F15) } }
136#[macro_export]
137macro_rules! I16F16 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I16F16) } }
139#[macro_export]
140macro_rules! I15F17 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I15F17) } }
142#[macro_export]
143macro_rules! I14F18 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I14F18) } }
145#[macro_export]
146macro_rules! I13F19 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I13F19) } }
148#[macro_export]
149macro_rules! I12F20 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I12F20) } }
151#[macro_export]
152macro_rules! I11F21 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I11F21) } }
154#[macro_export]
155macro_rules! I10F22 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I10F22) } }
157#[macro_export]
158macro_rules! I9F23 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I9F23) } }
160#[macro_export]
161macro_rules! I8F24 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I8F24) } }
163#[macro_export]
164macro_rules! I7F25 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I7F25) } }
166#[macro_export]
167macro_rules! I6F26 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I6F26) } }
169#[macro_export]
170macro_rules! I5F27 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I5F27) } }
172#[macro_export]
173macro_rules! I4F28 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I4F28) } }
175#[macro_export]
176macro_rules! I3F29 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I3F29) } }
178#[macro_export]
179macro_rules! I2F30 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I2F30) } }
181#[macro_export]
182macro_rules! I1F31 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I1F31) } }
184#[macro_export]
185macro_rules! I0F32 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I0F32) } }
187
188#[macro_export]
190macro_rules! I64F0 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I64F0) } }
192#[macro_export]
193macro_rules! I63F1 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I63F1) } }
195#[macro_export]
196macro_rules! I62F2 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I62F2) } }
198#[macro_export]
199macro_rules! I61F3 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I61F3) } }
201#[macro_export]
202macro_rules! I60F4 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I60F4) } }
204#[macro_export]
205macro_rules! I59F5 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I59F5) } }
207#[macro_export]
208macro_rules! I58F6 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I58F6) } }
210#[macro_export]
211macro_rules! I57F7 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I57F7) } }
213#[macro_export]
214macro_rules! I56F8 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I56F8) } }
216#[macro_export]
217macro_rules! I55F9 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I55F9) } }
219#[macro_export]
220macro_rules! I54F10 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I54F10) } }
222#[macro_export]
223macro_rules! I53F11 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I53F11) } }
225#[macro_export]
226macro_rules! I52F12 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I52F12) } }
228#[macro_export]
229macro_rules! I51F13 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I51F13) } }
231#[macro_export]
232macro_rules! I50F14 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I50F14) } }
234#[macro_export]
235macro_rules! I49F15 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I49F15) } }
237#[macro_export]
238macro_rules! I48F16 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I48F16) } }
240#[macro_export]
241macro_rules! I47F17 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I47F17) } }
243#[macro_export]
244macro_rules! I46F18 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I46F18) } }
246#[macro_export]
247macro_rules! I45F19 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I45F19) } }
249#[macro_export]
250macro_rules! I44F20 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I44F20) } }
252#[macro_export]
253macro_rules! I43F21 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I43F21) } }
255#[macro_export]
256macro_rules! I42F22 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I42F22) } }
258#[macro_export]
259macro_rules! I41F23 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I41F23) } }
261#[macro_export]
262macro_rules! I40F24 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I40F24) } }
264#[macro_export]
265macro_rules! I39F25 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I39F25) } }
267#[macro_export]
268macro_rules! I38F26 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I38F26) } }
270#[macro_export]
271macro_rules! I37F27 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I37F27) } }
273#[macro_export]
274macro_rules! I36F28 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I36F28) } }
276#[macro_export]
277macro_rules! I35F29 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I35F29) } }
279#[macro_export]
280macro_rules! I34F30 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I34F30) } }
282#[macro_export]
283macro_rules! I33F31 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I33F31) } }
285#[macro_export]
286macro_rules! I32F32 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I32F32) } }
288#[macro_export]
289macro_rules! I31F33 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I31F33) } }
291#[macro_export]
292macro_rules! I30F34 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I30F34) } }
294#[macro_export]
295macro_rules! I29F35 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I29F35) } }
297#[macro_export]
298macro_rules! I28F36 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I28F36) } }
300#[macro_export]
301macro_rules! I27F37 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I27F37) } }
303#[macro_export]
304macro_rules! I26F38 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I26F38) } }
306#[macro_export]
307macro_rules! I25F39 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I25F39) } }
309#[macro_export]
310macro_rules! I24F40 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I24F40) } }
312#[macro_export]
313macro_rules! I23F41 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I23F41) } }
315#[macro_export]
316macro_rules! I22F42 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I22F42) } }
318#[macro_export]
319macro_rules! I21F43 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I21F43) } }
321#[macro_export]
322macro_rules! I20F44 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I20F44) } }
324#[macro_export]
325macro_rules! I19F45 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I19F45) } }
327#[macro_export]
328macro_rules! I18F46 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I18F46) } }
330#[macro_export]
331macro_rules! I17F47 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I17F47) } }
333#[macro_export]
334macro_rules! I16F48 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I16F48) } }
336#[macro_export]
337macro_rules! I15F49 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I15F49) } }
339#[macro_export]
340macro_rules! I14F50 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I14F50) } }
342#[macro_export]
343macro_rules! I13F51 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I13F51) } }
345#[macro_export]
346macro_rules! I12F52 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I12F52) } }
348#[macro_export]
349macro_rules! I11F53 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I11F53) } }
351#[macro_export]
352macro_rules! I10F54 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I10F54) } }
354#[macro_export]
355macro_rules! I9F55 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I9F55) } }
357#[macro_export]
358macro_rules! I8F56 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I8F56) } }
360#[macro_export]
361macro_rules! I7F57 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I7F57) } }
363#[macro_export]
364macro_rules! I6F58 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I6F58) } }
366#[macro_export]
367macro_rules! I5F59 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I5F59) } }
369#[macro_export]
370macro_rules! I4F60 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I4F60) } }
372#[macro_export]
373macro_rules! I3F61 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I3F61) } }
375#[macro_export]
376macro_rules! I2F62 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I2F62) } }
378#[macro_export]
379macro_rules! I1F63 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I1F63) } }
381#[macro_export]
382macro_rules! I0F64 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I0F64) } }
384
385#[macro_export]
387macro_rules! I128F0 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I128F0) } }
389#[macro_export]
390macro_rules! I127F1 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I127F1) } }
392#[macro_export]
393macro_rules! I126F2 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I126F2) } }
395#[macro_export]
396macro_rules! I125F3 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I125F3) } }
398#[macro_export]
399macro_rules! I124F4 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I124F4) } }
401#[macro_export]
402macro_rules! I123F5 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I123F5) } }
404#[macro_export]
405macro_rules! I122F6 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I122F6) } }
407#[macro_export]
408macro_rules! I121F7 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I121F7) } }
410#[macro_export]
411macro_rules! I120F8 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I120F8) } }
413#[macro_export]
414macro_rules! I119F9 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I119F9) } }
416#[macro_export]
417macro_rules! I118F10 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I118F10) } }
419#[macro_export]
420macro_rules! I117F11 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I117F11) } }
422#[macro_export]
423macro_rules! I116F12 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I116F12) } }
425#[macro_export]
426macro_rules! I115F13 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I115F13) } }
428#[macro_export]
429macro_rules! I114F14 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I114F14) } }
431#[macro_export]
432macro_rules! I113F15 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I113F15) } }
434#[macro_export]
435macro_rules! I112F16 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I112F16) } }
437#[macro_export]
438macro_rules! I111F17 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I111F17) } }
440#[macro_export]
441macro_rules! I110F18 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I110F18) } }
443#[macro_export]
444macro_rules! I109F19 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I109F19) } }
446#[macro_export]
447macro_rules! I108F20 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I108F20) } }
449#[macro_export]
450macro_rules! I107F21 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I107F21) } }
452#[macro_export]
453macro_rules! I106F22 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I106F22) } }
455#[macro_export]
456macro_rules! I105F23 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I105F23) } }
458#[macro_export]
459macro_rules! I104F24 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I104F24) } }
461#[macro_export]
462macro_rules! I103F25 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I103F25) } }
464#[macro_export]
465macro_rules! I102F26 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I102F26) } }
467#[macro_export]
468macro_rules! I101F27 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I101F27) } }
470#[macro_export]
471macro_rules! I100F28 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I100F28) } }
473#[macro_export]
474macro_rules! I99F29 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I99F29) } }
476#[macro_export]
477macro_rules! I98F30 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I98F30) } }
479#[macro_export]
480macro_rules! I97F31 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I97F31) } }
482#[macro_export]
483macro_rules! I96F32 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I96F32) } }
485#[macro_export]
486macro_rules! I95F33 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I95F33) } }
488#[macro_export]
489macro_rules! I94F34 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I94F34) } }
491#[macro_export]
492macro_rules! I93F35 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I93F35) } }
494#[macro_export]
495macro_rules! I92F36 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I92F36) } }
497#[macro_export]
498macro_rules! I91F37 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I91F37) } }
500#[macro_export]
501macro_rules! I90F38 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I90F38) } }
503#[macro_export]
504macro_rules! I89F39 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I89F39) } }
506#[macro_export]
507macro_rules! I88F40 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I88F40) } }
509#[macro_export]
510macro_rules! I87F41 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I87F41) } }
512#[macro_export]
513macro_rules! I86F42 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I86F42) } }
515#[macro_export]
516macro_rules! I85F43 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I85F43) } }
518#[macro_export]
519macro_rules! I84F44 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I84F44) } }
521#[macro_export]
522macro_rules! I83F45 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I83F45) } }
524#[macro_export]
525macro_rules! I82F46 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I82F46) } }
527#[macro_export]
528macro_rules! I81F47 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I81F47) } }
530#[macro_export]
531macro_rules! I80F48 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I80F48) } }
533#[macro_export]
534macro_rules! I79F49 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I79F49) } }
536#[macro_export]
537macro_rules! I78F50 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I78F50) } }
539#[macro_export]
540macro_rules! I77F51 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I77F51) } }
542#[macro_export]
543macro_rules! I76F52 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I76F52) } }
545#[macro_export]
546macro_rules! I75F53 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I75F53) } }
548#[macro_export]
549macro_rules! I74F54 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I74F54) } }
551#[macro_export]
552macro_rules! I73F55 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I73F55) } }
554#[macro_export]
555macro_rules! I72F56 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I72F56) } }
557#[macro_export]
558macro_rules! I71F57 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I71F57) } }
560#[macro_export]
561macro_rules! I70F58 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I70F58) } }
563#[macro_export]
564macro_rules! I69F59 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I69F59) } }
566#[macro_export]
567macro_rules! I68F60 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I68F60) } }
569#[macro_export]
570macro_rules! I67F61 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I67F61) } }
572#[macro_export]
573macro_rules! I66F62 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I66F62) } }
575#[macro_export]
576macro_rules! I65F63 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I65F63) } }
578#[macro_export]
579macro_rules! I64F64 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I64F64) } }
581#[macro_export]
582macro_rules! I63F65 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I63F65) } }
584#[macro_export]
585macro_rules! I62F66 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I62F66) } }
587#[macro_export]
588macro_rules! I61F67 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I61F67) } }
590#[macro_export]
591macro_rules! I60F68 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I60F68) } }
593#[macro_export]
594macro_rules! I59F69 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I59F69) } }
596#[macro_export]
597macro_rules! I58F70 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I58F70) } }
599#[macro_export]
600macro_rules! I57F71 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I57F71) } }
602#[macro_export]
603macro_rules! I56F72 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I56F72) } }
605#[macro_export]
606macro_rules! I55F73 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I55F73) } }
608#[macro_export]
609macro_rules! I54F74 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I54F74) } }
611#[macro_export]
612macro_rules! I53F75 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I53F75) } }
614#[macro_export]
615macro_rules! I52F76 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I52F76) } }
617#[macro_export]
618macro_rules! I51F77 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I51F77) } }
620#[macro_export]
621macro_rules! I50F78 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I50F78) } }
623#[macro_export]
624macro_rules! I49F79 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I49F79) } }
626#[macro_export]
627macro_rules! I48F80 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I48F80) } }
629#[macro_export]
630macro_rules! I47F81 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I47F81) } }
632#[macro_export]
633macro_rules! I46F82 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I46F82) } }
635#[macro_export]
636macro_rules! I45F83 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I45F83) } }
638#[macro_export]
639macro_rules! I44F84 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I44F84) } }
641#[macro_export]
642macro_rules! I43F85 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I43F85) } }
644#[macro_export]
645macro_rules! I42F86 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I42F86) } }
647#[macro_export]
648macro_rules! I41F87 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I41F87) } }
650#[macro_export]
651macro_rules! I40F88 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I40F88) } }
653#[macro_export]
654macro_rules! I39F89 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I39F89) } }
656#[macro_export]
657macro_rules! I38F90 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I38F90) } }
659#[macro_export]
660macro_rules! I37F91 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I37F91) } }
662#[macro_export]
663macro_rules! I36F92 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I36F92) } }
665#[macro_export]
666macro_rules! I35F93 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I35F93) } }
668#[macro_export]
669macro_rules! I34F94 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I34F94) } }
671#[macro_export]
672macro_rules! I33F95 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I33F95) } }
674#[macro_export]
675macro_rules! I32F96 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I32F96) } }
677#[macro_export]
678macro_rules! I31F97 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I31F97) } }
680#[macro_export]
681macro_rules! I30F98 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I30F98) } }
683#[macro_export]
684macro_rules! I29F99 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I29F99) } }
686#[macro_export]
687macro_rules! I28F100 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I28F100) } }
689#[macro_export]
690macro_rules! I27F101 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I27F101) } }
692#[macro_export]
693macro_rules! I26F102 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I26F102) } }
695#[macro_export]
696macro_rules! I25F103 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I25F103) } }
698#[macro_export]
699macro_rules! I24F104 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I24F104) } }
701#[macro_export]
702macro_rules! I23F105 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I23F105) } }
704#[macro_export]
705macro_rules! I22F106 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I22F106) } }
707#[macro_export]
708macro_rules! I21F107 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I21F107) } }
710#[macro_export]
711macro_rules! I20F108 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I20F108) } }
713#[macro_export]
714macro_rules! I19F109 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I19F109) } }
716#[macro_export]
717macro_rules! I18F110 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I18F110) } }
719#[macro_export]
720macro_rules! I17F111 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I17F111) } }
722#[macro_export]
723macro_rules! I16F112 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I16F112) } }
725#[macro_export]
726macro_rules! I15F113 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I15F113) } }
728#[macro_export]
729macro_rules! I14F114 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I14F114) } }
731#[macro_export]
732macro_rules! I13F115 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I13F115) } }
734#[macro_export]
735macro_rules! I12F116 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I12F116) } }
737#[macro_export]
738macro_rules! I11F117 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I11F117) } }
740#[macro_export]
741macro_rules! I10F118 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I10F118) } }
743#[macro_export]
744macro_rules! I9F119 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I9F119) } }
746#[macro_export]
747macro_rules! I8F120 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I8F120) } }
749#[macro_export]
750macro_rules! I7F121 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I7F121) } }
752#[macro_export]
753macro_rules! I6F122 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I6F122) } }
755#[macro_export]
756macro_rules! I5F123 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I5F123) } }
758#[macro_export]
759macro_rules! I4F124 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I4F124) } }
761#[macro_export]
762macro_rules! I3F125 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I3F125) } }
764#[macro_export]
765macro_rules! I2F126 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I2F126) } }
767#[macro_export]
768macro_rules! I1F127 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I1F127) } }
770#[macro_export]
771macro_rules! I0F128 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: I0F128) } }
773
774#[macro_export]
776macro_rules! U8F0 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U8F0) } }
778#[macro_export]
779macro_rules! U7F1 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U7F1) } }
781#[macro_export]
782macro_rules! U6F2 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U6F2) } }
784#[macro_export]
785macro_rules! U5F3 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U5F3) } }
787#[macro_export]
788macro_rules! U4F4 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U4F4) } }
790#[macro_export]
791macro_rules! U3F5 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U3F5) } }
793#[macro_export]
794macro_rules! U2F6 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U2F6) } }
796#[macro_export]
797macro_rules! U1F7 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U1F7) } }
799#[macro_export]
800macro_rules! U0F8 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U0F8) } }
802
803#[macro_export]
805macro_rules! U16F0 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U16F0) } }
807#[macro_export]
808macro_rules! U15F1 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U15F1) } }
810#[macro_export]
811macro_rules! U14F2 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U14F2) } }
813#[macro_export]
814macro_rules! U13F3 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U13F3) } }
816#[macro_export]
817macro_rules! U12F4 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U12F4) } }
819#[macro_export]
820macro_rules! U11F5 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U11F5) } }
822#[macro_export]
823macro_rules! U10F6 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U10F6) } }
825#[macro_export]
826macro_rules! U9F7 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U9F7) } }
828#[macro_export]
829macro_rules! U8F8 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U8F8) } }
831#[macro_export]
832macro_rules! U7F9 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U7F9) } }
834#[macro_export]
835macro_rules! U6F10 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U6F10) } }
837#[macro_export]
838macro_rules! U5F11 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U5F11) } }
840#[macro_export]
841macro_rules! U4F12 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U4F12) } }
843#[macro_export]
844macro_rules! U3F13 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U3F13) } }
846#[macro_export]
847macro_rules! U2F14 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U2F14) } }
849#[macro_export]
850macro_rules! U1F15 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U1F15) } }
852#[macro_export]
853macro_rules! U0F16 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U0F16) } }
855
856#[macro_export]
858macro_rules! U32F0 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U32F0) } }
860#[macro_export]
861macro_rules! U31F1 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U31F1) } }
863#[macro_export]
864macro_rules! U30F2 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U30F2) } }
866#[macro_export]
867macro_rules! U29F3 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U29F3) } }
869#[macro_export]
870macro_rules! U28F4 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U28F4) } }
872#[macro_export]
873macro_rules! U27F5 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U27F5) } }
875#[macro_export]
876macro_rules! U26F6 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U26F6) } }
878#[macro_export]
879macro_rules! U25F7 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U25F7) } }
881#[macro_export]
882macro_rules! U24F8 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U24F8) } }
884#[macro_export]
885macro_rules! U23F9 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U23F9) } }
887#[macro_export]
888macro_rules! U22F10 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U22F10) } }
890#[macro_export]
891macro_rules! U21F11 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U21F11) } }
893#[macro_export]
894macro_rules! U20F12 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U20F12) } }
896#[macro_export]
897macro_rules! U19F13 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U19F13) } }
899#[macro_export]
900macro_rules! U18F14 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U18F14) } }
902#[macro_export]
903macro_rules! U17F15 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U17F15) } }
905#[macro_export]
906macro_rules! U16F16 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U16F16) } }
908#[macro_export]
909macro_rules! U15F17 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U15F17) } }
911#[macro_export]
912macro_rules! U14F18 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U14F18) } }
914#[macro_export]
915macro_rules! U13F19 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U13F19) } }
917#[macro_export]
918macro_rules! U12F20 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U12F20) } }
920#[macro_export]
921macro_rules! U11F21 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U11F21) } }
923#[macro_export]
924macro_rules! U10F22 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U10F22) } }
926#[macro_export]
927macro_rules! U9F23 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U9F23) } }
929#[macro_export]
930macro_rules! U8F24 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U8F24) } }
932#[macro_export]
933macro_rules! U7F25 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U7F25) } }
935#[macro_export]
936macro_rules! U6F26 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U6F26) } }
938#[macro_export]
939macro_rules! U5F27 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U5F27) } }
941#[macro_export]
942macro_rules! U4F28 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U4F28) } }
944#[macro_export]
945macro_rules! U3F29 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U3F29) } }
947#[macro_export]
948macro_rules! U2F30 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U2F30) } }
950#[macro_export]
951macro_rules! U1F31 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U1F31) } }
953#[macro_export]
954macro_rules! U0F32 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U0F32) } }
956
957#[macro_export]
959macro_rules! U64F0 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U64F0) } }
961#[macro_export]
962macro_rules! U63F1 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U63F1) } }
964#[macro_export]
965macro_rules! U62F2 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U62F2) } }
967#[macro_export]
968macro_rules! U61F3 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U61F3) } }
970#[macro_export]
971macro_rules! U60F4 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U60F4) } }
973#[macro_export]
974macro_rules! U59F5 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U59F5) } }
976#[macro_export]
977macro_rules! U58F6 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U58F6) } }
979#[macro_export]
980macro_rules! U57F7 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U57F7) } }
982#[macro_export]
983macro_rules! U56F8 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U56F8) } }
985#[macro_export]
986macro_rules! U55F9 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U55F9) } }
988#[macro_export]
989macro_rules! U54F10 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U54F10) } }
991#[macro_export]
992macro_rules! U53F11 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U53F11) } }
994#[macro_export]
995macro_rules! U52F12 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U52F12) } }
997#[macro_export]
998macro_rules! U51F13 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U51F13) } }
1000#[macro_export]
1001macro_rules! U50F14 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U50F14) } }
1003#[macro_export]
1004macro_rules! U49F15 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U49F15) } }
1006#[macro_export]
1007macro_rules! U48F16 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U48F16) } }
1009#[macro_export]
1010macro_rules! U47F17 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U47F17) } }
1012#[macro_export]
1013macro_rules! U46F18 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U46F18) } }
1015#[macro_export]
1016macro_rules! U45F19 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U45F19) } }
1018#[macro_export]
1019macro_rules! U44F20 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U44F20) } }
1021#[macro_export]
1022macro_rules! U43F21 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U43F21) } }
1024#[macro_export]
1025macro_rules! U42F22 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U42F22) } }
1027#[macro_export]
1028macro_rules! U41F23 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U41F23) } }
1030#[macro_export]
1031macro_rules! U40F24 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U40F24) } }
1033#[macro_export]
1034macro_rules! U39F25 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U39F25) } }
1036#[macro_export]
1037macro_rules! U38F26 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U38F26) } }
1039#[macro_export]
1040macro_rules! U37F27 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U37F27) } }
1042#[macro_export]
1043macro_rules! U36F28 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U36F28) } }
1045#[macro_export]
1046macro_rules! U35F29 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U35F29) } }
1048#[macro_export]
1049macro_rules! U34F30 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U34F30) } }
1051#[macro_export]
1052macro_rules! U33F31 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U33F31) } }
1054#[macro_export]
1055macro_rules! U32F32 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U32F32) } }
1057#[macro_export]
1058macro_rules! U31F33 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U31F33) } }
1060#[macro_export]
1061macro_rules! U30F34 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U30F34) } }
1063#[macro_export]
1064macro_rules! U29F35 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U29F35) } }
1066#[macro_export]
1067macro_rules! U28F36 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U28F36) } }
1069#[macro_export]
1070macro_rules! U27F37 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U27F37) } }
1072#[macro_export]
1073macro_rules! U26F38 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U26F38) } }
1075#[macro_export]
1076macro_rules! U25F39 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U25F39) } }
1078#[macro_export]
1079macro_rules! U24F40 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U24F40) } }
1081#[macro_export]
1082macro_rules! U23F41 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U23F41) } }
1084#[macro_export]
1085macro_rules! U22F42 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U22F42) } }
1087#[macro_export]
1088macro_rules! U21F43 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U21F43) } }
1090#[macro_export]
1091macro_rules! U20F44 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U20F44) } }
1093#[macro_export]
1094macro_rules! U19F45 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U19F45) } }
1096#[macro_export]
1097macro_rules! U18F46 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U18F46) } }
1099#[macro_export]
1100macro_rules! U17F47 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U17F47) } }
1102#[macro_export]
1103macro_rules! U16F48 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U16F48) } }
1105#[macro_export]
1106macro_rules! U15F49 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U15F49) } }
1108#[macro_export]
1109macro_rules! U14F50 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U14F50) } }
1111#[macro_export]
1112macro_rules! U13F51 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U13F51) } }
1114#[macro_export]
1115macro_rules! U12F52 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U12F52) } }
1117#[macro_export]
1118macro_rules! U11F53 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U11F53) } }
1120#[macro_export]
1121macro_rules! U10F54 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U10F54) } }
1123#[macro_export]
1124macro_rules! U9F55 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U9F55) } }
1126#[macro_export]
1127macro_rules! U8F56 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U8F56) } }
1129#[macro_export]
1130macro_rules! U7F57 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U7F57) } }
1132#[macro_export]
1133macro_rules! U6F58 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U6F58) } }
1135#[macro_export]
1136macro_rules! U5F59 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U5F59) } }
1138#[macro_export]
1139macro_rules! U4F60 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U4F60) } }
1141#[macro_export]
1142macro_rules! U3F61 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U3F61) } }
1144#[macro_export]
1145macro_rules! U2F62 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U2F62) } }
1147#[macro_export]
1148macro_rules! U1F63 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U1F63) } }
1150#[macro_export]
1151macro_rules! U0F64 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U0F64) } }
1153
1154#[macro_export]
1156macro_rules! U128F0 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U128F0) } }
1158#[macro_export]
1159macro_rules! U127F1 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U127F1) } }
1161#[macro_export]
1162macro_rules! U126F2 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U126F2) } }
1164#[macro_export]
1165macro_rules! U125F3 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U125F3) } }
1167#[macro_export]
1168macro_rules! U124F4 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U124F4) } }
1170#[macro_export]
1171macro_rules! U123F5 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U123F5) } }
1173#[macro_export]
1174macro_rules! U122F6 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U122F6) } }
1176#[macro_export]
1177macro_rules! U121F7 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U121F7) } }
1179#[macro_export]
1180macro_rules! U120F8 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U120F8) } }
1182#[macro_export]
1183macro_rules! U119F9 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U119F9) } }
1185#[macro_export]
1186macro_rules! U118F10 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U118F10) } }
1188#[macro_export]
1189macro_rules! U117F11 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U117F11) } }
1191#[macro_export]
1192macro_rules! U116F12 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U116F12) } }
1194#[macro_export]
1195macro_rules! U115F13 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U115F13) } }
1197#[macro_export]
1198macro_rules! U114F14 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U114F14) } }
1200#[macro_export]
1201macro_rules! U113F15 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U113F15) } }
1203#[macro_export]
1204macro_rules! U112F16 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U112F16) } }
1206#[macro_export]
1207macro_rules! U111F17 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U111F17) } }
1209#[macro_export]
1210macro_rules! U110F18 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U110F18) } }
1212#[macro_export]
1213macro_rules! U109F19 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U109F19) } }
1215#[macro_export]
1216macro_rules! U108F20 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U108F20) } }
1218#[macro_export]
1219macro_rules! U107F21 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U107F21) } }
1221#[macro_export]
1222macro_rules! U106F22 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U106F22) } }
1224#[macro_export]
1225macro_rules! U105F23 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U105F23) } }
1227#[macro_export]
1228macro_rules! U104F24 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U104F24) } }
1230#[macro_export]
1231macro_rules! U103F25 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U103F25) } }
1233#[macro_export]
1234macro_rules! U102F26 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U102F26) } }
1236#[macro_export]
1237macro_rules! U101F27 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U101F27) } }
1239#[macro_export]
1240macro_rules! U100F28 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U100F28) } }
1242#[macro_export]
1243macro_rules! U99F29 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U99F29) } }
1245#[macro_export]
1246macro_rules! U98F30 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U98F30) } }
1248#[macro_export]
1249macro_rules! U97F31 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U97F31) } }
1251#[macro_export]
1252macro_rules! U96F32 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U96F32) } }
1254#[macro_export]
1255macro_rules! U95F33 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U95F33) } }
1257#[macro_export]
1258macro_rules! U94F34 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U94F34) } }
1260#[macro_export]
1261macro_rules! U93F35 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U93F35) } }
1263#[macro_export]
1264macro_rules! U92F36 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U92F36) } }
1266#[macro_export]
1267macro_rules! U91F37 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U91F37) } }
1269#[macro_export]
1270macro_rules! U90F38 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U90F38) } }
1272#[macro_export]
1273macro_rules! U89F39 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U89F39) } }
1275#[macro_export]
1276macro_rules! U88F40 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U88F40) } }
1278#[macro_export]
1279macro_rules! U87F41 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U87F41) } }
1281#[macro_export]
1282macro_rules! U86F42 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U86F42) } }
1284#[macro_export]
1285macro_rules! U85F43 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U85F43) } }
1287#[macro_export]
1288macro_rules! U84F44 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U84F44) } }
1290#[macro_export]
1291macro_rules! U83F45 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U83F45) } }
1293#[macro_export]
1294macro_rules! U82F46 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U82F46) } }
1296#[macro_export]
1297macro_rules! U81F47 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U81F47) } }
1299#[macro_export]
1300macro_rules! U80F48 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U80F48) } }
1302#[macro_export]
1303macro_rules! U79F49 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U79F49) } }
1305#[macro_export]
1306macro_rules! U78F50 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U78F50) } }
1308#[macro_export]
1309macro_rules! U77F51 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U77F51) } }
1311#[macro_export]
1312macro_rules! U76F52 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U76F52) } }
1314#[macro_export]
1315macro_rules! U75F53 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U75F53) } }
1317#[macro_export]
1318macro_rules! U74F54 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U74F54) } }
1320#[macro_export]
1321macro_rules! U73F55 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U73F55) } }
1323#[macro_export]
1324macro_rules! U72F56 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U72F56) } }
1326#[macro_export]
1327macro_rules! U71F57 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U71F57) } }
1329#[macro_export]
1330macro_rules! U70F58 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U70F58) } }
1332#[macro_export]
1333macro_rules! U69F59 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U69F59) } }
1335#[macro_export]
1336macro_rules! U68F60 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U68F60) } }
1338#[macro_export]
1339macro_rules! U67F61 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U67F61) } }
1341#[macro_export]
1342macro_rules! U66F62 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U66F62) } }
1344#[macro_export]
1345macro_rules! U65F63 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U65F63) } }
1347#[macro_export]
1348macro_rules! U64F64 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U64F64) } }
1350#[macro_export]
1351macro_rules! U63F65 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U63F65) } }
1353#[macro_export]
1354macro_rules! U62F66 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U62F66) } }
1356#[macro_export]
1357macro_rules! U61F67 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U61F67) } }
1359#[macro_export]
1360macro_rules! U60F68 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U60F68) } }
1362#[macro_export]
1363macro_rules! U59F69 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U59F69) } }
1365#[macro_export]
1366macro_rules! U58F70 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U58F70) } }
1368#[macro_export]
1369macro_rules! U57F71 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U57F71) } }
1371#[macro_export]
1372macro_rules! U56F72 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U56F72) } }
1374#[macro_export]
1375macro_rules! U55F73 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U55F73) } }
1377#[macro_export]
1378macro_rules! U54F74 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U54F74) } }
1380#[macro_export]
1381macro_rules! U53F75 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U53F75) } }
1383#[macro_export]
1384macro_rules! U52F76 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U52F76) } }
1386#[macro_export]
1387macro_rules! U51F77 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U51F77) } }
1389#[macro_export]
1390macro_rules! U50F78 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U50F78) } }
1392#[macro_export]
1393macro_rules! U49F79 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U49F79) } }
1395#[macro_export]
1396macro_rules! U48F80 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U48F80) } }
1398#[macro_export]
1399macro_rules! U47F81 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U47F81) } }
1401#[macro_export]
1402macro_rules! U46F82 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U46F82) } }
1404#[macro_export]
1405macro_rules! U45F83 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U45F83) } }
1407#[macro_export]
1408macro_rules! U44F84 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U44F84) } }
1410#[macro_export]
1411macro_rules! U43F85 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U43F85) } }
1413#[macro_export]
1414macro_rules! U42F86 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U42F86) } }
1416#[macro_export]
1417macro_rules! U41F87 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U41F87) } }
1419#[macro_export]
1420macro_rules! U40F88 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U40F88) } }
1422#[macro_export]
1423macro_rules! U39F89 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U39F89) } }
1425#[macro_export]
1426macro_rules! U38F90 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U38F90) } }
1428#[macro_export]
1429macro_rules! U37F91 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U37F91) } }
1431#[macro_export]
1432macro_rules! U36F92 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U36F92) } }
1434#[macro_export]
1435macro_rules! U35F93 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U35F93) } }
1437#[macro_export]
1438macro_rules! U34F94 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U34F94) } }
1440#[macro_export]
1441macro_rules! U33F95 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U33F95) } }
1443#[macro_export]
1444macro_rules! U32F96 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U32F96) } }
1446#[macro_export]
1447macro_rules! U31F97 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U31F97) } }
1449#[macro_export]
1450macro_rules! U30F98 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U30F98) } }
1452#[macro_export]
1453macro_rules! U29F99 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U29F99) } }
1455#[macro_export]
1456macro_rules! U28F100 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U28F100) } }
1458#[macro_export]
1459macro_rules! U27F101 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U27F101) } }
1461#[macro_export]
1462macro_rules! U26F102 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U26F102) } }
1464#[macro_export]
1465macro_rules! U25F103 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U25F103) } }
1467#[macro_export]
1468macro_rules! U24F104 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U24F104) } }
1470#[macro_export]
1471macro_rules! U23F105 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U23F105) } }
1473#[macro_export]
1474macro_rules! U22F106 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U22F106) } }
1476#[macro_export]
1477macro_rules! U21F107 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U21F107) } }
1479#[macro_export]
1480macro_rules! U20F108 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U20F108) } }
1482#[macro_export]
1483macro_rules! U19F109 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U19F109) } }
1485#[macro_export]
1486macro_rules! U18F110 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U18F110) } }
1488#[macro_export]
1489macro_rules! U17F111 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U17F111) } }
1491#[macro_export]
1492macro_rules! U16F112 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U16F112) } }
1494#[macro_export]
1495macro_rules! U15F113 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U15F113) } }
1497#[macro_export]
1498macro_rules! U14F114 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U14F114) } }
1500#[macro_export]
1501macro_rules! U13F115 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U13F115) } }
1503#[macro_export]
1504macro_rules! U12F116 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U12F116) } }
1506#[macro_export]
1507macro_rules! U11F117 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U11F117) } }
1509#[macro_export]
1510macro_rules! U10F118 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U10F118) } }
1512#[macro_export]
1513macro_rules! U9F119 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U9F119) } }
1515#[macro_export]
1516macro_rules! U8F120 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U8F120) } }
1518#[macro_export]
1519macro_rules! U7F121 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U7F121) } }
1521#[macro_export]
1522macro_rules! U6F122 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U6F122) } }
1524#[macro_export]
1525macro_rules! U5F123 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U5F123) } }
1527#[macro_export]
1528macro_rules! U4F124 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U4F124) } }
1530#[macro_export]
1531macro_rules! U3F125 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U3F125) } }
1533#[macro_export]
1534macro_rules! U2F126 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U2F126) } }
1536#[macro_export]
1537macro_rules! U1F127 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U1F127) } }
1539#[macro_export]
1540macro_rules! U0F128 { ($($a:tt)+) => { ::fixed_macro::fixed!($($a)+: U0F128) } }