Home
last modified time | relevance | path

Searched defs:expo (Results 1 – 10 of 10) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/Polynomial/IR/
H A DPolynomial.h35 MonomialBase(const CoefficientType &coeff, const APInt &expo) in MonomialBase()
82 IntMonomial(int64_t coeff, uint64_t expo) in IntMonomial()
101 FloatMonomial(double coeff, uint64_t expo) in FloatMonomial()
/llvm-project/flang/runtime/
H A Dedit-output.cpp192 int expo, const DataEdit &edit, int &length) { in FormatExponent() argument
460 int expo{converted.decimalExponent + edit.modes.scale /*kP*/}; in EditFOutput() local
585 int expo{IsZero() ? 1 : converted.decimalExponent}; // 's' EditForGOutput() local
620 int expo{converted.decimalExponent}; EditListDirectedOutput() local
670 int expo{x_.UnbiasedExponent() - 3}; ConvertToHexadecimal() local
[all...]
H A Dedit-input.cpp604 ConvertHexadecimal(const char * & p,enum decimal::FortranRounding rounding,int expo) ConvertHexadecimal() argument
[all...]
/llvm-project/flang/unittests/Decimal/
H A Dthorough-test.cpp49 int expo{result.decimalExponent}; in testReadback() local
H A Dquick-sanity-test.cpp50 int expo{result.decimalExponent}; in testReadback() local
/llvm-project/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp128 int expo{0}; in ParseNumber() local
262 int expo{exponent_ + Binary::exponentBias + (precision - 1)}; in ToBinary() local
H A Dbinary-to-decimal.cpp137 int expo = exponent_ + p - start; in ConvertToDecimal() local
/llvm-project/flang/lib/Evaluate/
H A Dreal.cpp286 int expo{UnbiasedExponent()}; in SQRT() local
335 int expo{Exponent()}; NEAREST() local
727 int expo{result.decimalExponent}; AsFortran() local
[all...]
/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_dlib_asm.S375 #define expo R4 macro
386 expo = sxth(mantal) define
399 expo = add(expo, #126) define
/llvm-project/clang/test/Sema/
H A Dtransparent-union.c115 unsigned int expo:2; member