Searched refs:first_subnormal (Results 1 – 2 of 2) sorted by relevance
/third_party/abseil-cpp/absl/strings/ |
D | charconv_test.cc | 298 const double first_subnormal = nextafter(zero, 1.0); in TEST() local 299 const double second_subnormal = nextafter(first_subnormal, 1.0); in TEST() 326 -324, zero, first_subnormal, zero); in TEST() 342 -324, first_subnormal, second_subnormal, second_subnormal); in TEST() 391 const float first_subnormal = nextafterf(zero, 1.0); in TEST() local 392 const float second_subnormal = nextafterf(first_subnormal, 1.0); in TEST() 406 -46, zero, first_subnormal, zero); in TEST() 413 -45, first_subnormal, second_subnormal, second_subnormal); in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | charconv_test.cc | 298 const double first_subnormal = nextafter(zero, 1.0); in TEST() local 299 const double second_subnormal = nextafter(first_subnormal, 1.0); in TEST() 326 -324, zero, first_subnormal, zero); in TEST() 342 -324, first_subnormal, second_subnormal, second_subnormal); in TEST() 391 const float first_subnormal = nextafterf(zero, 1.0); in TEST() local 392 const float second_subnormal = nextafterf(first_subnormal, 1.0); in TEST() 406 -46, zero, first_subnormal, zero); in TEST() 413 -45, first_subnormal, second_subnormal, second_subnormal); in TEST()
|