Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 25 of 1788) sorted by relevance

12345678910>>...72

/external/mesa3d/src/gallium/state_trackers/vega/
Dasm_fill.h36 struct ureg_dst *temp,
44 struct ureg_dst *temp, in solid_fill() argument
55 ureg_MOV(ureg, ureg_writemask(temp[0], TGSI_WRITEMASK_XY), in[0]); \
57 ureg_writemask(temp[0], TGSI_WRITEMASK_Z), \
59 ureg_DP3(ureg, temp[1], constant[4], ureg_src(temp[0])); \
60 ureg_DP3(ureg, temp[2], constant[5], ureg_src(temp[0])); \
61 ureg_DP3(ureg, temp[3], constant[6], ureg_src(temp[0])); \
62 ureg_RCP(ureg, temp[3], ureg_src(temp[3])); \
63 ureg_MUL(ureg, temp[1], ureg_src(temp[1]), ureg_src(temp[3])); \
64 ureg_MUL(ureg, temp[2], ureg_src(temp[2]), ureg_src(temp[3])); \
[all …]
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
Drijndael-alg-fst.c154 #define temp xtemp.x8 in rijndaelEncrypt() macro
158 *((word32*)temp[0]) = *((word32*)(a )) ^ *((word32*)rk[0][0]); in rijndaelEncrypt()
159 *((word32*)temp[1]) = *((word32*)(a+ 4)) ^ *((word32*)rk[0][1]); in rijndaelEncrypt()
160 *((word32*)temp[2]) = *((word32*)(a+ 8)) ^ *((word32*)rk[0][2]); in rijndaelEncrypt()
161 *((word32*)temp[3]) = *((word32*)(a+12)) ^ *((word32*)rk[0][3]); in rijndaelEncrypt()
162 *((word32*)(b )) = *((const word32*)T1[temp[0][0]]) in rijndaelEncrypt()
163 ^ *((const word32*)T2[temp[1][1]]) in rijndaelEncrypt()
164 ^ *((const word32*)T3[temp[2][2]]) in rijndaelEncrypt()
165 ^ *((const word32*)T4[temp[3][3]]); in rijndaelEncrypt()
166 *((word32*)(b + 4)) = *((const word32*)T1[temp[1][0]]) in rijndaelEncrypt()
[all …]
/external/selinux/libsemanage/src/
Dsemanageswig_ruby.i21 %typemap(in, numinputs=0) char **(char *temp=NULL) {
22 $1 = &temp;
30 %typemap(in, numinputs=0) char ***(char **temp=NULL) {
31 $1 = &temp;
36 %typemap(in, numinputs=0) semanage_module_info_t **(semanage_module_info_t *temp=NULL) {
37 $1 = &temp;
48 %typemap(in, numinputs=0) semanage_context_t **(semanage_context_t *temp=NULL) {
49 $1 = &temp;
60 %typemap(in, numinputs=0) semanage_bool_t ***(semanage_bool_t **temp=NULL) {
61 $1 = &temp;
[all …]
Dutilities.c80 Ustr *ustr = USTR_NULL, *temp = USTR_NULL; in semanage_split_on_space() local
86 temp = in semanage_split_on_space()
89 if (!temp) in semanage_split_on_space()
92 ustr_sc_free(&temp); in semanage_split_on_space()
95 temp = ustr_dup_subustr(ustr, off + 1, rside_len); in semanage_split_on_space()
96 if (!temp) in semanage_split_on_space()
98 retval = strdup(ustr_cstr(temp)); in semanage_split_on_space()
99 ustr_sc_free(&temp); in semanage_split_on_space()
108 Ustr *ustr = USTR_NULL, *temp = USTR_NULL; in semanage_split() local
117 temp = in semanage_split()
[all …]
Dsemanageswig_python.i111 %typemap(in, numinputs=0) char **(char *temp=NULL) {
112 $1 = &temp;
120 %typemap(in, numinputs=0) char ***(char **temp=NULL) {
121 $1 = &temp;
148 %typemap(in, numinputs=0) semanage_module_info_t **(semanage_module_info_t *temp=NULL) {
149 $1 = &temp;
160 %typemap(in, numinputs=0) semanage_module_key_t **(semanage_module_key_t *temp=NULL) {
161 $1 = &temp;
172 %typemap(in, numinputs=0) semanage_context_t **(semanage_context_t *temp=NULL) {
173 $1 = &temp;
[all …]
/external/opencv3/modules/core/src/opencl/
Dreduce.cl172 dstT temp = convertToDT(loadpix(srcptr + src_index)); \
174 temp = SUM_ABS2(temp, temp2); \
177 FUNC(accumulator, temp)
180 dstT temp = convertToDT(loadpix(srcptr + src_index)); \
182 temp = SUM_ABS2(temp, temp2); \
183 FUNC(accumulator, temp)
187 dstT temp = convertToDT(loadpix(srcptr + src_index)); \
188 FUNC(accumulator, temp)
209 …dstTK temp = convertToDT(loadpix(srcptr + src_index)), temp2 = convertToDT(loadpix(src2ptr + src2_…
210 FUNC(accumulator, temp, temp2)
[all …]
/external/libgsm/src/
Dlpc.c36 word temp, smax, scalauto; variable
49 temp = GSM_ABS( s[k] );
50 if (temp > smax) smax = temp;
183 register word temp; variable
198 temp = gsm_norm( L_ACF[0] );
200 assert(temp >= 0 && temp < 32);
203 for (i = 0; i <= 8; i++) ACF[i] = SASR( L_ACF[i] << temp, 16 );
215 temp = P[1];
216 temp = GSM_ABS(temp);
217 if (P[0] < temp) {
[all …]
/external/opencv3/modules/calib3d/test/
Dtest_undistort_badarg.cpp131 CvMat* temp; in run() local
135 temp = (CvMat*)temp_img; in run()
136 _src_points = temp; in run()
140 temp = (CvMat*)temp_img; in run()
141 _dst_points = temp; in run()
145 temp = cvCreateMat(2,3,CV_64F); in run()
146 _src_points = temp; in run()
149 cvReleaseMat(&temp); in run()
151 temp = cvCreateMat(2,3,CV_64F); in run()
152 _dst_points = temp; in run()
[all …]
/external/eigen/blas/f2c/
Dctbmv.c28 complex temp; in ctbmv_() local
248 temp.r = x[i__2].r, temp.i = x[i__2].i; in ctbmv_()
257 q__2.r = temp.r * a[i__5].r - temp.i * a[i__5].i, in ctbmv_()
258 q__2.i = temp.r * a[i__5].i + temp.i * a[ in ctbmv_()
284 temp.r = x[i__4].r, temp.i = x[i__4].i; in ctbmv_()
294 q__2.r = temp.r * a[i__5].r - temp.i * a[i__5].i, in ctbmv_()
295 q__2.i = temp.r * a[i__5].i + temp.i * a[ in ctbmv_()
326 temp.r = x[i__1].r, temp.i = x[i__1].i; in ctbmv_()
335 q__2.r = temp.r * a[i__2].r - temp.i * a[i__2].i, in ctbmv_()
336 q__2.i = temp.r * a[i__2].i + temp.i * a[ in ctbmv_()
[all …]
Dztbmv.c28 doublecomplex temp; in ztbmv_() local
248 temp.r = x[i__2].r, temp.i = x[i__2].i; in ztbmv_()
257 z__2.r = temp.r * a[i__5].r - temp.i * a[i__5].i, in ztbmv_()
258 z__2.i = temp.r * a[i__5].i + temp.i * a[ in ztbmv_()
284 temp.r = x[i__4].r, temp.i = x[i__4].i; in ztbmv_()
294 z__2.r = temp.r * a[i__5].r - temp.i * a[i__5].i, in ztbmv_()
295 z__2.i = temp.r * a[i__5].i + temp.i * a[ in ztbmv_()
326 temp.r = x[i__1].r, temp.i = x[i__1].i; in ztbmv_()
335 z__2.r = temp.r * a[i__2].r - temp.i * a[i__2].i, in ztbmv_()
336 z__2.i = temp.r * a[i__2].i + temp.i * a[ in ztbmv_()
[all …]
/external/boringssl/src/crypto/bn/asm/
Darmv4-mont.pl270 my $temp=&Dlo($Temp);
302 vshl.i64 $temp,`&Dhi("$A0xB")`,#16
305 vadd.u64 $temp,$temp,`&Dlo("$A0xB")`
307 vmul.u32 $Ni,$temp,$M0
335 vshr.u64 $temp,$temp,#16
338 vadd.u64 $temp,$temp,`&Dhi("$Temp")`
341 vshr.u64 $temp,$temp,#16
350 vadd.u64 `&Dlo("$A0xB")`,`&Dlo("$A0xB")`,$temp
355 vshl.i64 $temp,`&Dhi("$A0xB")`,#16
358 vadd.u64 $temp,$temp,`&Dlo("$A0xB")`
[all …]
/external/sonivox/arm-wt-22k/lib_src/
Deas_pan.c63 EAS_INT temp; in EAS_CalcPanControl() local
78 temp = EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle); in EAS_CalcPanControl()
79 temp = COEFF_PAN_G0 + FMUL_15x15(temp, netAngle); in EAS_CalcPanControl()
81 if (temp > SYNTH_FULL_SCALE_EG1_GAIN) in EAS_CalcPanControl()
82 temp = SYNTH_FULL_SCALE_EG1_GAIN; in EAS_CalcPanControl()
83 else if (temp < 0) in EAS_CalcPanControl()
84 temp = 0; in EAS_CalcPanControl()
86 *pGainRight = (EAS_I16) temp; in EAS_CalcPanControl()
89 temp = -EG1_ONE + FMUL_15x15(COEFF_PAN_G2, netAngle); in EAS_CalcPanControl()
90 temp = COEFF_PAN_G0 + FMUL_15x15(temp, netAngle); in EAS_CalcPanControl()
[all …]
Deas_wtsynth.c518 EAS_I32 temp; in WT_UpdateVoice() local
552 temp = pChannel->staticPitch + pWTRegion->tuning; in WT_UpdateVoice()
556 temp += pVoice->note * 100; in WT_UpdateVoice()
558 temp += (pVoice->note + pSynth->globalTranspose) * 100; in WT_UpdateVoice()
559 intFrame.frame.phaseIncrement = WT_UpdatePhaseInc(pWTVoice, pArt, pChannel, temp); in WT_UpdateVoice()
628 EAS_I32 temp; in WT_UpdatePhaseInc() local
631 temp = MULT_EG1_EG1(DEFAULT_LFO_MOD_WHEEL_TO_PITCH_CENTS, in WT_UpdatePhaseInc()
635 temp += MULT_EG1_EG1(DEFAULT_LFO_CHANNEL_PRESSURE_TO_PITCH_CENTS, in WT_UpdatePhaseInc()
639 temp = MULT_EG1_EG1(pWTVoice->modLFO.lfoValue, temp); in WT_UpdatePhaseInc()
647 temp += pitchCents + in WT_UpdatePhaseInc()
[all …]
/external/opencv/cxcore/src/
Dcxrand.cpp73 uint64 temp = *state; \
88 temp = ICV_RNG_NEXT(temp); \
89 t0 = ((unsigned)temp & p[i + 12]) + p[i]; \
90 temp = ICV_RNG_NEXT(temp); \
91 t1 = ((unsigned)temp & p[i + 13]) + p[i+1]; \
95 temp = ICV_RNG_NEXT(temp); \
96 t0 = ((unsigned)temp & p[i + 14]) + p[i+2]; \
97 temp = ICV_RNG_NEXT(temp); \
98 t1 = ((unsigned)temp & p[i + 15]) + p[i+3]; \
115 temp = ICV_RNG_NEXT(temp); \
[all …]
/external/mesa3d/src/mesa/tnl/
Dt_vertex_sse.c263 struct x86_reg temp ) in emit_store() argument
266 store[sz-1](p, dest, temp); in emit_store()
271 struct x86_reg temp ) in emit_pack_store_4ub() argument
275 sse_mulps(&p->func, temp, p->chan0); in emit_pack_store_4ub()
278 sse2_cvtps2dq(&p->func, temp, temp); in emit_pack_store_4ub()
279 sse2_packssdw(&p->func, temp, temp); in emit_pack_store_4ub()
280 sse2_packuswb(&p->func, temp, temp); in emit_pack_store_4ub()
281 sse_movss(&p->func, dest, temp); in emit_pack_store_4ub()
286 sse_cvtps2pi(&p->func, mmx0, temp); in emit_pack_store_4ub()
287 sse_movhlps(&p->func, temp, temp); in emit_pack_store_4ub()
[all …]
/external/opencv3/modules/cudabgsegm/perf/
Dperf_bgsegm.cpp90 cv::Mat temp; variable
92 cv::cvtColor(frame, temp, cv::COLOR_BGR2GRAY);
94 cv::cvtColor(frame, temp, cv::COLOR_BGR2BGRA);
95 cv::swap(temp, frame);
117 cv::Mat temp; variable
119 cv::cvtColor(frame, temp, cv::COLOR_BGR2GRAY);
121 cv::cvtColor(frame, temp, cv::COLOR_BGR2BGRA);
122 cv::swap(temp, frame);
144 cv::Mat temp; variable
146 cv::cvtColor(frame, temp, cv::COLOR_BGR2GRAY);
[all …]
/external/wpa_supplicant_8/src/crypto/
Daes-internal.c782 u32 temp; in rijndaelKeySetupEnc() local
791 temp = rk[3]; in rijndaelKeySetupEnc()
792 rk[4] = rk[0] ^ TE421(temp) ^ TE432(temp) ^ in rijndaelKeySetupEnc()
793 TE443(temp) ^ TE414(temp) ^ RCON(i); in rijndaelKeySetupEnc()
807 temp = rk[5]; in rijndaelKeySetupEnc()
808 rk[6] = rk[0] ^ TE421(temp) ^ TE432(temp) ^ in rijndaelKeySetupEnc()
809 TE443(temp) ^ TE414(temp) ^ RCON(i); in rijndaelKeySetupEnc()
826 temp = rk[7]; in rijndaelKeySetupEnc()
827 rk[8] = rk[0] ^ TE421(temp) ^ TE432(temp) ^ in rijndaelKeySetupEnc()
828 TE443(temp) ^ TE414(temp) ^ RCON(i); in rijndaelKeySetupEnc()
[all …]
/external/dng_sdk/source/
Ddng_xy_coord.cpp49 dng_xy_coord temp = coord; in XYtoXYZ() local
55 temp.x = Pin_real64 (0.000001, temp.x, 0.999999); in XYtoXYZ()
56 temp.y = Pin_real64 (0.000001, temp.y, 0.999999); in XYtoXYZ()
58 if (temp.x + temp.y > 0.999999) in XYtoXYZ()
60 real64 scale = 0.999999 / (temp.x + temp.y); in XYtoXYZ()
61 temp.x *= scale; in XYtoXYZ()
62 temp.y *= scale; in XYtoXYZ()
65 return dng_vector_3 (temp.x / temp.y, in XYtoXYZ()
67 (1.0 - temp.x - temp.y) / temp.y); in XYtoXYZ()
/external/lzma/xz-embedded/
Dxz_dec_stream.c140 } temp; member
171 b->in_size - b->in_pos, s->temp.size - s->temp.pos); in fill_temp()
173 memcpy(s->temp.buf + s->temp.pos, b->in + b->in_pos, copy_size); in fill_temp()
175 s->temp.pos += copy_size; in fill_temp()
177 if (s->temp.pos == s->temp.size) { in fill_temp()
178 s->temp.pos = 0; in fill_temp()
409 if (!memeq(s->temp.buf, HEADER_MAGIC, HEADER_MAGIC_SIZE)) in dec_stream_header()
412 if (xz_crc32(s->temp.buf + HEADER_MAGIC_SIZE, 2, 0) in dec_stream_header()
413 != get_le32(s->temp.buf + HEADER_MAGIC_SIZE + 2)) in dec_stream_header()
416 if (s->temp.buf[HEADER_MAGIC_SIZE] != 0) in dec_stream_header()
[all …]
/external/lzma/C/
DSort.c8 #define HeapSortDown(p, k, size, temp) \ argument
13 if (temp >= p[s]) break; \
15 } p[k] = temp; }
26 UInt32 temp = p[i]; in HeapSort() local
28 HeapSortDown(p, k, size, temp) in HeapSort()
44 UInt32 temp = p[size]; in HeapSort() local
48 HeapSortDown(p, k, size, temp) in HeapSort()
51 UInt32 temp = p[size]; in HeapSort() local
53 if (size > 2 && p[2] < temp) in HeapSort()
56 p[2] = temp; in HeapSort()
[all …]
DLzHash.h18 UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
19 hash2Value = temp & (kHash2Size - 1); \
20 hashValue = (temp ^ ((UInt32)cur[2] << 8)) & p->hashMask; }
23 UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
24 hash2Value = temp & (kHash2Size - 1); \
25 hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); \
26 hashValue = (temp ^ ((UInt32)cur[2] << 8) ^ (p->crc[cur[3]] << 5)) & p->hashMask; }
29 UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
30 hash2Value = temp & (kHash2Size - 1); \
31 hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); \
[all …]
/external/toybox/toys/pending/
Dmke2fs.c225 uint32_t temp; in get_inodespg() local
228 temp = (inodes + TT.groups - 1) / TT.groups; in get_inodespg()
230 return ((temp + inodes - 1)/inodes)*inodes; in get_inodespg()
237 uint32_t temp; in init_superblock() local
241 for (temp = 0; temp < 4; temp++) if (TT.blocksize == 1024<<temp) break; in init_superblock()
242 if (temp==4) error_exit("bad blocksize"); in init_superblock()
243 sb->log_block_size = sb->log_frag_size = SWAP_LE32(temp); in init_superblock()
249 temp = (TT.blocks * (uint64_t)TT.reserved_percent) / 100; in init_superblock()
250 sb->r_blocks_count = SWAP_LE32(temp); in init_superblock()
264 temp = TT.inodespg*TT.groups - INODES_RESERVED; in init_superblock()
[all …]
/external/libedit/src/
Dfilecomplete.c79 char *temp; in fn_tilde_expand() local
85 temp = strchr(txt + 1, '/'); in fn_tilde_expand()
86 if (temp == NULL) { in fn_tilde_expand()
87 temp = strdup(txt + 1); in fn_tilde_expand()
88 if (temp == NULL) in fn_tilde_expand()
92 len = (size_t)(temp - txt + 1); in fn_tilde_expand()
93 temp = el_malloc(len * sizeof(*temp)); in fn_tilde_expand()
94 if (temp == NULL) in fn_tilde_expand()
96 (void)strncpy(temp, txt + 1, len - 2); in fn_tilde_expand()
97 temp[len - 2] = '\0'; in fn_tilde_expand()
[all …]
/external/icu/icu4c/source/test/intltest/
Dsrchtest.cpp467 UChar temp[128]; in assertEqual() local
474 u_unescape(search->text, temp, 128); in assertEqual()
476 text.setTo(temp); in assertEqual()
477 u_unescape(search->pattern, temp, 128); in assertEqual()
479 pattern.setTo(temp); in assertEqual()
524 UChar temp[128]; in assertCanonicalEqual() local
533 u_unescape(search->text, temp, 128); in assertCanonicalEqual()
535 text.setTo(temp); in assertCanonicalEqual()
536 u_unescape(search->pattern, temp, 128); in assertCanonicalEqual()
538 pattern.setTo(temp); in assertCanonicalEqual()
[all …]
/external/libopus/silk/float/
Dsolve_LS_FLP.c120 silk_float temp; in silk_SolveWithUpperTriangularFromLowerWdiagOnes_FLP() local
125 temp = 0; in silk_SolveWithUpperTriangularFromLowerWdiagOnes_FLP()
127 temp += ptr1[ j * M ] * x[ j ]; in silk_SolveWithUpperTriangularFromLowerWdiagOnes_FLP()
129 temp = b[ i ] - temp; in silk_SolveWithUpperTriangularFromLowerWdiagOnes_FLP()
130 x[ i ] = temp; in silk_SolveWithUpperTriangularFromLowerWdiagOnes_FLP()
142 silk_float temp; in silk_SolveWithLowerTriangularWdiagOnes_FLP() local
147 temp = 0; in silk_SolveWithLowerTriangularWdiagOnes_FLP()
149 temp += ptr1[ j ] * x[ j ]; in silk_SolveWithLowerTriangularWdiagOnes_FLP()
151 temp = b[ i ] - temp; in silk_SolveWithLowerTriangularWdiagOnes_FLP()
152 x[ i ] = temp; in silk_SolveWithLowerTriangularWdiagOnes_FLP()
[all …]

12345678910>>...72