ΒΆtemplate <class DigitsT>
int32_t getLgFloor(DigitsT Digits, int16_t Scale)

Description

Get the lg floor of a scaled number. Get the floor of the lg of \c Digits*2^Scale. Returns \c INT32_MIN when \c Digits is zero.

Declared at: llvm/include/llvm/Support/ScaledNumber.h:222

Templates

DigitsT

Parameters

DigitsT Digits
int16_t Scale