Home
last modified time | relevance | path

Searched defs:abs0 (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dcanonical-abs.c1 _Bool abs0(int a) { return (a < 0 ? -a : a) == (a >= 0 ? a : -a); } in abs0() function
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Ddec_clip_tables.c23 static const uint8_t abs0[255 + 255 + 1] = { variable
334 static uint8_t abs0[255 + 255 + 1]; variable
H A Denc_sse41.c44 const __m128i abs0 = _mm_abs_epi16(out0); in CollectHistogram_SSE41() local
H A Denc_sse2.c457 const __m128i abs0 = _mm_max_epi16(out0, d0); // abs(v), 16b in CollectHistogram_SSE2() local

Completed in 5 milliseconds