Home
last modified time | relevance | path

Searched refs:util_is_double_nan (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_format.c192 if (util_is_double_nan(test->unpacked[i][j][k]) != util_is_nan(unpacked[k])) { in test_format_float()
292 if (util_is_double_nan(test->unpacked[i][j][k])) in test_format_unorm8()
/third_party/mesa3d/src/util/tests/format/
Du_format_test.c317 if (util_is_double_nan(test->unpacked[0][0][0])) in test_format_pack_rgba_float()
388 if (util_is_double_nan(test->unpacked[0][0][0])) in test_format_unpack_rgba_8unorm()
439 if (util_is_double_nan(test->unpacked[0][0][0])) in test_format_pack_rgba_8unorm()
/third_party/mesa3d/src/util/
Du_math.h245 util_is_double_nan(double x) in util_is_double_nan() function