Lines Matching defs:fp

347         let mut fp = ExtendedFloat80 { mant: 0x60, exp: 0 };  in round_nearest_test()  localVariable
354 let mut fp = ExtendedFloat80 { mant: 0x61, exp: 0 }; in round_nearest_test() localVariable
361 let mut fp = ExtendedFloat80 { mant: 0x5F, exp: 0 }; in round_nearest_test() localVariable
371 let mut fp = ExtendedFloat80 { mant: 0x60, exp: 0 }; in round_nearest_tie_even_test() localVariable
376 let mut fp = ExtendedFloat80 { mant: 0x20, exp: 0 }; in round_nearest_tie_even_test() localVariable
381 let mut fp = ExtendedFloat80 { mant: 0x61, exp: 0 }; in round_nearest_tie_even_test() localVariable
385 let mut fp = ExtendedFloat80 { mant: 0x21, exp: 0 }; in round_nearest_tie_even_test() localVariable
390 let mut fp = ExtendedFloat80 { mant: 0x5F, exp: 0 }; in round_nearest_tie_even_test() localVariable
394 let mut fp = ExtendedFloat80 { mant: 0x1F, exp: 0 }; in round_nearest_tie_even_test() localVariable
402 let mut fp = ExtendedFloat80 { mant: 0x60, exp: 0 }; in round_nearest_tie_away_zero_test() localVariable
406 let mut fp = ExtendedFloat80 { mant: 0x20, exp: 0 }; in round_nearest_tie_away_zero_test() localVariable
411 let mut fp = ExtendedFloat80 { mant: 0x61, exp: 0 }; in round_nearest_tie_away_zero_test() localVariable
415 let mut fp = ExtendedFloat80 { mant: 0x21, exp: 0 }; in round_nearest_tie_away_zero_test() localVariable
420 let mut fp = ExtendedFloat80 { mant: 0x5F, exp: 0 }; in round_nearest_tie_away_zero_test() localVariable
424 let mut fp = ExtendedFloat80 { mant: 0x1F, exp: 0 }; in round_nearest_tie_away_zero_test() localVariable
434 let mut fp = ExtendedFloat80 { mant: 0x00, exp: 0 }; in round_upward_test() localVariable
439 let mut fp = ExtendedFloat80 { mant: 0x40, exp: 0 }; in round_upward_test() localVariable
444 let mut fp = ExtendedFloat80 { mant: 0x60, exp: 0 }; in round_upward_test() localVariable
449 let mut fp = ExtendedFloat80 { mant: 0x70, exp: 0 }; in round_upward_test() localVariable
457 let mut fp = ExtendedFloat80 { mant: 0x00, exp: 0 }; in round_downward_test() localVariable
462 let mut fp = ExtendedFloat80 { mant: 0x40, exp: 0 }; in round_downward_test() localVariable
467 let mut fp = ExtendedFloat80 { mant: 0x60, exp: 0 }; in round_downward_test() localVariable
472 let mut fp = ExtendedFloat80 { mant: 0x70, exp: 0 }; in round_downward_test() localVariable
482 let mut fp = ExtendedFloat80 { mant: 1<<63, exp: f64::DENORMAL_EXPONENT - 15 }; in round_to_float_test() localVariable
488 let mut fp = ExtendedFloat80 { mant: 0x8000000000000400, exp: -63 }; in round_to_float_test() localVariable
494 let mut fp = ExtendedFloat80 { mant: 0x8000000000000C00, exp: -63 }; in round_to_float_test() localVariable
500 let mut fp = ExtendedFloat80 { mant: 0x8000000000000401, exp: -63 }; in round_to_float_test() localVariable
505 let mut fp = ExtendedFloat80 { mant: 0x8000000000000C01, exp: -63 }; in round_to_float_test() localVariable
511 let mut fp = ExtendedFloat80 { mant: 0x80000000000003FF, exp: -63 }; in round_to_float_test() localVariable
516 let mut fp = ExtendedFloat80 { mant: 0x8000000000000BFF, exp: -63 }; in round_to_float_test() localVariable
525 let mut fp = ExtendedFloat80 { mant: 0xFFFFFFFFFFFF, exp: f64::MAX_EXPONENT + 5 }; in avoid_overflow_test() localVariable
531 let mut fp = ExtendedFloat80 { mant: 0xFFFFFFFFFFFF, exp: f64::MAX_EXPONENT + 4 }; in avoid_overflow_test() localVariable
540 let mut fp = ExtendedFloat80 { mant: 0xFFFFFFFFFFFF, exp: f64::MAX_EXPONENT + 4 }; in round_to_native_test() localVariable
546 let mut fp = ExtendedFloat80 { mant: 1, exp: f64::DENORMAL_EXPONENT +48 }; in round_to_native_test() localVariable
552 let mut fp = ExtendedFloat80 { mant: 0x400000000000020, exp: -58 }; in round_to_native_test() localVariable
558 let mut fp = ExtendedFloat80 { mant: 0x400000000000060, exp: -58 }; in round_to_native_test() localVariable
564 let mut fp = ExtendedFloat80 { mant: 0x400000000000021, exp: -58 }; in round_to_native_test() localVariable
569 let mut fp = ExtendedFloat80 { mant: 0x400000000000061, exp: -58 }; in round_to_native_test() localVariable
575 let mut fp = ExtendedFloat80 { mant: 0x40000000000001F, exp: -58 }; in round_to_native_test() localVariable
580 let mut fp = ExtendedFloat80 { mant: 0x40000000000005F, exp: -58 }; in round_to_native_test() localVariable
587 let mut fp = ExtendedFloat80 { exp: -1139, mant: 18446744073709550712 }; in round_to_native_test() localVariable
592 let mut fp = ExtendedFloat80 { exp: -1139, mant: 18446744073709551460 }; in round_to_native_test() localVariable
597 let mut fp = ExtendedFloat80 { exp: -1138, mant: 9223372036854776103 }; in round_to_native_test() localVariable