Searched defs:a4 (Results 76 - 100 of 108) sorted by relevance

12345

/external/fdlibm/
H A De_lgamma_r.c97 a4 = 7.38555086081402883957e-03, /* 0x3F7E404F, 0xB68FEFE8 */ variable
258 p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*a10))));
/external/openssh/
H A Dloginrec.c1665 struct sockaddr_in *a4; local
1706 a4 = (struct sockaddr_in *)&from;
1707 memcpy(&ut.ut_addr, &(a4->sin_addr),
1708 MIN_SIZEOF(ut.ut_addr, a4->sin_addr));
/external/regex-re2/util/
H A Dpcre.cc148 const Arg& a4,
166 if (&a4 == &no_more_args) goto done; args[n++] = &a4;
191 const Arg& a4,
209 if (&a4 == &no_more_args) goto done; args[n++] = &a4;
234 const Arg& a4,
252 if (&a4 == &no_more_args) goto done; args[n++] = &a4;
283 const Arg& a4,
142 operator ()(const StringPiece& text, const PCRE& re, const Arg& a0, const Arg& a1, const Arg& a2, const Arg& a3, const Arg& a4, const Arg& a5, const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9, const Arg& a10, const Arg& a11, const Arg& a12, const Arg& a13, const Arg& a14, const Arg& a15) const argument
185 operator ()(const StringPiece& text, const PCRE& re, const Arg& a0, const Arg& a1, const Arg& a2, const Arg& a3, const Arg& a4, const Arg& a5, const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9, const Arg& a10, const Arg& a11, const Arg& a12, const Arg& a13, const Arg& a14, const Arg& a15) const argument
228 operator ()(StringPiece* input, const PCRE& pattern, const Arg& a0, const Arg& a1, const Arg& a2, const Arg& a3, const Arg& a4, const Arg& a5, const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9, const Arg& a10, const Arg& a11, const Arg& a12, const Arg& a13, const Arg& a14, const Arg& a15) const argument
277 operator ()(StringPiece* input, const PCRE& pattern, const Arg& a0, const Arg& a1, const Arg& a2, const Arg& a3, const Arg& a4, const Arg& a5, const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9, const Arg& a10, const Arg& a11, const Arg& a12, const Arg& a13, const Arg& a14, const Arg& a15) const argument
[all...]
/external/skia/src/effects/
H A DSkColorMatrixFilter.cpp320 Sk4f a4 = Sk4f(srcf.a()); local
323 Sk4f dst4 = c0 * r4 + c1 * g4 + c2 * b4 + c3 * a4 + c4;
/external/clang/test/CodeGen/
H A Dx86_64-arguments.c35 // CHECK-LABEL: define void @f6(i8 signext %a0, i16 signext %a1, i32 %a2, i64 %a3, i8* %a4)
36 void f6(char a0, short a1, int a2, long long a3, void *a4) { argument
H A Dx86_32-arguments-darwin.c33 // CHECK-LABEL: define void @f6(i8 signext %a0, i16 signext %a1, i32 %a2, i64 %a3, i8* %a4)
34 void f6(char a0, short a1, int a2, long long a3, void *a4) {} argument
233 // CHECK: i64 %a4.coerce, %struct.s56_2* byval align 4,
269 t56_v1d a4, struct s56_2 a5,
275 f56_0(1, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9,
267 f56(char a0, struct s56_0 a1, t56_v2i a2, struct s56_1 a3, t56_v1d a4, struct s56_2 a5, t56_v4i a6, struct s56_3 a7, t56_v2d a8, struct s56_4 a9, t56_v8i a10, struct s56_5 a11, t56_v4d a12, struct s56_6 a13) argument
/external/clang/test/Sema/
H A Darray-init.c279 int a4[] = (int[5]){1, 2, 3, 4, 5}; // expected-warning{{initialization of an array of type 'int []' from a compound literal of type 'int [5]' is a GNU extension}} variable
/external/clang/test/SemaTemplate/
H A Dtemp_arg_nontype.cpp13 A<A> *a4; // expected-error{{must be an expression}} variable
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-generated-actions.h333 static R Call(Function function, A1 a1, A2 a2, A3 a3, A4 a4) { argument
334 return function(a1, a2, a3, a4);
340 static R Call(Function function, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5) { argument
341 return function(a1, a2, a3, a4, a5);
347 static R Call(Function function, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6) { argument
348 return function(a1, a2, a3, a4, a5, a6);
354 static R Call(Function function, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, argument
356 return function(a1, a2, a3, a4, a5, a6, a7);
362 static R Call(Function function, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, argument
364 return function(a1, a2, a3, a4, a
371 Call(Function function, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9) argument
380 Call(Function function, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9, A10 a10) argument
849 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4) argument
858 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5) argument
867 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5, Action6 a6) argument
877 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5, Action6 a6, Action7 a7) argument
889 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5, Action6 a6, Action7 a7, Action8 a8) argument
902 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5, Action6 a6, Action7 a7, Action8 a8, Action9 a9) argument
915 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5, Action6 a6, Action7 a7, Action8 a8, Action9 a9, Action10 a10) argument
[all...]
H A Dgmock-generated-function-mockers.h157 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4) { argument
162 return this->InvokeWith(ArgumentTuple(a1, a2, a3, a4));
181 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5) { argument
186 return this->InvokeWith(ArgumentTuple(a1, a2, a3, a4, a5));
206 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6) { argument
211 return this->InvokeWith(ArgumentTuple(a1, a2, a3, a4, a5, a6));
231 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7) { argument
236 return this->InvokeWith(ArgumentTuple(a1, a2, a3, a4, a5, a6, a7));
256 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8) { argument
261 return this->InvokeWith(ArgumentTuple(a1, a2, a3, a4, a
282 Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9) argument
309 Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9, A10 a10) argument
[all...]
/external/google-breakpad/src/testing/test/
H A Dgmock-generated-actions_test.cc439 // Tests DoAll(a1, a2, a3, a4).
454 // Tests DoAll(a1, a2, a3, a4, a5).
948 PlusActionP4<int, int, int, char> a4 = Plus(1, 2, 3, '4'); local
967 ACTION_P10(Plus10, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9) {
968 return a0 + a1 + a2 + a3 + a4 + a5 + a6 + a7 + a8 + a9;
1037 TenArgConstructorClass(int a1, int a2, int a3, int a4, int a5, argument
1039 : value_(a1 + a2 + a3 + a4 + a5 + a6 + a7 + a8 + a9 + a10) {
1199 const Action<int()> a4 = ReturnSum<int, 10000>(2000, 300, 40, 5); local
1204 EXPECT_EQ(12345, a4.Perform(make_tuple()));
/external/jsoncpp/chromium-overrides/src/lib_json/
H A Djson_value.cpp1751 const PathArgument &a4,
1758 in.push_back( &a4 );
1747 Path( const std::string &path, const PathArgument &a1, const PathArgument &a2, const PathArgument &a3, const PathArgument &a4, const PathArgument &a5 ) argument
/external/jsoncpp/src/lib_json/
H A Djson_value.cpp1747 const PathArgument &a4,
1754 in.push_back( &a4 );
1743 Path( const std::string &path, const PathArgument &a1, const PathArgument &a2, const PathArgument &a3, const PathArgument &a4, const PathArgument &a5 ) argument
/external/opencv/cv/src/
H A Dcvcalibration.cpp600 double a3 = (c - s*itheta)*ri, a4 = s*itheta; local
603 a3*_r_x_[k] + a4*d_r_x_[i*9+k];
H A Dcvhough.cpp51 #define a4 -1.964532e-3f /*(-(float)0x30fd3)/((float)0x1000000)*16/(Pi*Pi*Pi*Pi); */ macro
55 #define _sin(x) ((((((a6*(x) + a5)*(x) + a4)*(x) + a3)*(x) + a2)*(x) + a1)*(x) + a0)
/external/skia/src/gpu/
H A DGrPathUtils.cpp270 double a0, a1, a2, a3, a4, a5, a6, a7, a8; local
276 a4 = x0-x2;
286 m[SkMatrix::kMSkewX] = (float)((0.5*a4 + a7)*scale);
294 m[SkMatrix::kMPersp1] = (float)((a1 + a4 + a7)*scale);
/external/v8/src/mips64/
H A Dsimulator-mips64.h151 a0, a1, a2, a3, a4, a5, a6, a7, enumerator in enum:v8::internal::Simulator::Register
/external/v8/test/webkit/
H A Dcodegen-temporaries.js73 var a4 = testObject4; variable
74 a4.test = this.a4 = "PASS";
/external/clang/test/CXX/drs/
H A Ddr0xx.cpp173 int a4 = h(g); member in namespace:dr13
656 A a4 = convert_to<const volatile A>(); // expected-error {{no viable}} member in namespace:dr59
H A Ddr1xx.cpp89 volatile Arr a4 = {}; member in namespace:dr112
94 X<a4> x4;
/external/clang/test/SemaCXX/
H A Duninitialized.cpp247 A a4(&a4);
311 A a4(&a4); variable
930 A a4 = a4.copy(a4); // expected-warning {{uninitialized}} member in struct:U::record_fields::C
946 A a4 = a4.copy(a4); // expecte member in struct:U::record_fields::D
963 A a4 = a4.copy(a4); member in struct:U::record_fields::E
1153 A a4 = A{a4.i2 + 2}; // expected-warning{{uninitialized}} member in namespace:U::init_list
1202 A a4 = A{a4.i2 + 2}; // expected-warning{{uninitialized}} member in struct:U::init_list::Awrapper
1405 int a4 = lvalueref::move(a4); member in namespace:U::move_test
1414 int a4 = lvalueref::move(a4); local
[all...]
/external/icu/icu4c/source/i18n/
H A Dastro.cpp1102 // a4 yet another error correction (???)
1107 double a4 = 0.2140*PI/180 * ::sin(2 * meanAnomalyMoon); local
1110 moonLongitude = meanLongitude + evection + center - annual + a4;
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc2745 U4 a4, b4; member in struct:LongStruct
2752 res.a1 = res.a2 = res.a4 = res.a8 = 111;
2770 EXPECT_NOT_POISONED(s1.a4);
2787 EXPECT_POISONED(s2.a4);
/external/iproute2/include/linux/
H A Dxfrm.h14 __be32 a4; member in union:__anon6149
/external/kernel-headers/original/uapi/linux/
H A Dxfrm.h14 __be32 a4; member in union:__anon7315

Completed in 830 milliseconds

12345