Home
last modified time | relevance | path

Searched refs:Ln (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dcolor_utils.c144 const double Ln = pow(L, n); in avpriv_trc_smpte_st2084() local
147 : pow((c1 + c2 * Ln) / (1.0 + c3 * Ln), m); in avpriv_trc_smpte_st2084()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp875 int Ln = std::min(LHS.second, RHS.second) + Idx; in getExternalUsesCost() local
876 assert(Ln >= 0 && "Bad lane calculation"); in getExternalUsesCost()
885 if (UserLn != Ln) in getExternalUsesCost()
892 if (It2->second != Ln) in getExternalUsesCost()
1173 for (unsigned Ln = 0, Lns = getNumLanes(); Ln != Lns; ++Ln) { in shouldBroadcast()
1174 if (Ln == Lane) in shouldBroadcast()
1179 OperandData &Data = getData(OpI, Ln); in shouldBroadcast()

Completed in 11 milliseconds