Searched defs:c3 (Results 76 - 100 of 193) sorted by relevance

12345678

/external/python/cpython3/Lib/test/test_asyncio/
H A Dtest_locks.py85 def c3(result): function in function:LockTests.test_acquire
103 t3 = asyncio.Task(c3(result), loop=self.loop)
286 def c3(result): function in function:EventTests.test_wait
296 t3 = asyncio.Task(c3(result), loop=self.loop)
404 def c3(result): function in function:ConditionTests.test_wait
412 t3 = asyncio.Task(c3(result), loop=self.loop)
565 def c3(result): function in function:ConditionTests.test_notify
574 t3 = asyncio.Task(c3(result), loop=self.loop)
785 def c3(result): function in function:SemaphoreTests.test_acquire
798 t3 = asyncio.Task(c3(resul
[all...]
/external/skia/src/shaders/gradients/
H A DSk4fLinearGradient.cpp27 c3 = c1 + dc2; local
30 DstTraits<dstType, premul>::store4x(c0, c1, c2, c3, dst, bias0, bias1);
36 c3 = c3 + dc4;
/external/skqp/src/shaders/gradients/
H A DSk4fLinearGradient.cpp27 c3 = c1 + dc2; local
30 DstTraits<dstType, premul>::store4x(c0, c1, c2, c3, dst, bias0, bias1);
36 c3 = c3 + dc4;
/external/sl4a/Common/src/com/googlecode/android_scripting/language/
H A DLanguage.java176 char c3, String s3, char c4, String s4, char c5, String s5) {
180 map.put(c3, s3);
175 buildAutoCloseMap(char c1, String s1, char c2, String s2, char c3, String s3, char c4, String s4, char c5, String s5) argument
/external/tensorflow/tensorflow/cc/framework/
H A Dcc_ops_test.cc174 auto c3 = Const(root.WithOpName("c3").ColocateWith(c2), 3); local
175 GetColocationConstraints(c3, &constraints);
183 auto c5 = Const(root.WithOpName("c5").ColocateWith(c3).ColocateWith(c4), 6);
188 Scope with_colocate = root.ColocateWith(c3).ColocateWith(c4);
224 auto c3 = ops::Const(root, {{{}, {}}}); local
226 test::GetTensor(root, c3, &out);
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_cost_analysis_test.cc356 auto c3 = builder.AddInstruction( local
366 HloInstruction::CreateBinary(r2f32, HloOpcode::kMultiply, exp, c3));
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilterbanks_mips.c115 int32_t c0, c1, c2, c3; local
125 "lh %[c3], 6(%[coeff_ptr]) \n\t"
136 : [c0] "=&r" (c0), [c1] "=&r" (c1), [c2] "=&r" (c2), [c3] "=&r" (c3),
176 "mul %[t3], %[c3], %[state1_lo] \n\t"
178 "mul %[b2], %[c3], %[state1_hi] \n\t"
211 : [c0] "r" (c0), [c1] "r" (c1), [c2] "r" (c2), [c3] "r" (c3),
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp53 constexpr class C3 {} c3 = C3(); variable in typeref:class:C3
/external/clang/test/CodeGen/
H A Darm64-abi-vector.c27 __char2 c3 = va_arg(ap, __char2); local
28 sum = sum + c3.x + c3.y;
46 __char3 c3 = va_arg(ap, __char3); local
47 sum = sum + c3.x + c3.y;
148 __short3 c3 = va_arg(ap, __short3); local
149 sum = sum + c3.x + c3.y;
192 __int3 c3 local
234 __double3 c3 = va_arg(ap, __double3); local
251 __char3 c3 = va_arg(ap, __char3); local
300 test(__char3 *c3, __char5 *c5, __char9 *c9, __char19 *c19, __short3 *s3, __short5 *s5, __int3 *i3, __int5 *i5, __double3 *d3) argument
308 args_vec_3c(int fixed, __char3 c3) argument
370 args_vec_3s(int fixed, __short3 c3) argument
402 args_vec_3i(int fixed, __int3 c3) argument
432 args_vec_3d(int fixed, __double3 c3) argument
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-return-qualifiers.cpp62 volatile A c3() { return A(); } function
63 // CHECK: "\01?c3@@YA?CVA@@XZ"
/external/libvpx/libvpx/vpx_dsp/
H A Davg.c51 int16_t c3 = b1 - b3; local
60 coeff[4] = c3 + c7;
64 coeff[5] = c3 - c7;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_program.c371 GLfloat c0, GLfloat c1, GLfloat c2, GLfloat c3)
379 p->constant[reg][2] == c2 && p->constant[reg][3] == c3) {
386 p->constant[reg][3] = c3;
370 i915_emit_const4f(struct i915_fragment_program * p, GLfloat c0, GLfloat c1, GLfloat c2, GLfloat c3) argument
/external/sonivox/arm-wt-22k/host_src/
H A Deas_hostmm.c367 EAS_U8 c1, c2,c3,c4; local
374 if ((result = EAS_HWGetByte(hwInstData, file, &c3)) != EAS_SUCCESS)
381 *((EAS_U32*) p) = ((EAS_U32) c1 << 24) | ((EAS_U32) c2 << 16) | ((EAS_U32) c3 << 8) | c4;
383 *((EAS_U32*) p)= ((EAS_U32) c4 << 24) | ((EAS_U32) c3 << 16) | ((EAS_U32) c2 << 8) | c1;
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dfft.c280 REAL c1, c2, c3, cd, aa, aj, ak, ajm, ajp, akm, akp; local
299 k3 = c2 = c3 = s2 = s3 = 0.0;
530 Re [k3] = akm * c3 - bkm * s3;
533 Im [k3] = akm * s3 + bkm * c3;
543 /* values of c2, c3, s2, s3 that will get used next time */
546 c3 = c2 * c1 - s2 * s1;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dms_funcs.c57 u8 c3 = utf8_string[++i]; local
60 ((c2 & 0x3F) << 6) | (c3 & 0x3F));
/external/wpa_supplicant_8/src/crypto/
H A Dms_funcs.c57 u8 c3 = utf8_string[++i]; local
60 ((c2 & 0x3F) << 6) | (c3 & 0x3F));
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dms_funcs.c57 u8 c3 = utf8_string[++i]; local
60 ((c2 & 0x3F) << 6) | (c3 & 0x3F));
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-0x.cpp12 char c3{y}; // expected-error {{ cannot be narrowed }} expected-note {{silence}} expected-warning {{changes value}}
156 Agg<char> c3 = {300}; // expected-error {{ cannot be narrowed }} expected-note {{silence}} expected-warning {{changes value}} local
H A Dp7-cxx11-nowarn.cpp13 char c3{y}; // expected-warning {{ cannot be narrowed }} expected-note {{silence}} expected-warning {{changes value}}
154 Agg<char> c3 = {300}; // expected-warning {{ cannot be narrowed }} expected-note {{silence}} expected-warning {{changes value}} local
/external/freetype/src/sfnt/
H A Dsfdriver.c308 const FT_UInt32 c3 = 0x38b34ae5; local
335 k2 *= c3;
342 k3 *= c3;
391 k3 *= c3;
406 k2 *= c3;
/external/icu/icu4c/source/test/cintltst/
H A Dcitertst.c425 UCollator *c1, *c2, *c3; local
494 c3 = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH,NULL, &status);
497 if (c3 == NULL || U_FAILURE(status))
504 iter=ucol_openElements(c3, source, u_strlen(source), &status);
512 ucol_close(c3);
/external/jsoncpp/src/lib_json/
H A Djson_reader.cpp55 Reader::Char c3,
57 return c == c1 || c == c2 || c == c3 || c == c4;
63 Reader::Char c3,
66 return c == c1 || c == c2 || c == c3 || c == c4 || c == c5;
52 in(Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4) argument
60 in(Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4, Reader::Char c5) argument
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dbilinearpredict_neon.c51 uint32x2x2_t c0, c1, c2, c3; local
79 c3 = vzip_u32(vreinterpret_u32_u8(vget_low_u8(b23)),
87 d1 = vmlal_u8(d1, vreinterpret_u8_u32(c3.val[0]), filter1);
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dfdct32x32_neon.c1290 const int16x8x2_t c3 = vtrnq_s16(a[6], a[7]); local
1298 vreinterpretq_s32_s16(c3.val[0]));
1300 vreinterpretq_s32_s16(c3.val[1]));
H A Dhighbd_idct8x8_add_neon.c300 int16x8_t c0, c1, c2, c3, c4, c5, c6, c7; local
317 b6, b7, &c0, &c1, &c2, &c3, &c4, &c5, &c6, &c7);
321 c3 = vrshrq_n_s16(c3, 5);
349 c3 = vcombine_s16(vrshrn_n_s32(a3, 5), vrshrn_n_s32(a7, 5));
355 highbd_add8x8(c0, c1, c2, c3, c4, c5, c6, c7, dest, stride, bd);
572 int16x8_t c0, c1, c2, c3, c4, c5, c6, c7; local
593 c3 = vrshrq_n_s16(b3, 5);
624 c3 = vcombine_s16(vrshrn_n_s32(a9, 5), vrshrn_n_s32(a13, 5));
630 highbd_add8x8(c0, c1, c2, c3, c
[all...]

Completed in 3348 milliseconds

12345678