Home
last modified time | relevance | path

Searched refs:yp (Results 1 – 25 of 262) sorted by relevance

1234567891011

/external/libopus/celt/mips/
Dmdct_mipsr1.h100 kiss_fft_scalar * OPUS_RESTRICT yp = f; in clt_mdct_forward() local
106 *yp++ = S_MUL_ADD(*wp2, xp1[N2],*wp1,*xp2); in clt_mdct_forward()
107 *yp++ = S_MUL_SUB(*wp1, *xp1,*wp2, xp2[-N2]); in clt_mdct_forward()
118 *yp++ = *xp2; in clt_mdct_forward()
119 *yp++ = *xp1; in clt_mdct_forward()
126 *yp++ = S_MUL_SUB(*wp2, *xp2, *wp1, xp1[-N2]); in clt_mdct_forward()
127 *yp++ = S_MUL_ADD(*wp2, *xp1, *wp1, xp2[N2]); in clt_mdct_forward()
136 kiss_fft_scalar * OPUS_RESTRICT yp = f; in clt_mdct_forward() local
145 re = *yp++; in clt_mdct_forward()
146 im = *yp++; in clt_mdct_forward()
[all …]
/external/libopus/celt/arm/
Dcelt_mdct_ne10.c78 kiss_fft_scalar * OPUS_RESTRICT yp = f; in clt_mdct_forward_neon() local
84 *yp++ = MULT16_32_Q15(*wp2, xp1[N2]) + MULT16_32_Q15(*wp1,*xp2); in clt_mdct_forward_neon()
85 *yp++ = MULT16_32_Q15(*wp1, *xp1) - MULT16_32_Q15(*wp2, xp2[-N2]); in clt_mdct_forward_neon()
96 *yp++ = *xp2; in clt_mdct_forward_neon()
97 *yp++ = *xp1; in clt_mdct_forward_neon()
104 *yp++ = -MULT16_32_Q15(*wp1, xp1[-N2]) + MULT16_32_Q15(*wp2, *xp2); in clt_mdct_forward_neon()
105 *yp++ = MULT16_32_Q15(*wp2, *xp1) + MULT16_32_Q15(*wp1, xp2[N2]); in clt_mdct_forward_neon()
114 kiss_fft_scalar * OPUS_RESTRICT yp = f; in clt_mdct_forward_neon() local
123 re = *yp++; in clt_mdct_forward_neon()
124 im = *yp++; in clt_mdct_forward_neon()
[all …]
/external/libopus/celt/
Dmdct.c157 kiss_fft_scalar * OPUS_RESTRICT yp = f; in clt_mdct_forward_c() local
163 *yp++ = MULT16_32_Q15(*wp2, xp1[N2]) + MULT16_32_Q15(*wp1,*xp2); in clt_mdct_forward_c()
164 *yp++ = MULT16_32_Q15(*wp1, *xp1) - MULT16_32_Q15(*wp2, xp2[-N2]); in clt_mdct_forward_c()
175 *yp++ = *xp2; in clt_mdct_forward_c()
176 *yp++ = *xp1; in clt_mdct_forward_c()
183 *yp++ = -MULT16_32_Q15(*wp1, xp1[-N2]) + MULT16_32_Q15(*wp2, *xp2); in clt_mdct_forward_c()
184 *yp++ = MULT16_32_Q15(*wp2, *xp1) + MULT16_32_Q15(*wp1, xp2[N2]); in clt_mdct_forward_c()
193 kiss_fft_scalar * OPUS_RESTRICT yp = f; in clt_mdct_forward_c() local
202 re = *yp++; in clt_mdct_forward_c()
203 im = *yp++; in clt_mdct_forward_c()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/MergeFunc/
Dapply_function_attributes.ll9 define void @B(%Opaque_type* sret %a, %S2i* %b, i32* %xp, i32* %yp) {
11 %y = load i32, i32* %yp
18 define void @C(%Opaque_type* sret %a, %S2i* %b, i32* %xp, i32* %yp) {
20 %y = load i32, i32* %yp
27 define void @A(%Opaque_type* sret %a, %D2i* %b, i32* %xp, i32* %yp) {
29 %y = load i32, i32* %yp
/external/llvm/test/Transforms/MergeFunc/
Dapply_function_attributes.ll9 define void @B(%Opaque_type* sret %a, %S2i* %b, i32* %xp, i32* %yp) {
11 %y = load i32, i32* %yp
18 define void @C(%Opaque_type* sret %a, %S2i* %b, i32* %xp, i32* %yp) {
20 %y = load i32, i32* %yp
27 define void @A(%Opaque_type* sret %a, %D2i* %b, i32* %xp, i32* %yp) {
29 %y = load i32, i32* %yp
/external/clang/test/Modules/
Dhidden-definition.cpp12 Y *yp; variable
13 X *xp = yp; // expected-error {{cannot initialize}}
15 X &xr = *yp; // expected-error {{unrelated type}}
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/env/
DImageUtils.java119 for (int j = 0, yp = 0; j < height; j++) { in convertYUV420SPToARGB8888()
124 for (int i = 0; i < width; i++, yp++) { in convertYUV420SPToARGB8888()
125 int y = 0xff & input[yp]; in convertYUV420SPToARGB8888()
131 output[yp] = YUV2RGB(y, u, v); in convertYUV420SPToARGB8888()
183 int yp = 0; in convertYUV420ToARGB8888() local
191 out[yp++] = YUV2RGB( in convertYUV420ToARGB8888()
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/env/
DImageUtils.java119 for (int j = 0, yp = 0; j < height; j++) { in convertYUV420SPToARGB8888()
124 for (int i = 0; i < width; i++, yp++) { in convertYUV420SPToARGB8888()
125 int y = 0xff & input[yp]; in convertYUV420SPToARGB8888()
131 output[yp] = YUV2RGB(y, u, v); in convertYUV420SPToARGB8888()
183 int yp = 0; in convertYUV420ToARGB8888() local
191 out[yp++] = YUV2RGB( in convertYUV420ToARGB8888()
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DUtils.java57 public static double[] interp(double[] x, double[] xp, double[] yp) { in interp() argument
72 y[i] = yp[ip]; in interp()
74 double dy = yp[ip] - yp[ip-1]; in interp()
76 y[i] = yp[ip-1] + dy/dx * (x[i] - xp[ip-1]); in interp()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LICM/
Dpreheader-safe.ll40 define void @throw_header_after_rec(i64* %xp, i64* %yp, i1* %cond) {
43 ; CHECK: %y = load i64, i64* %yp
52 %y = load i64, i64* %yp
60 define void @throw_header_after_nonfirst(i64* %xp, i64* %yp, i1* %cond) {
62 ; CHECK: %y = load i64, i64* %yp
74 %y = load i64, i64* %yp
/external/deqp/framework/common/
DtcuInterval.cpp81 TCU_INTERVAL_APPLY_MONOTONE2(ret, xp, x, yp, y, val, in operator -()
82 TCU_SET_INTERVAL(val, point, point = xp - yp)); in operator -()
90 TCU_INTERVAL_APPLY_MONOTONE2(ret, xp, x, yp, y, val, in operator *()
91 TCU_SET_INTERVAL(val, point, point = xp * yp)); in operator *()
/external/walt/ios/WALT/
DDragLatencyController.mm50 /** Linear interpolation of (xp, yp) at x. */
54 const std::vector<T>& yp) {
56 NSCAssert(xp.size() == yp.size(), @"xp and yp must have matching lengths.");
64 y.push_back(yp.front()); // Pad out y with yp.front() for x values before xp.front().
67 size_t ip = 0; // Index into xp/yp.
78 y.push_back(Lerp(yp[ip - 1], yp[ip], alpha));
82 y.push_back(yp.back()); // Pad out y with yp.back() for values after xp.back().
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
D2011-12-08-DemandedBitsMiscompile.ll3 define void @test(i32* nocapture %x, i64* %xx, i32* %yp) nounwind uwtable ssp {
5 %yy = load i32, i32* %yp
/external/llvm/test/CodeGen/PowerPC/
D2011-12-08-DemandedBitsMiscompile.ll3 define void @test(i32* nocapture %x, i64* %xx, i32* %yp) nounwind uwtable ssp {
5 %yy = load i32, i32* %yp
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
DRTPjitter.cc221 int compare_arr_time(const void *xp, const void *yp) { in compare_arr_time() argument
223 if(((arr_time *)xp)->time == ((arr_time *)yp)->time) in compare_arr_time()
225 else if(((arr_time *)xp)->time > ((arr_time *)yp)->time) in compare_arr_time()
/external/skia/src/compute/ts/
Dtransform_stack.c804 ts_transform_float_t * const yp) in ts_transform_stack_transform_xy() argument
809 *yp = x * t->shy + y * t->sy + t->ty; in ts_transform_stack_transform_xy()
816 *yp *= d; in ts_transform_stack_transform_xy()
865 ts_transform_float_t xp,yp; in ts_debug() local
869 &xp,&yp); in ts_debug()
872 xp,yp,xp/TS_DEBUG_SCALE,yp/TS_DEBUG_SCALE); in ts_debug()
Dtransform_stack.h107 ts_transform_float_t * const yp);
/external/skqp/src/compute/ts/
Dtransform_stack.c804 ts_transform_float_t * const yp) in ts_transform_stack_transform_xy() argument
809 *yp = x * t->shy + y * t->sy + t->ty; in ts_transform_stack_transform_xy()
816 *yp *= d; in ts_transform_stack_transform_xy()
865 ts_transform_float_t xp,yp; in ts_debug() local
869 &xp,&yp); in ts_debug()
872 xp,yp,xp/TS_DEBUG_SCALE,yp/TS_DEBUG_SCALE); in ts_debug()
Dtransform_stack.h107 ts_transform_float_t * const yp);
/external/deqp-deps/glslang/Test/
D300.vert182 float xp[3], yp[4];
184 yp = y;
186 yp = x; // ERROR, wrong size
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Davx512vl-vec-cmp.ll88 define <8 x i32> @test256_5(<8 x i32> %x, <8 x i32> %x1, <8 x i32>* %yp) nounwind {
104 %y = load <8 x i32>, <8 x i32>* %yp, align 4
110 define <8 x i32> @test256_5b(<8 x i32> %x, <8 x i32> %x1, <8 x i32>* %yp) nounwind {
126 %y = load <8 x i32>, <8 x i32>* %yp, align 4
476 define <8 x i32> @test256_17(<8 x i32> %x, <8 x i32> %x1, <8 x i32>* %yp) nounwind {
492 %y = load <8 x i32>, <8 x i32>* %yp, align 4
498 define <8 x i32> @test256_18(<8 x i32> %x, <8 x i32> %x1, <8 x i32>* %yp) nounwind {
514 %y = load <8 x i32>, <8 x i32>* %yp, align 4
520 define <8 x i32> @test256_19(<8 x i32> %x, <8 x i32> %x1, <8 x i32>* %yp) nounwind {
536 %y = load <8 x i32>, <8 x i32>* %yp, align 4
[all …]
/external/llvm/test/CodeGen/X86/
Davx512-vec-cmp.ll27 define <16 x i32> @test3(<16 x i32> %x, <16 x i32> %x1, <16 x i32>* %yp) nounwind {
33 %y = load <16 x i32>, <16 x i32>* %yp, align 4
930 define <2 x double> @test31(<2 x double> %x, <2 x double> %x1, <2 x double>* %yp) nounwind {
943 %y = load <2 x double>, <2 x double>* %yp, align 4
949 define <4 x double> @test32(<4 x double> %x, <4 x double> %x1, <4 x double>* %yp) nounwind {
962 %y = load <4 x double>, <4 x double>* %yp, align 4
968 define <8 x double> @test33(<8 x double> %x, <8 x double> %x1, <8 x double>* %yp) nounwind {
974 %y = load <8 x double>, <8 x double>* %yp, align 4
980 define <4 x float> @test34(<4 x float> %x, <4 x float> %x1, <4 x float>* %yp) nounwind {
992 %y = load <4 x float>, <4 x float>* %yp, align 4
[all …]
/external/honggfuzz/examples/apache-httpd/corpus_http2/
Dcd41667f98dbf6356efdea9ff66df78d.00004861.honggfuzz.cov15 �on��au�yp�Expect: cQWxhZGRpbjpvGVuIHNkc2FtZQ==^�RI[4�noneRATDSKf%MatchL o:=Kee@-A
101 �on��au�yp�Expect: cQWxhZGRpbjpvGVuIHNkc2FtZQ==^�RI[4�noneRATDSKf%MatchL o:=Kee@-A
106 �on��au�yp�Expect: cQWxhZGRpbjpvGVuIHNkc2FtZQ==^�RI[4�noneRATDSKf%MatchL o:=Kee@-A
132 �on��au�yp�Expect: cQWxhZGRpbjpvGVuIHNkc2FtZQ==^�RI[4�noneRATDSKf%MatchL o:=Kee@-A
137 �on��au�yp�Expect: cQWxhZGRpbjpvGVuIHNkc2FtZQ==^�RI[4�noneRATDSKf%MatchL o:=Kee@-A
/external/honggfuzz/examples/apache-httpd/corpus_http1/
Dcd41667f98dbf6356efdea9ff66df78d.00004861.honggfuzz.cov15 �on��au�yp�Expect: cQWxhZGRpbjpvGVuIHNkc2FtZQ==^�RI[4�noneRATDSKf%MatchL o:=Kee@-A
101 �on��au�yp�Expect: cQWxhZGRpbjpvGVuIHNkc2FtZQ==^�RI[4�noneRATDSKf%MatchL o:=Kee@-A
106 �on��au�yp�Expect: cQWxhZGRpbjpvGVuIHNkc2FtZQ==^�RI[4�noneRATDSKf%MatchL o:=Kee@-A
132 �on��au�yp�Expect: cQWxhZGRpbjpvGVuIHNkc2FtZQ==^�RI[4�noneRATDSKf%MatchL o:=Kee@-A
137 �on��au�yp�Expect: cQWxhZGRpbjpvGVuIHNkc2FtZQ==^�RI[4�noneRATDSKf%MatchL o:=Kee@-A
/external/openssh/
DPROTOCOL.chacha20poly130598 http://cr.yp.to/chacha/chacha-20080128.pdf
101 http://cr.yp.to/mac/poly1305-20050329.pdf

1234567891011