/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | hex_float_test.cpp | 915 f.castTo(half, round); in TEST_P() 1038 f.castTo(flt, round); in TEST_P() 1081 HF(std::numeric_limits<float>::quiet_NaN()).castTo(f16, round); in TEST() 1083 HF(std::numeric_limits<float>::signaling_NaN()).castTo(f16, round); in TEST() 1086 HF16(0x7C01).castTo(f, round); in TEST() 1088 HF16(0x7C11).castTo(f, round); in TEST() 1090 HF16(0xFC01).castTo(f, round); in TEST() 1092 HF16(0x7C10).castTo(f, round); in TEST() 1094 HF16(0xFF00).castTo(f, round); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | hex_float_test.cpp | 915 f.castTo(half, round); in TEST_P() 1038 f.castTo(flt, round); in TEST_P() 1081 HF(std::numeric_limits<float>::quiet_NaN()).castTo(f16, round); in TEST() 1083 HF(std::numeric_limits<float>::signaling_NaN()).castTo(f16, round); in TEST() 1086 HF16(0x7C01).castTo(f, round); in TEST() 1088 HF16(0x7C11).castTo(f, round); in TEST() 1090 HF16(0xFC01).castTo(f, round); in TEST() 1092 HF16(0x7C10).castTo(f, round); in TEST() 1094 HF16(0xFF00).castTo(f, round); in TEST()
|
/third_party/spirv-tools/test/ |
D | hex_float_test.cpp | 915 f.castTo(half, round); in TEST_P() 1038 f.castTo(flt, round); in TEST_P() 1081 HF(std::numeric_limits<float>::quiet_NaN()).castTo(f16, round); in TEST() 1083 HF(std::numeric_limits<float>::signaling_NaN()).castTo(f16, round); in TEST() 1086 HF16(0x7C01).castTo(f, round); in TEST() 1088 HF16(0x7C11).castTo(f, round); in TEST() 1090 HF16(0xFC01).castTo(f, round); in TEST() 1092 HF16(0x7C10).castTo(f, round); in TEST() 1094 HF16(0xFF00).castTo(f, round); in TEST()
|
/third_party/glslang/gtests/ |
D | HexFloat.cpp | 871 f.castTo(half, round); in TEST_P() 939 f.castTo(flt, round); in TEST_P() 983 HF(std::numeric_limits<float>::quiet_NaN()).castTo(f16, round); in TEST() 985 HF(std::numeric_limits<float>::signaling_NaN()).castTo(f16, round); in TEST() 988 HF16(0x7C01).castTo(f, round); in TEST() 990 HF16(0x7C11).castTo(f, round); in TEST() 992 HF16(0xFC01).castTo(f, round); in TEST() 994 HF16(0x7C10).castTo(f, round); in TEST() 996 HF16(0xFF00).castTo(f, round); in TEST()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/ |
D | hex_float_test.cpp | 874 f.castTo(half, round); in TEST_P() 942 f.castTo(flt, round); in TEST_P() 986 HF(std::numeric_limits<float>::quiet_NaN()).castTo(f16, round); in TEST() 988 HF(std::numeric_limits<float>::signaling_NaN()).castTo(f16, round); in TEST() 991 HF16(0x7C01).castTo(f, round); in TEST() 993 HF16(0x7C11).castTo(f, round); in TEST() 995 HF16(0xFC01).castTo(f, round); in TEST() 997 HF16(0x7C10).castTo(f, round); in TEST() 999 HF16(0xFF00).castTo(f, round); in TEST()
|
/third_party/skia/src/core/ |
D | SkSafeMath.h | 55 template <typename T> T castTo(size_t value) { in castTo() function
|
D | SkString.cpp | 214 uint32_t stringLen = safe.castTo<uint32_t>(len); in Make()
|
/third_party/flutter/skia/src/core/ |
D | SkSafeMath.h | 55 template <typename T> T castTo(size_t value) { in castTo() function
|
D | SkString.cpp | 208 uint32_t stringLen = safe.castTo<uint32_t>(len); in Make()
|
/third_party/glslang/SPIRV/ |
D | hex_float.h | 570 void castTo(other_T& other, round_direction round_dir) { 817 float_val.castTo(value, kRoundToZero);
|
D | SpvBuilder.cpp | 1016 fVal.castTo(f16Val, spvutils::kRoundToZero); in makeFloat16Constant()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/util/ |
D | hex_float.h | 568 void castTo(other_T& other, round_direction round_dir) { 815 float_val.castTo(value, round_direction::kToZero);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | hex_float.h | 640 void castTo(other_T& other, round_direction round_dir) { 887 float_val.castTo(value, round_direction::kToZero);
|
/third_party/spirv-tools/source/util/ |
D | hex_float.h | 640 void castTo(other_T& other, round_direction round_dir) { 887 float_val.castTo(value, round_direction::kToZero);
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
D | hex_float.h | 640 void castTo(other_T& other, round_direction round_dir) { 887 float_val.castTo(value, round_direction::kToZero);
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | const_folding_rules.cpp | 445 orignal.castTo(quantized, utils::round_direction::kToZero); in FoldQuantizeToF16Scalar() 446 quantized.castTo(result, utils::round_direction::kToZero); in FoldQuantizeToF16Scalar()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | const_folding_rules.cpp | 501 orignal.castTo(quantized, utils::round_direction::kToZero); in FoldQuantizeToF16Scalar() 502 quantized.castTo(result, utils::round_direction::kToZero); in FoldQuantizeToF16Scalar()
|
/third_party/spirv-tools/source/opt/ |
D | const_folding_rules.cpp | 445 orignal.castTo(quantized, utils::round_direction::kToZero); in FoldQuantizeToF16Scalar() 446 quantized.castTo(result, utils::round_direction::kToZero); in FoldQuantizeToF16Scalar()
|