Searched refs:mzero (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ppc/ |
D | fdctdsp.c | 99 b5 = vec_madd(cnst, b5, mzero); /* b5 = b5 * W2; */ \ 111 x8 = vec_madd(cnst, x8, mzero); /* x8 = x8 * W3; */ \ 114 x0 = vec_madd(cnst, x0, mzero); /* x0 *= W8; */ \ 116 x1 = vec_madd(cnst, x1, mzero); /* x1 *= W9; */ \ 156 b5 = vec_madd(cnst, b5, mzero); /* b5 = b5 * W2; */ \ 168 x8 = vec_madd(cnst, x8, mzero); /* x8 = x8 * W3; */ \ 171 x0 = vec_madd(cnst, x0, mzero); /* x0 *= W8; */ \ 173 x1 = vec_madd(cnst, x1, mzero); /* x1 *= W9; */ \ 201 vector float mzero, cnst, cnsts0, cnsts1, cnsts2; in ff_fdct_altivec() local 206 mzero = ((vector float) vec_splat_u32(-1)); in ff_fdct_altivec() [all …]
|
/third_party/boost/libs/math/test/ |
D | complex_test.cpp | 272 static const T mzero = -zero; in check_spots() local 301 result = boost::math::acos(ct(mzero)); in check_spots() 304 result = boost::math::acos(ct(zero, mzero)); in check_spots() 307 result = boost::math::acos(ct(mzero, mzero)); in check_spots() 316 result = boost::math::acos(ct(mzero,nan)); in check_spots() 409 if(boost::math::signbit(mzero)) in check_spots() 414 result = boost::math::asin(ct(-1.75f, mzero)); in check_spots() 417 result = boost::math::atan(ct(mzero, -1.75f)); in check_spots() 425 result = boost::math::acos(ct(zero, mzero)); in check_spots() 429 result = boost::math::acos(ct(mzero, zero)); in check_spots() [all …]
|
/third_party/pcre2/pcre2/testdata/ |
D | grepoutput | 739 ./testdata/grepinput:[1;31m.[0m|[1;31mzero[0m|[1;31mthe[0m|[1;31m.[0m 740 ./testdata/grepinput:[1;31mzero[0m|[1;31ma[0m 741 ./testdata/grepinput:[1;31m.[0m|[1;31mzero[0m|[1;31mthe[0m|[1;31m.[0m
|