/third_party/jerryscript/tests/jerry/ |
H A D | variables.js | 18 var exponent = 1e7; variable
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_packed_float.c | 30 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 D | math_frexp_test.cpp | 38 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...] |
/kernel/linux/linux-5.10/arch/parisc/math-emu/ |
H A D | denormal.c | 47 int sign, exponent; in sgl_denormalize() local 88 int sign, exponent; in dbl_denormalize() local
|
/kernel/linux/linux-6.6/arch/parisc/math-emu/ |
H A D | denormal.c | 47 int sign, exponent; in sgl_denormalize() local 88 int sign, exponent; in dbl_denormalize() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegaudio_tablegen.h | 50 int i, value, exponent; in mpegaudio_tableinit() local [all...] |
/third_party/libsnd/tests/ |
H A D | alaw_test.c | 194 int sign, exponent, mantissa ; in alaw_encode() local 221 int sign, exponent, mantissa, sample ; in alaw_decode() local
|
H A D | ulaw_test.c | 208 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 D | querymatrix.c | 44 _mesa_QueryMatrixxOES(GLfixed *mantissa, GLint *exponent) in _mesa_QueryMatrixxOES() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | charconv_parse.h | 52 int exponent = 0; member
|
/third_party/vk-gl-cts/framework/delibs/debase/ |
H A D | deFloat16Test.c | 119 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...] |
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
H A D | poly_2xm1.c | 55 long int exponent, shift; in poly_2xm1() local [all...] |
H A D | poly_sin.c | 60 int exponent, echange; in poly_sine() local 204 long int exponent, exp2, echange; poly_cos() local [all...] |
H A D | poly_tan.c | 53 long int exponent; in poly_tan() local [all...] |
H A D | poly_atan.c | 56 int exponent; in poly_atan() local [all...] |
/kernel/linux/linux-6.6/arch/x86/math-emu/ |
H A D | poly_2xm1.c | 55 long int exponent, shift; in poly_2xm1() local [all...] |
H A D | poly_atan.c | 56 int exponent; in poly_atan() local [all...] |
H A D | poly_sin.c | 60 int exponent, echange; in poly_sine() local 204 long int exponent, exp2, echange; poly_cos() local [all...] |
H A D | poly_tan.c | 53 long int exponent; in poly_tan() local [all...] |
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | float16_helper.cc | 68 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 D | psconv.c | 276 FT_Long exponent; in FT_LOCAL_DEF() local
|
/third_party/skia/third_party/externals/tint/src/writer/ |
H A D | float_to_string.cc | 99 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 D | slow.rs | 370 let mut exponent = num.exponent; scientific_exponent() variables [all...] |
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
H A D | float_packer.h | 52 uint32_t exponent = f32.ui & F32_INFINITY; // Exponent in F32ToF16() local 83 uint32_t exponent = val & F16_INFINITY; // Exponent in F16ToF32() local
|
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/ |
H A D | xdpe12284.c | 26 s16 exponent; in xdpe122_read_word_data() local 42 val <<= exponent; in xdpe122_read_word_data() local
|