• Home
  • Raw
  • Download

Lines Matching refs:decoded

301             let decoded = f64::from_der(encoded).unwrap();  in encdec_normal()  localVariable
303 (decoded - val).abs() < f64::EPSILON, in encdec_normal()
306 decoded in encdec_normal()
321 let decoded = f64::from_der(encoded).unwrap(); in encdec_normal() localVariable
323 (decoded - val).abs() < f64::EPSILON, in encdec_normal()
326 decoded in encdec_normal()
341 let decoded = f64::from_der(encoded).unwrap(); in encdec_normal() localVariable
343 (decoded - val).abs() < f64::EPSILON, in encdec_normal()
346 decoded in encdec_normal()
361 let decoded = f64::from_der(encoded).unwrap(); in encdec_normal() localVariable
363 (decoded - val).abs() < f64::EPSILON, in encdec_normal()
366 decoded in encdec_normal()
382 let decoded = f64::from_der(encoded).unwrap(); in encdec_normal() localVariable
384 (decoded - val).abs() < f64::EPSILON, in encdec_normal()
387 decoded in encdec_normal()
402 let decoded = f64::from_der(encoded).unwrap(); in encdec_normal() localVariable
404 (decoded - val).abs() < f64::EPSILON, in encdec_normal()
407 decoded in encdec_normal()
424 let decoded = f64::from_der(encoded).unwrap(); in encdec_normal() localVariable
426 (decoded - val).abs() < f64::EPSILON, in encdec_normal()
429 decoded in encdec_normal()
448 let decoded = f64::from_der(encoded).unwrap(); in encdec_irrationals() localVariable
450 (decoded - val).abs() < f64::EPSILON, in encdec_irrationals()
453 decoded in encdec_irrationals()
469 let decoded = f64::from_der(encoded).unwrap(); in encdec_irrationals() localVariable
471 (decoded - val).abs() < f64::EPSILON, in encdec_irrationals()
474 decoded in encdec_irrationals()
489 let decoded = f64::from_der(encoded).unwrap(); in encdec_irrationals() localVariable
491 (decoded - val).abs() < f64::EPSILON, in encdec_irrationals()
494 decoded in encdec_irrationals()
515 let decoded = f64::from_der(encoded).unwrap(); in encdec_reasonable_f64() localVariable
517 (decoded - val).abs() < f64::EPSILON, in encdec_reasonable_f64()
520 decoded in encdec_reasonable_f64()
537 let decoded = f64::from_der(encoded).unwrap(); in encdec_reasonable_f64() localVariable
539 (decoded - val).abs() < f64::EPSILON, in encdec_reasonable_f64()
542 decoded in encdec_reasonable_f64()
559 let decoded = f64::from_der(encoded).unwrap(); in encdec_reasonable_f64() localVariable
561 (decoded - val).abs() < f64::EPSILON, in encdec_reasonable_f64()
564 decoded in encdec_reasonable_f64()
580 let decoded = f64::from_der(encoded).unwrap(); in encdec_reasonable_f64() localVariable
582 (decoded - val).abs() < f64::EPSILON, in encdec_reasonable_f64()
585 decoded in encdec_reasonable_f64()
602 let decoded = f64::from_der(encoded).unwrap(); in encdec_reasonable_f64() localVariable
604 (decoded - val).abs() < f64::EPSILON, in encdec_reasonable_f64()
607 decoded in encdec_reasonable_f64()
623 let decoded = f64::from_der(encoded).unwrap(); in encdec_reasonable_f64() localVariable
625 (decoded - val).abs() < f64::EPSILON, in encdec_reasonable_f64()
628 decoded in encdec_reasonable_f64()
644 let decoded = f64::from_der(encoded).unwrap(); in encdec_reasonable_f64() localVariable
646 (decoded - val).abs() < f64::EPSILON, in encdec_reasonable_f64()
649 decoded in encdec_reasonable_f64()
665 let decoded = f64::from_der(encoded).unwrap(); in encdec_reasonable_f64() localVariable
667 (decoded - val).abs() < f64::EPSILON, in encdec_reasonable_f64()
670 decoded in encdec_reasonable_f64()
686 let decoded = f64::from_der(encoded).unwrap(); in encdec_reasonable_f64() localVariable
688 (decoded - val).abs() < f64::EPSILON, in encdec_reasonable_f64()
691 decoded in encdec_reasonable_f64()
707 let decoded = f64::from_der(encoded).unwrap(); in encdec_reasonable_f64() localVariable
709 (decoded - val).abs() < f64::EPSILON, in encdec_reasonable_f64()
712 decoded in encdec_reasonable_f64()
728 let decoded = f64::from_der(encoded).unwrap(); in encdec_reasonable_f64() localVariable
730 (decoded - val).abs() < f64::EPSILON, in encdec_reasonable_f64()
733 decoded in encdec_reasonable_f64()
749 let decoded = f64::from_der(encoded).unwrap(); in encdec_reasonable_f64() localVariable
751 (decoded - val).abs() < f64::EPSILON, in encdec_reasonable_f64()
754 decoded in encdec_reasonable_f64()
770 let decoded = f64::from_der(encoded).unwrap(); in encdec_reasonable_f64() localVariable
772 (decoded - val).abs() < f64::EPSILON, in encdec_reasonable_f64()
775 decoded in encdec_reasonable_f64()
791 let decoded = f64::from_der(encoded).unwrap(); in encdec_reasonable_f64() localVariable
793 (decoded - val).abs() < f64::EPSILON, in encdec_reasonable_f64()
796 decoded in encdec_reasonable_f64()
850 let decoded = f64::from_der(testcase).unwrap(); in validation_cases() localVariable
852 (decoded - expect).abs() < f64::EPSILON, in validation_cases()
855 decoded in validation_cases()
861 let decoded = f64::from_der(testcase).unwrap(); in validation_cases() localVariable
863 (decoded - expect).abs() < f64::EPSILON, in validation_cases()
866 decoded in validation_cases()
872 let decoded = f64::from_der(testcase).unwrap(); in validation_cases() localVariable
874 (decoded - expect).abs() < f64::EPSILON, in validation_cases()
877 decoded in validation_cases()
883 let decoded = f64::from_der(testcase).unwrap(); in validation_cases() localVariable
885 (decoded - expect).abs() < f64::EPSILON, in validation_cases()
888 decoded in validation_cases()
894 let decoded = f64::from_der(testcase).unwrap(); in validation_cases() localVariable
896 (decoded - expect).abs() < f64::EPSILON, in validation_cases()
899 decoded in validation_cases()
908 let decoded = f64::from_der(testcase).unwrap(); in validation_cases() localVariable
910 (decoded - expect).abs() < f64::EPSILON, in validation_cases()
913 decoded in validation_cases()
920 let decoded = f64::from_der(testcase).unwrap(); in validation_cases() localVariable
922 (decoded - expect).abs() < f64::EPSILON, in validation_cases()
925 decoded in validation_cases()
931 let decoded = f64::from_der(testcase).unwrap(); in validation_cases() localVariable
933 (decoded - expect).abs() < f64::EPSILON, in validation_cases()
936 decoded in validation_cases()
944 let decoded = f64::from_der(testcase).unwrap(); in validation_cases() localVariable
946 (decoded - expect).abs() < f64::EPSILON, in validation_cases()
949 decoded in validation_cases()
955 let decoded = f64::from_der(testcase).unwrap(); in validation_cases() localVariable
957 (decoded - expect).abs() < f64::EPSILON, in validation_cases()
960 decoded in validation_cases()
966 let decoded = f64::from_der(testcase).unwrap(); in validation_cases() localVariable
968 (decoded - expect).abs() < f64::EPSILON, in validation_cases()
971 decoded in validation_cases()
981 let decoded = f64::from_der(testcase).unwrap(); in validation_cases() localVariable
983 (decoded - expect).abs() < f64::EPSILON, in validation_cases()
986 decoded in validation_cases()