/third_party/ffmpeg/libavfilter/ |
D | vf_xbr.c | 93 #define FILT2(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, … argument 95 … if (PE != PH && PE != PF) { \ 96 … const unsigned e = df(PE,PC) + df(PE,PG) + df(PI,H5) + df(PI,F4) + (df(PH,PF)<<2); \ 97 … const unsigned i = df(PH,PD) + df(PH,I5) + df(PF,I4) + df(PF,PB) + (df(PE,PI)<<2); \ 99 … const unsigned px = df(PE,PF) <= df(PE,PH) ? PF : PH; \ 100 … if (e < i && (!eq(PF,PB) && !eq(PH,PD) || eq(PE,PI) \ 101 … && (!eq(PF,I4) && !eq(PH,I5)) \ 103 … const unsigned ke = df(PF,PG); \ 127 #define FILT3(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, … argument 129 … if (PE != PH && PE != PF) { \ [all …]
|
D | vf_identity.c | 249 #define PF(suf) PF_NOALPHA(suf), PF_ALPHA(suf) in query_formats() macro 250 PF(P), PF(P9), PF(P10), PF_NOALPHA(P12), PF_NOALPHA(P14), PF(P16), in query_formats() enumerator
|
D | vf_vif.c | 482 #define PF(suf) AV_PIX_FMT_YUV420##suf, AV_PIX_FMT_YUV422##suf, AV_PIX_FMT_YUV444##suf in query_formats() macro 483 PF(P9), PF(P10), PF(P12), PF(P14), PF(P16), in query_formats() enumerator
|
D | vf_ssim.c | 432 #define PF(suf) AV_PIX_FMT_YUV420##suf, AV_PIX_FMT_YUV422##suf, AV_PIX_FMT_YUV444##suf, AV_PIX_FM… in query_formats() macro 433 PF(P9), PF(P10), PF(P12), PF(P14), PF(P16), in query_formats() enumerator
|
D | vf_decimate.c | 358 #define PF(suf) PF_NOALPHA(suf), PF_ALPHA(suf) in query_formats() macro 359 PF(P), PF(P9), PF(P10), PF_NOALPHA(P12), PF_NOALPHA(P14), PF(P16), in query_formats() enumerator
|
D | vf_psnr.c | 304 #define PF(suf) PF_NOALPHA(suf), PF_ALPHA(suf) in query_formats() macro 305 PF(P), PF(P9), PF(P10), PF_NOALPHA(P12), PF_NOALPHA(P14), PF(P16), in query_formats() enumerator
|
/third_party/optimized-routines/math/ |
D | erf.c | 22 #define PF __erf_data.erfc_poly_F macro 206 double r1 = fma (a, PF[1], PF[0]); in erf() 207 double r2 = fma (a, PF[3], PF[2]); in erf() 208 double r3 = fma (a, PF[5], PF[4]); in erf() 209 double r4 = fma (a, PF[7], PF[6]); in erf() 210 double r5 = fma (a, PF[9], PF[8]); in erf() 211 double r6 = fma (a, PF[11], PF[10]); in erf() 212 double r7 = fma (a, PF[13], PF[12]); in erf() 213 double r8 = fma (a, PF[15], PF[14]); in erf() 214 double r9 = PF[16]; in erf()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Memory.cpp | 35 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF) { in operator <<() argument 36 assert((PF & ~(Memory::MF_READ | Memory::MF_WRITE | Memory::MF_EXEC)) == 0 && in operator <<() 39 return OS << (PF & Memory::MF_READ ? 'R' : '-') in operator <<() 40 << (PF & Memory::MF_WRITE ? 'W' : '-') in operator <<() 41 << (PF & Memory::MF_EXEC ? 'X' : '-'); in operator <<()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.cpp | 49 int (*PF)(int, char **, const char **) = in runFunction() local 54 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(), in runFunction() 63 int (*PF)(int, char **) = (int (*)(int, char **))(intptr_t)FPtr; in runFunction() local 67 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(), in runFunction() 75 int (*PF)(int) = (int (*)(int))(intptr_t)FPtr; in runFunction() local 76 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue())); in runFunction()
|
/third_party/googletest/googletest/include/gtest/hwext/ |
D | gtest-multithread.h | 21 using PF = void(*)(); variable 32 …TestTask(std::string ts, std::string tc, PF func) : m_testsuite(ts), m_testcase(tc), m_func(func){} in TestTask() 35 PF m_func; 55 uint runTask(unsigned thread_num, PF func, std::string testsuite, std::string testcase); 56 … void appendTaskToList(unsigned thread_id, PF func, std::string testsuite, std::string testcase); 83 …inline void addPostTest(unsigned thread_id, PF func, std::string testsuite = "NA", std::string tes…
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
D | p2p-action-udhcp.sh | 8 PF=$2 10 if [ ! -r $PF ]; then 14 PID=`cat $PF` 20 rm $PF
|
D | p2p-action.sh | 8 PF=$2 10 if [ ! -r $PF ]; then 14 PID=`cat $PF` 20 rm $PF
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
D | p2p-action-udhcp.sh | 8 PF=$2 10 if [ ! -r $PF ]; then 14 PID=`cat $PF` 20 rm $PF
|
D | p2p-action.sh | 8 PF=$2 10 if [ ! -r $PF ]; then 14 PID=`cat $PF` 20 rm $PF
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetSubtargetInfo.cpp | 19 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD, in TargetSubtargetInfo() argument 23 : MCSubtargetInfo(TT, CPU, FS, PF, PD, WPR, WL, RA, IS, OC, FP) { in TargetSubtargetInfo()
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/asm/vert/ |
D | pointer-to-pointer.asm.vert | 9 %PF = OpTypePointer StorageBuffer %F 10 %PPF = OpTypePointer Private %PF
|
/third_party/googletest/googletest/src/hwext/ |
D | gtest-multithread.cpp | 59 …unsigned MultiThreadTest::runTask(unsigned thread_num, PF func, std::string testsuite, std::string… in runTask() 83 …void MultiThreadTest::appendTaskToList(unsigned thread_id, PF func, std::string testsuite, std::st… in appendTaskToList()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 530 int (*PF)(int, char **, const char **) = in runFunction() local 535 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(), in runFunction() 544 int (*PF)(int, char **) = (int(*)(int, char **))(intptr_t)FPtr; in runFunction() local 548 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(), in runFunction() 557 int (*PF)(int) = (int(*)(int))(intptr_t)FPtr; in runFunction() local 558 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue())); in runFunction()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/region/ |
D | zh_Hant_HK.txt | 65 PF{"法屬波利尼西亞"}
|
D | sw_KE.txt | 48 PF{"Polinesia ya Ufaransa"}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 211 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD, in MCSubtargetInfo() argument 215 : TargetTriple(TT), CPU(C), ProcFeatures(PF), ProcDesc(PD), in MCSubtargetInfo()
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | zh_Hant_HK.txt | 67 PF{"法屬波利尼西亞"}
|
D | sw_KE.txt | 45 PF{"Polinesia ya Ufaransa"}
|
/third_party/icu/icu4c/source/data/region/ |
D | zh_Hant_HK.txt | 67 PF{"法屬波利尼西亞"}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Memory.h | 166 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF);
|