Lines Matching defs:fp

55     let mut fp = ExtendedFloat { mant: 0x60, exp: 0 };  in round_nearest_test()  localVariable
62 let mut fp = ExtendedFloat { mant: 0x61, exp: 0 }; in round_nearest_test() localVariable
69 let mut fp = ExtendedFloat { mant: 0x5F, exp: 0 }; in round_nearest_test() localVariable
81 let mut fp = ExtendedFloat { mant: 0x00, exp: 0 }; in round_downward_test() localVariable
86 let mut fp = ExtendedFloat { mant: 0x40, exp: 0 }; in round_downward_test() localVariable
91 let mut fp = ExtendedFloat { mant: 0x60, exp: 0 }; in round_downward_test() localVariable
96 let mut fp = ExtendedFloat { mant: 0x70, exp: 0 }; in round_downward_test() localVariable
104 let mut fp = ExtendedFloat { mant: 0x60, exp: 0 }; in round_nearest_tie_even_test() localVariable
109 let mut fp = ExtendedFloat { mant: 0x20, exp: 0 }; in round_nearest_tie_even_test() localVariable
114 let mut fp = ExtendedFloat { mant: 0x61, exp: 0 }; in round_nearest_tie_even_test() localVariable
118 let mut fp = ExtendedFloat { mant: 0x21, exp: 0 }; in round_nearest_tie_even_test() localVariable
123 let mut fp = ExtendedFloat { mant: 0x5F, exp: 0 }; in round_nearest_tie_even_test() localVariable
127 let mut fp = ExtendedFloat { mant: 0x1F, exp: 0 }; in round_nearest_tie_even_test() localVariable
137 let mut fp = ExtendedFloat { in round_to_float_test() localVariable
146 let mut fp = ExtendedFloat { in round_to_float_test() localVariable
155 let mut fp = ExtendedFloat { in round_to_float_test() localVariable
164 let mut fp = ExtendedFloat { in round_to_float_test() localVariable
172 let mut fp = ExtendedFloat { in round_to_float_test() localVariable
181 let mut fp = ExtendedFloat { in round_to_float_test() localVariable
189 let mut fp = ExtendedFloat { in round_to_float_test() localVariable
201 let mut fp = ExtendedFloat { in avoid_overflow_test() localVariable
210 let mut fp = ExtendedFloat { in avoid_overflow_test() localVariable
222 let mut fp = ExtendedFloat { in round_to_native_test() localVariable
231 let mut fp = ExtendedFloat { in round_to_native_test() localVariable
240 let mut fp = ExtendedFloat { in round_to_native_test() localVariable
249 let mut fp = ExtendedFloat { in round_to_native_test() localVariable
258 let mut fp = ExtendedFloat { in round_to_native_test() localVariable
266 let mut fp = ExtendedFloat { in round_to_native_test() localVariable
275 let mut fp = ExtendedFloat { in round_to_native_test() localVariable
283 let mut fp = ExtendedFloat { in round_to_native_test() localVariable
293 let mut fp = ExtendedFloat { in round_to_native_test() localVariable
301 let mut fp = ExtendedFloat { in round_to_native_test() localVariable
309 let mut fp = ExtendedFloat { in round_to_native_test() localVariable