Home
last modified time | relevance | path

Searched defs:Exponent (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/boost/multiprecision/
Dcpp_bin_float.hpp643 inline void do_eval_add(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, con… in do_eval_add() argument
720 inline void do_eval_subtract(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res… in do_eval_subtract() argument
829 inline void eval_add(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, const … in eval_add() argument
838 inline void eval_add(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, const … in eval_add() argument
844 inline void eval_subtract(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, c… in eval_subtract() argument
853 inline void eval_subtract(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, c… in eval_subtract() argument
859 inline void eval_multiply(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, c… in eval_multiply() argument
941 inline void eval_multiply(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, c… in eval_multiply() argument
947 …:value>::type eval_multiply(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res… in eval_multiply() argument
983 …:value>::type eval_multiply(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res… in eval_multiply() argument
[all …]
/third_party/boost/boost/multiprecision/cpp_bin_float/
Dtranscendental.hpp12 void eval_exp_taylor(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, const … in eval_exp_taylor() argument
35 void eval_exp(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, const cpp_bin… in eval_exp() argument
/third_party/boost/boost/units/
Dscale.hpp69 std::string symbol_string(const scale<Base,Exponent>&) in symbol_string() argument
75 std::string name_string(const scale<Base,Exponent>&) in name_string() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DNativeFormatting.h19 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DNativeFormatting.h18 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
/third_party/python/Tools/scripts/
Dfixcid.py207 Exponent = '[eE][-+]?[0-9]+' variable
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dieee.h114 int Exponent() const { in Exponent() function
300 int Exponent() const { in Exponent() function
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-ieee.h128 int Exponent() const { in Exponent() function
314 int Exponent() const { in Exponent() function
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-ieee.h128 int Exponent() const { in Exponent() function
314 int Exponent() const { in Exponent() function
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-ieee.h128 int Exponent() const { in Exponent() function
314 int Exponent() const { in Exponent() function
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-ieee.h125 int Exponent() const { in Exponent() function
303 int Exponent() const { in Exponent() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp609 ConstantInt *Exponent = ConstantInt::get(DeltaType, IndexOffset.logBase2()); in emitBump() local
614 ConstantInt *Exponent = in emitBump() local
/third_party/python/Lib/lib2to3/pgen2/
Dtokenize.py66 Exponent = r'[eE][-+]?\d+(?:_\d+)*' variable
/third_party/python/Lib/
Dtokenize.py75 Exponent = r'[eE][-+]?[0-9](?:_?[0-9])*' variable
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.cpp697 rr::RValue<sw::SIMD::Int> Exponent(rr::RValue<sw::SIMD::Float> f) in Exponent() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp785 uint64_t Exponent = 0; in visitMulExpr() local
DValueTracking.cpp3153 if (ConstantInt *Exponent = dyn_cast<ConstantInt>(I->getOperand(1))) { in cannotBeOrderedLessThanZeroImpl() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp4054 SDValue Exponent = DAG.getNode(ISD::SINT_TO_FP, SDLoc(Node), in ConvertNodeToLibcall() local
DTargetLowering.cpp6063 SDValue Exponent = DAG.getNode(ISD::SUB, dl, IntVT, ExponentBits, Bias); in expandFP_TO_SINT() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1547 Error BitcodeReader::parseAlignmentValue(uint64_t Exponent, in parseAlignmentValue()