Searched refs:pow5 (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APFloat.cpp | 592 APFloatBase::integerPart scratch[maxPowerOfFiveParts], *p1, *p2, *pow5; in powerOf5() local 603 pow5 = pow5s; in powerOf5() 613 APInt::tcFullMultiply(pow5, pow5 - pc, pow5 - pc, pc, pc); in powerOf5() 615 if (pow5[pc - 1] == 0) in powerOf5() 623 APInt::tcFullMultiply(p2, p1, pow5, result, pc); in powerOf5() 635 pow5 += pc; in powerOf5() 2444 IEEEFloat pow5(calcSemantics); in roundSignificandWithExponent() local 2448 powStatus = pow5.convertFromUnsignedParts(pow5Parts, pow5PartCount, in roundSignificandWithExponent() 2459 calcLostFraction = decSig.multiplySignificand(pow5); in roundSignificandWithExponent() 2462 calcLostFraction = decSig.divideSignificand(pow5); in roundSignificandWithExponent()
|
/third_party/ffmpeg/libavcodec/ |
D | xan.c | 469 static inline unsigned pow5(unsigned a) in pow5() function 486 unsigned pow = pow5(mid); in gamma_corr()
|
/third_party/skia/third_party/externals/wuffs/release/c/ |
D | wuffs-v0.3.c | 12691 const uint8_t* pow5 = in wuffs_base__private_implementation__high_prec_dec__lshift_num_new_digits() local 12698 } else if (h->digits[i] == pow5[i]) { in wuffs_base__private_implementation__high_prec_dec__lshift_num_new_digits() 12700 } else if (h->digits[i] < pow5[i]) { in wuffs_base__private_implementation__high_prec_dec__lshift_num_new_digits()
|
/third_party/astc-encoder/Source/ |
D | wuffs-v0.3.c | 13587 const uint8_t* pow5 = in wuffs_base__private_implementation__high_prec_dec__lshift_num_new_digits() local 13594 } else if (h->digits[i] == pow5[i]) { in wuffs_base__private_implementation__high_prec_dec__lshift_num_new_digits() 13596 } else if (h->digits[i] < pow5[i]) { in wuffs_base__private_implementation__high_prec_dec__lshift_num_new_digits()
|