Home
last modified time | relevance | path

Searched defs:biased_exponent (Results 1 – 12 of 12) sorted by relevance

/third_party/json/test/src/
Dunit-to_chars.cpp41 float make_float(uint32_t sign_bit, uint32_t biased_exponent, uint32_t significand) in make_float()
85 uint64_t biased_exponent = (e == kDenormalExponent && (f & kHiddenBit) == 0) in make_float() local
93 double make_double(uint64_t sign_bit, uint64_t biased_exponent, uint64_t significand) in make_double()
137 uint64_t biased_exponent = (e == kDenormalExponent && (f & kHiddenBit) == 0) in make_double() local
/third_party/vk-gl-cts/framework/delibs/debase/
DdeFloat16Test.c29 static float getFloat32 (deUint32 sign, deUint32 biased_exponent, deUint32 mantissa) in getFloat32()
42 static deFloat16 getFloat16 (deUint16 sign, deUint16 biased_exponent, deUint16 mantissa) in getFloat16()
/third_party/skia/third_party/externals/tint/src/writer/
Dfloat_to_string.cc97 const int biased_exponent = in FloatToBitPreservingString() local
Dfloat_to_string_test.cc31 float MakeFloat(int sign, int biased_exponent, int mantissa) { in MakeFloat()
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator_impl_literal_test.cc29 float MakeFloat(int sign, int biased_exponent, int mantissa) { in MakeFloat()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_inline_literals.c52 unsigned biased_exponent = (float_bits & 0x7f800000) >> 23; in ieee_754_to_r300_float() local
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl_const_literal_test.cc29 float MakeFloat(int sign, int biased_exponent, int mantissa) { in MakeFloat()
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-ieee.h274 uint64_t biased_exponent; in DiyFpToUint64() local
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-ieee.h274 uint64_t biased_exponent; in DiyFpToUint64() local
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dieee.h260 uint64_t biased_exponent; in DiyFpToUint64() local
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-ieee.h274 uint64_t biased_exponent; in DiyFpToUint64() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-ieee.h264 uint64_t biased_exponent; in DiyFpToUint64() local