Home
last modified time | relevance | path

Searched defs:exponent (Results 1 - 25 of 196) sorted by relevance

12345678

/third_party/jerryscript/tests/jerry/
H A Dvariables.js18 var exponent = 1e7; variable
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_packed_float.c30 unsigned exponent:8; member
45 unsigned exponent = fu.s.exponent - (127 - 3); in brw_float_to_vf() local
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_frexp_test.cpp38 int exponent; in HWTEST_F() local
67 int exponent; in HWTEST_F() local
80 int exponent; in HWTEST_F() local
93 int exponent; in HWTEST_F() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmpegaudio_tablegen.h50 int i, value, exponent; in mpegaudio_tableinit() local
[all...]
/third_party/libsnd/tests/
H A Dalaw_test.c194 int sign, exponent, mantissa ; in alaw_encode() local
221 int sign, exponent, mantissa, sample ; in alaw_decode() local
H A Dulaw_test.c208 int sign, exponent, mantissa ; in ulaw_encode() local
247 int sign, exponent, mantissa, sample ; in ulaw_decode() local
/third_party/mesa3d/src/mesa/main/
H A Dquerymatrix.c44 _mesa_QueryMatrixxOES(GLfixed *mantissa, GLint *exponent) in _mesa_QueryMatrixxOES() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcharconv_parse.h52 int exponent = 0; member
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeFloat16Test.c119 deUint32 exponent = deRandom_getUint32(&rnd); in deFloat16_selfTest() local
163 deUint32 exponent = deRandom_getUint32(&rnd); in deFloat16_selfTest() local
180 deUint32 exponent = deRandom_getUint32(&rnd); deFloat16_selfTest() local
240 deUint32 exponent = deRandom_getUint32(&rnd); deFloat16_selfTest() local
324 deUint32 exponent = deRandom_getUint32(&rnd); deFloat16_selfTest() local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dfloat16_helper.cc68 uint32_t exponent in HexFloat16ToFloat() local
89 uint32_t exponent = (((static_cast<uint32_t>(value[1]) << 2U) | HexFloat11ToFloat() local
106 uint32_t exponent = (((static_cast<uint32_t>(value[1]) << 3U) | HexFloat10ToFloat() local
139 uint16_t exponent = FloatExponent(*hex); FloatToHexFloat16() local
[all...]
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsconv.c276 FT_Long exponent; in FT_LOCAL_DEF() local
/third_party/skia/third_party/externals/tint/src/writer/
H A Dfloat_to_string.cc99 int exponent = biased_exponent - kExponentBias; in FloatToBitPreservingString() local
150 ss << "p" << std::showpos << std::dec << exponent; in FloatToBitPreservingString() local
/third_party/rust/crates/minimal-lexical/src/
H A Dslow.rs370 let mut exponent = num.exponent; scientific_exponent() variables
[all...]
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Ddiy-fp.h46 DiyFp(const uint64_t significand, const int32_t exponent) : f_(significand), e_(exponent) {} in DiyFp() argument
99 int32_t exponent = e_; in Normalize() local
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-diy-fp.h60 DiyFp(const uint64_t significand, const int32_t exponent) : f_(significand), e_(exponent) {} in DiyFp() argument
113 int32_t exponent = e_; in Normalize() local
H A DdecNumber.h85 int32_t exponent; /* Unadjusted exponent, unbiased, in */ member
H A Dnumber_scientific.cpp32 void ScientificModifier::set(int32_t exponent, const ScientificHandler *handler) { in set() argument
133 int32_t exponent; in processQuantity() local
[all...]
H A Dnumber_decimalquantity.h415 int32_t exponent = 0; member in number::impl::DecimalQuantity
[all...]
H A Dnfrule.h110 int16_t exponent; member in NFRule
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_lower_abi.c153 nir_ssa_def *exponent = nir_ishr_imm(b, settings, 24u); in lower_abi_instr() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_frexp.c125 nir_ssa_def *exponent; lower_frexp_exp() local
[all...]
/third_party/node/src/crypto/
H A Dcrypto_rsa.h25 unsigned int exponent; member
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_decimalquantity.h415 int32_t exponent = 0; member in number::impl::DecimalQuantity
[all...]
H A Dnumber_scientific.cpp32 void ScientificModifier::set(int32_t exponent, const ScientificHandler *handler) { in set() argument
133 int32_t exponent; in processQuantity() local
[all...]
H A Dnfrule.h110 int16_t exponent; member in NFRule

Completed in 11 milliseconds

12345678