Searched refs:Sum2 (Results 1 – 6 of 6) sorted by relevance
/external/flac/src/share/replaygain_synthesis/ |
D | replaygain_synthesis.c | 246 double Sum2; in dither_output_() local 252 Sum2 = tmp - d->LastRandomNumber [k]; in dither_output_() 254 Sum2 = Sum += Sum2; in dither_output_() 255 val = ROUND64(d, Sum2) & d->Mask; in dither_output_() 258 Sum2 = random_triangular_(d->Dither) - scalar16_(d->DitherHistory[k], d->FilterCoeff + i); in dither_output_() 259 Sum += d->DitherHistory [k] [(-1-i)&15] = (float)Sum2; in dither_output_() 260 Sum2 = Sum + scalar16_(d->ErrorHistory [k], d->FilterCoeff + i); in dither_output_() 261 val = ROUND64(d, Sum2) & d->Mask; in dither_output_()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 639 double Sum2) { in score() 640 if (Sum1 < 1.0f || Sum2 < 1.0f) in score() 642 return std::min(Val1 / Sum1, Val2 / Sum2); in score()
|
/external/cronet/third_party/googletest/src/googlemock/test/ |
D | gmock-more-actions_test.cc | 1031 ACTION(Sum2) { in ACTION() argument 1038 Action<int(int, char, int*)> a1 = Sum2(); in TEST()
|
/external/googletest/googlemock/test/ |
D | gmock-more-actions_test.cc | 1028 ACTION(Sum2) { in ACTION() argument 1035 Action<int(int, char, int*)> a1 = Sum2(); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 3462 SDValue Sum2 = DAG.getNode(Op, dl, VT, Sum, CarryExt); in ExpandNode() local 3470 IsAdd ? DAG.getSetCC(dl, SetCCType, Sum2, Zero, ISD::SETEQ) in ExpandNode() 3478 Results.push_back(Sum2); in ExpandNode()
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 1735 llvm::Value *Sum2 = EmitOverflowIntrinsic(*this, IntrinsicId, in EmitBuiltinExpr() local 1740 return RValue::get(Sum2); in EmitBuiltinExpr()
|