Home
last modified time | relevance | path

Searched defs:shift_amount (Results 1 – 7 of 7) sorted by relevance

/llvm-project/libc/src/__support/
H A Dfloat_to_string.h189 const int shift_amount = get_table_positive() local
229 const int shift_amount = get_table_positive_df() local
278 int shift_amount = CALC_SHIFT_CONST - exponent; get_table_negative() local
339 int shift_amount = CALC_SHIFT_CONST - exponent; get_table_negative_df() local
387 mul_shift_mod_1e9(const FPBits::StorageType mantissa,const UInt<MID_INT_SIZE> & large,const int32_t shift_amount) mul_shift_mod_1e9() argument
489 const uint32_t shift_amount = SHIFT_CONST + pos_exp - exponent; get_positive_block() local
550 const int32_t shift_amount = get_negative_block() local
[all...]
H A Dhigh_precision_decimal.h193 right_shift(uint32_t shift_amount) right_shift() argument
250 left_shift(uint32_t shift_amount) left_shift() argument
371 shift(int shift_amount) shift() argument
[all...]
H A Dstr_to_float.h352 int32_t shift_amount = 0; global() variable
365 int32_t shift_amount = 0; global() variable
[all...]
/llvm-project/clang/test/Analysis/diagnostics/
H A Dtrack_subexpressions.cpp14 uint8_t shift_amount = get_uint8_max(); // expected-note{{'shift_amount' initialized to 255}} in shift_by_undefined_value() local
/llvm-project/lldb/tools/debugserver/source/
H A DStdStringExtractor.cpp153 uint32_t shift_amount = 0; in GetHexMaxU32() local
204 uint32_t shift_amount = 0; in GetHexMaxU64() local
/llvm-project/lldb/source/Utility/
H A DStringExtractor.cpp160 uint32_t shift_amount = 0; in GetHexMaxU32() local
211 uint32_t shift_amount = 0; in GetHexMaxU64() local
/llvm-project/libc/src/stdio/printf_core/
H A Dfloat_hex_converter.h98 const size_t shift_amount = convert_float_hex_exp() local