Home
last modified time | relevance | path

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

/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/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/python/Tools/scripts/
Dfixcid.py207 Exponent = '[eE][-+]?[0-9]+' variable
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-ieee.h128 int Exponent() const { in Exponent() function
327 int Exponent() const { in Exponent() function
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dieee.h114 int Exponent() const { in Exponent() function
313 int Exponent() const { in Exponent() function
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-ieee.h128 int Exponent() const { in Exponent() function
327 int Exponent() const { in Exponent() function
/third_party/node/deps/v8/src/base/numbers/
Ddouble.h76 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()
/third_party/astc-encoder/Source/
Dtinyexr.h7158 unsigned int Exponent : 8; member
7178 unsigned int Exponent : 5; member