Searched refs:zero4 (Results 1 – 3 of 3) sorted by relevance
/external/llvm/test/Transforms/InstSimplify/ |
D | fast-math.ll | 53 %zero4 = fadd nnan ninf float %t4, %a 63 %zero6 = fadd float %zero3, %zero4
|
/external/skia/src/opts/ |
D | SkBitmapProcState_matrix_clamp_neon.h | 316 int16x4_t zero4 = vdup_n_s16(0); in PERSP_NOFILTER_NAME() local 345 xhi = vmax_s16(xhi, zero4); /* now 0.. */ in PERSP_NOFILTER_NAME() 349 yhi = vmax_s16(yhi, zero4); /* now 0.. */ in PERSP_NOFILTER_NAME() 373 x2hi = vmax_s16(x2hi, zero4); /* now 0.. */ in PERSP_NOFILTER_NAME() 377 y2hi = vmax_s16(y2hi, zero4); /* now 0.. */ in PERSP_NOFILTER_NAME()
|
/external/chromium_org/third_party/skia/src/opts/ |
D | SkBitmapProcState_matrix_clamp_neon.h | 316 int16x4_t zero4 = vdup_n_s16(0); in PERSP_NOFILTER_NAME() local 345 xhi = vmax_s16(xhi, zero4); /* now 0.. */ in PERSP_NOFILTER_NAME() 349 yhi = vmax_s16(yhi, zero4); /* now 0.. */ in PERSP_NOFILTER_NAME() 373 x2hi = vmax_s16(x2hi, zero4); /* now 0.. */ in PERSP_NOFILTER_NAME() 377 y2hi = vmax_s16(y2hi, zero4); /* now 0.. */ in PERSP_NOFILTER_NAME()
|