Searched refs:px1 (Results 1 – 6 of 6) sorted by relevance
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpgfpec_add.c | 88 const BNU_CHUNK_T* px1 = pPdata; in gfec_point_add() local 121 mul(U1, px1, U1, pGFE); // U1 = X1*Z2^2 in gfec_point_add() 156 cpMaskedReplace_ct(pRx, px1, elemLen*3, inftyQ); in gfec_point_add()
|
/external/selinux/libsepol/cil/src/ |
D | cil_find.c | 270 static int cil_permissionx_match_any(struct cil_permissionx *px1, struct cil_permissionx *px2) in cil_permissionx_match_any() argument 276 if (px1->kind != px2->kind) goto exit; in cil_permissionx_match_any() 278 if (!ebitmap_match_any(px1->perms, px2->perms)) goto exit; in cil_permissionx_match_any() 280 cl1 = cil_expand_class(px1->obj); in cil_permissionx_match_any()
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | insertvalue.ll | 15 %px1 = getelementptr inbounds [2 x double], [2 x double]* %2, i64 0, i64 1 16 %x1 = load double, double* %px1, align 4 44 %px1 = getelementptr inbounds [4 x float], [4 x float]* %2, i64 0, i64 1 45 %x1 = load float, float* %px1, align 4
|
/external/noto-fonts/scripts/ |
D | color_emoji_image_diff.py | 125 for px1, px2 in pixels: 126 diff = diff + abs(px1-px2)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/X86/ |
D | insertvalue.ll | 34 %px1 = getelementptr inbounds [2 x double], [2 x double]* %2, i64 0, i64 1 35 %x1 = load double, double* %px1, align 4 91 %px1 = getelementptr inbounds [4 x float], [4 x float]* %2, i64 0, i64 1 92 %x1 = load float, float* %px1, align 4
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_appstream.cpp | 165 float px1 = pts[i][1].x - pts[i][0].x; in GetAP_Check() local 170 csAP << pts[i][0].x + px1 * FX_BEZIER << " " in GetAP_Check()
|