Home
last modified time | relevance | path

Searched refs:redx (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/PowerPC/
Dsmall-loop-rdx.ll33 %redx.05 = phi double [ 0.000000e+00, %for.body.lr.ph ], [ %add, %for.body ]
36 %add = fadd fast double %1, %redx.05
47 %redx.0.lcssa = phi double [ 0.000000e+00, %entry ], [ %add.lcssa, %for.end.loopexit ]
/external/llvm/test/Transforms/LoopVectorize/PowerPC/
Dsmall-loop-rdx.ll33 %redx.05 = phi double [ 0.000000e+00, %for.body.lr.ph ], [ %add, %for.body ]
36 %add = fadd fast double %1, %redx.05
47 %redx.0.lcssa = phi double [ 0.000000e+00, %entry ], [ %add.lcssa, %for.end.loopexit ]
/external/pdfium/third_party/libpng16/
Dpng.c1203 if (png_muldiv(&xy->redx, XYZ->red_X, PNG_FP_1, d) == 0)
1251 if (xy->redx < 0 || xy->redx > PNG_FP_1) return 1;
1252 if (xy->redy < 0 || xy->redy > PNG_FP_1-xy->redx) return 1;
1441 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->redx - xy->bluex, 7) == 0)
1463 if (png_muldiv(&right, xy->redx-xy->bluex, xy->whitey-xy->bluey, 7) == 0)
1479 if (png_muldiv(&XYZ->red_X, xy->redx, PNG_FP_1, red_inverse) == 0)
1483 if (png_muldiv(&XYZ->red_Z, PNG_FP_1 - xy->redx - xy->redy, PNG_FP_1,
1562 PNG_OUT_OF_RANGE(xy1->redx, xy2->redx, delta) ||
Dpngstruct.h85 png_fixed_point redx, redy; member
Dpngget.c534 *red_x = png_float(png_ptr, info_ptr->colorspace.end_points_xy.redx, in png_get_cHRM()
656 *red_x = info_ptr->colorspace.end_points_xy.redx; in png_get_cHRM_fixed()
Dpngset.c52 xy.redx = red_x; in png_set_cHRM_fixed()
Dpngrutil.c1261 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1270 xy.redx == PNG_FIXED_ERROR || in png_handle_cHRM()
Dpngwutil.c1327 png_save_int_32(buf + 8, xy->redx); in png_write_cHRM_fixed()
/external/libpng/
Dpng.c1244 if (png_muldiv(&xy->redx, XYZ->red_X, PNG_FP_1, d) == 0)
1292 if (xy->redx < 0 || xy->redx > PNG_FP_1) return 1;
1293 if (xy->redy < 0 || xy->redy > PNG_FP_1-xy->redx) return 1;
1482 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->redx - xy->bluex, 7) == 0)
1504 if (png_muldiv(&right, xy->redx-xy->bluex, xy->whitey-xy->bluey, 7) == 0)
1520 if (png_muldiv(&XYZ->red_X, xy->redx, PNG_FP_1, red_inverse) == 0)
1524 if (png_muldiv(&XYZ->red_Z, PNG_FP_1 - xy->redx - xy->redy, PNG_FP_1,
1603 PNG_OUT_OF_RANGE(xy1->redx, xy2->redx, delta) ||
Dpngstruct.h85 png_fixed_point redx, redy; member
Dpngget.c534 *red_x = png_float(png_ptr, info_ptr->colorspace.end_points_xy.redx, in png_get_cHRM()
656 *red_x = info_ptr->colorspace.end_points_xy.redx; in png_get_cHRM_fixed()
Dpngset.c52 xy.redx = red_x; in png_set_cHRM_fixed()
Dpngrutil.c1271 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1280 xy.redx == PNG_FIXED_ERROR || in png_handle_cHRM()
Dpngwutil.c1334 png_save_int_32(buf + 8, xy->redx); in png_write_cHRM_fixed()
/external/u-boot/include/linux/
Dfb.h297 __u32 redx; /* in fraction of 1024 */ member