Home
last modified time | relevance | path

Searched refs:castTo (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dhex_float_test.cpp915 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/
Dhex_float_test.cpp915 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/
Dhex_float_test.cpp915 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/
DHexFloat.cpp871 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/
Dhex_float_test.cpp874 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/
DSkSafeMath.h55 template <typename T> T castTo(size_t value) { in castTo() function
DSkString.cpp214 uint32_t stringLen = safe.castTo<uint32_t>(len); in Make()
/third_party/flutter/skia/src/core/
DSkSafeMath.h55 template <typename T> T castTo(size_t value) { in castTo() function
DSkString.cpp208 uint32_t stringLen = safe.castTo<uint32_t>(len); in Make()
/third_party/glslang/SPIRV/
Dhex_float.h570 void castTo(other_T& other, round_direction round_dir) {
817 float_val.castTo(value, kRoundToZero);
DSpvBuilder.cpp1016 fVal.castTo(f16Val, spvutils::kRoundToZero); in makeFloat16Constant()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/util/
Dhex_float.h568 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/
Dhex_float.h640 void castTo(other_T& other, round_direction round_dir) {
887 float_val.castTo(value, round_direction::kToZero);
/third_party/spirv-tools/source/util/
Dhex_float.h640 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/
Dhex_float.h640 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/
Dconst_folding_rules.cpp445 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/
Dconst_folding_rules.cpp501 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/
Dconst_folding_rules.cpp445 orignal.castTo(quantized, utils::round_direction::kToZero); in FoldQuantizeToF16Scalar()
446 quantized.castTo(result, utils::round_direction::kToZero); in FoldQuantizeToF16Scalar()