Searched defs:unbiased_exponent (Results 1 - 8 of 8) sorted by relevance
/third_party/glslang/gtests/ |
H A D | HexFloat.cpp | 539 int32_t unbiased_exponent(double f) { in unbiased_exponent() function 646 set_from_sign(bool negative, int32_t unbiased_exponent, uint32_t significand, bool round_denorm_up) set_from_sign() argument [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | hex_float_test.cpp | 577 int32_t unbiased_exponent(double f) { in unbiased_exponent() function 691 set_from_sign(bool negative, int32_t unbiased_exponent, uint32_t significand, bool round_denorm_up) set_from_sign() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | hex_float_test.cpp | 577 int32_t unbiased_exponent(double f) { in unbiased_exponent() function 691 set_from_sign(bool negative, int32_t unbiased_exponent, uint32_t significand, bool round_denorm_up) set_from_sign() argument [all...] |
/third_party/spirv-tools/test/ |
H A D | hex_float_test.cpp | 577 int32_t unbiased_exponent(double f) { in unbiased_exponent() function 691 set_from_sign(bool negative, int32_t unbiased_exponent, uint32_t significand, bool round_denorm_up) set_from_sign() argument [all...] |
/third_party/glslang/SPIRV/ |
H A D | hex_float.h | 358 int_type unbiased_exponent = getUnbiasedNormalizedExponent(); in getNormalizedSignificand() local
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
H A D | hex_float.h | 403 int_type unbiased_exponent = getUnbiasedNormalizedExponent(); in getNormalizedSignificand() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | hex_float.h | 403 int_type unbiased_exponent = getUnbiasedNormalizedExponent(); in getNormalizedSignificand() local
|
/third_party/spirv-tools/source/util/ |
H A D | hex_float.h | 404 int_type unbiased_exponent = getUnbiasedNormalizedExponent(); in getNormalizedSignificand() local
|
Completed in 13 milliseconds