Searched refs:round_denorm_up (Results 1 – 8 of 8) sorted by relevance
/third_party/glslang/SPIRV/ |
D | hex_float.h | 397 bool round_denorm_up) { 414 if (significand == 0 && !significand_is_zero && round_denorm_up) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | hex_float.h | 429 bool round_denorm_up) { 446 if (significand == 0 && !significand_is_zero && round_denorm_up) {
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
D | hex_float.h | 429 bool round_denorm_up) { 446 if (significand == 0 && !significand_is_zero && round_denorm_up) {
|
/third_party/spirv-tools/source/util/ |
D | hex_float.h | 430 bool round_denorm_up) { 447 if (significand == 0 && !significand_is_zero && round_denorm_up) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | hex_float_test.cpp | 692 uint32_t significand, bool round_denorm_up) { in set_from_sign() argument 695 negative, unbiased_exponent, significand, round_denorm_up); in set_from_sign()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | hex_float_test.cpp | 692 uint32_t significand, bool round_denorm_up) { in set_from_sign() argument 695 negative, unbiased_exponent, significand, round_denorm_up); in set_from_sign()
|
/third_party/spirv-tools/test/ |
D | hex_float_test.cpp | 692 uint32_t significand, bool round_denorm_up) { in set_from_sign() argument 695 negative, unbiased_exponent, significand, round_denorm_up); in set_from_sign()
|
/third_party/glslang/gtests/ |
D | HexFloat.cpp | 647 uint32_t significand, bool round_denorm_up) { in set_from_sign() argument 650 negative, unbiased_exponent, significand, round_denorm_up); in set_from_sign()
|