Home
last modified time | relevance | path

Searched +defs:a +defs:z (Results 1 – 25 of 467) sorted by relevance

12345678910>>...19

/external/ceres-solver/internal/ceres/
Djet_test.cc52 J MakeJet(double a, double v0, double v1) { in MakeJet()
53 J z; in MakeJet() local
78 J z = exp(x); in TEST() local
86 J z = x * y; in TEST() local
94 J z = x * x; in TEST() local
102 J z = sqrt(y); in TEST() local
110 J z = cos(J(2.0) * x); in TEST() local
118 J z = sin(J(2.0) * x); in TEST() local
126 J z = cos(x) * cos(x); in TEST() local
146 J z = tan(x); in TEST() local
[all …]
/external/v8/test/mjsunit/regress/
Dregress-deopt-store-effect.js32 var a = {} variable
52 var i = { z : 2, r : 1 } property
53 var j = { z : 2 } property
54 var p = { a : 10 } property
55 var pp = { a : 20, b : 1 } property
69 var i = { r : 1, z : 2 } property
70 var j = { z : 2 } property
71 var p = { a : 10 } property
72 var pp = { a : 20, b : 1 } property
Dcompare-map-elim1.js43 var o1 = {z:0, x:1}; property
44 var o2 = {z:0, a:1.5, x:1}; property
45 var o3 = {z:0, a:1.5}; property
/external/clang/test/Parser/
Dpragma-weak.c11 /* expected-warning {{expected identifier in '#pragma weak'}}*/ #pragma weak z = = macro
12 /* expected-warning {{expected identifier in '#pragma weak'}}*/ #pragma weak z = macro
13 /* expected-warning {{weak identifier 'y' never declared}} */ #pragma weak z = y macro
16 /* expected-warning {{extra tokens at end of '#pragma weak'}}*/ #pragma weak a b macro
17 /* expected-warning {{extra tokens at end of '#pragma weak'}}*/ #pragma weak a = x c macro
/external/mesa3d/src/gallium/auxiliary/util/
Du_pack_color.h63 util_pack_color_ub(ubyte r, ubyte g, ubyte b, ubyte a, in util_pack_color_ub()
165 ubyte *r, ubyte *g, ubyte *b, ubyte *a) in util_unpack_color_ub()
339 ubyte a = 0; in util_pack_color() local
438 util_pack_mask_z(enum pipe_format format, uint32_t z) in util_pack_mask_z()
463 util_pack64_mask_z(enum pipe_format format, uint32_t z) in util_pack64_mask_z()
475 util_pack_mask_z_stencil(enum pipe_format format, uint32_t z, uint8_t s) in util_pack_mask_z_stencil()
498 util_pack64_mask_z_stencil(enum pipe_format format, uint32_t z, uint8_t s) in util_pack64_mask_z_stencil()
517 util_pack_z(enum pipe_format format, double z) in util_pack_z()
559 util_pack64_z(enum pipe_format format, double z) in util_pack64_z()
581 util_pack_z_stencil(enum pipe_format format, double z, uint8_t s) in util_pack_z_stencil()
[all …]
Du_format_tests.c43 #define PACKED_3x8(x, y, z) {x, y, z, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0} argument
44 #define PACKED_4x8(x, y, z, w) {x, y, z, w, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0} argument
45 #define PACKED_8x8(a, b, c, d, e, f, g, h) {a, b, c, d, e, f, g, h, 0, 0, 0, 0, 0, 0, 0, 0} argument
49 #define PACKED_3x16(x, y, z) {(x) & 0xff, (x) >> 8, (y) & 0xff, (y) >> 8, (z) & 0xff, (z) >> 8, … argument
50 #define PACKED_4x16(x, y, z, w) {(x) & 0xff, (x) >> 8, (y) & 0xff, (y) >> 8, (z) & 0xff, (z) >> 8, … argument
54 #define PACKED_3x32(x, y, z) {(x) & 0xff, ((x) >> 8) & 0xff, ((x) >> 16) & 0xff, (x) >> 24, (y) … argument
55 #define PACKED_4x32(x, y, z, w) {(x) & 0xff, ((x) >> 8) & 0xff, ((x) >> 16) & 0xff, (x) >> 24, (y) … argument
57 #define UNPACKED_1x1(r, g, b, a) \ argument
/external/clang/test/CodeGen/
Dpacked-arrays.c11 unsigned int z __attribute__((packed)); member
17 unsigned int z __attribute__((packed)); member
23 unsigned int z; member
60 int f0_a(struct s0 *a) { in f0_a()
63 int f0_b(struct s0 *a) { in f0_b()
84 int f1_a(struct s1 *a) { in f1_a()
87 int f1_b(struct s1 *a) { in f1_b()
90 int f1_c(struct s1 *a) { in f1_c()
93 int f1_d(struct s1 *a) { in f1_d()
109 int f2_a(struct s2 *a) { in f2_a()
[all …]
Dbuiltins-nvptx.c14 int z = __builtin_ptx_read_tid_z(); in read_tid() local
30 int z = __builtin_ptx_read_ntid_z(); in read_ntid() local
46 int z = __builtin_ptx_read_ctaid_z(); in read_ctaid() local
62 int z = __builtin_ptx_read_nctaid_z(); in read_nctaid() local
78 int a = __builtin_ptx_read_laneid(); in read_ids() local
97 int a = __builtin_ptx_read_lanemask_eq(); in read_lanemasks() local
113 int a = __builtin_ptx_read_clock(); in read_clocks() local
127 int a = __builtin_ptx_read_pm0(); in read_pms() local
Dcaptured-statements-nested.c6 int a; member
23 struct A z; in test_nest_captured_stmt() local
101 int z; in test_nest_block() local
123 int a; in test_nest_block() local
Dvectorcall.c4 void __vectorcall v1(int a, int b) {} in v1()
8 void __vectorcall v2(char a, char b) {} in v2()
12 struct Small { int a; }; member
13 void __vectorcall v3(int a, struct Small b, int c) {} in v3()
17 struct Large { int a[5]; }; member
18 void __vectorcall v4(int a, struct Large b, int c) {} in v4()
23 struct HFA4 { double w, x, y, z; }; member
24 struct HFA5 { double v, w, x, y, z; }; member
26 void __vectorcall hfa1(int a, struct HFA4 b, int c) {} in hfa1()
33 void __vectorcall hfa2(struct HFA4 a, struct HFA4 b, double c) {} in hfa2()
[all …]
DOpaqueStruct.c6 struct a { struct
7 b* p;
11 b* z = x->p; in f() local
/external/clang/test/PCH/
Dcxx-for-range.h20 char a[3] = { 0, 1, 2 }; in f() local
24 for (auto z : U()) in f() local
30 A a[3] = { 0, 1, 2 }; in g() local
34 for (auto z : U()) in g() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
DPolynomialFunctionNewtonForm.java55 private final double a[]; field in PolynomialFunctionNewtonForm
73 public PolynomialFunctionNewtonForm(double a[], double c[]) in PolynomialFunctionNewtonForm()
92 public double value(double z) throws FunctionEvaluationException { in value()
159 public static double evaluate(double a[], double c[], double z) in evaluate()
208 protected static void verifyInputArray(double a[], double c[]) throws in verifyInputArray()
/external/clang/test/Analysis/
Ddomtest.c10 int z; in test1() local
41 int x,y,z; in test2() local
69 int x,y,z; in test3() local
128 int x,y,z,a,b,c; in test5() local
/external/clang/test/CodeGenCXX/
Dcondition.cpp12 void *a = g<void>(); in h() local
30 void if_destruct(int z) { in if_destruct()
69 void switch_destruct(int z) { in switch_destruct()
99 void while_destruct(int z) { in while_destruct()
139 void for_destruct(int z) { in for_destruct()
226 void do_destruct(int z) { in do_destruct()
Dpod-member-memcpys.cpp5 int w, x, y, z; member
9 int w, x, y, z; member
21 int a, b, c, d; member
23 int w, x, y, z; member
27 int a, b, c, d; member
30 int w, x, y, z; member
34 int a, b, c, d; member
37 int w, x, y, z; member
41 int a, b, c, d; member
45 int w, x, y, z; member
[all …]
Dhomogeneous-aggregates.cpp24 double y, z; member
27 double y, z; member
30 double y, z; member
33 double y, z; member
87 struct HVAWithEmptyBase : Float1, Empty, Float2 { float z; }; member
92 void CC with_empty_base(HVAWithEmptyBase a) {} in with_empty_base()
99 float z; member
106 void CC with_empty_bitfield(HVAWithEmptyBitField a) {} in with_empty_bitfield()
/external/v8/test/webkit/fast/js/kde/
Dmd5-1.js60 function shr(a,b) { argument
72 function shl1(a) { argument
84 function shl(a,b) { argument
91 function and(a,b) { argument
108 function or(a,b) { argument
125 function xor(a,b) { argument
143 function not(a) { argument
177 function F(x,y,z) { argument
181 function G(x,y,z) { argument
185 function H(x,y,z) { argument
[all …]
/external/clang/test/SemaCXX/
Dwarn-unused-variables.cpp11 A a; in f() local
57 int a; // expected-warning {{unused variable 'a'}} in f() local
64 int a; // expected-warning {{unused variable 'a'}} in f() local
81 void testS1(S1 a) { in testS1()
89 S1 z = a; // expected-warning {{unused variable 'z'}} in testS1() local
100 void testS2(S2 a) { in testS2()
103 S2 z = a; // expected-warning {{unused variable 'z'}} in testS2() local
111 void testS3(S3 a) { in testS3()
114 S3 z = a; // expected-warning {{unused variable 'z'}} in testS3() local
120 int a = n<int>; variable
/external/skia/src/utils/
DSkCamera.cpp10 static SkScalar SkScalarDotDiv(int count, const SkScalar a[], int step_a, in SkScalarDotDiv()
22 static SkScalar SkScalarDot(int count, const SkScalar a[], int step_a, in SkScalarDot()
48 SkScalar SkUnit3D::Dot(const SkUnit3D& a, const SkUnit3D& b) { in Dot()
52 void SkUnit3D::Cross(const SkUnit3D& a, const SkUnit3D& b, SkUnit3D* cross) { in Cross()
59 SkScalar z = a.fX * b.fY - a.fY * b.fX; in Cross() local
100 void SkMatrix3D::setTranslate(SkScalar x, SkScalar y, SkScalar z) { in setTranslate()
134 void SkMatrix3D::preTranslate(SkScalar x, SkScalar y, SkScalar z) { in preTranslate()
160 void SkMatrix3D::setConcat(const SkMatrix3D& a, const SkMatrix3D& b) { in setConcat()
183 SkScalar z = SkScalarDot(3, &fMat[2][0], 1, &src.fX, 1) + fMat[2][3]; in mapPoint() local
190 SkScalar z = SkScalarDot(3, &fMat[2][0], 1, &src.fX, 1); in mapVector() local
[all …]
/external/freetype/src/base/
Dmd5.c51 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
52 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) argument
53 #define H(x, y, z) (((x) ^ (y)) ^ (z)) argument
54 #define H2(x, y, z) ((x) ^ ((y) ^ (z))) argument
55 #define I(x, y, z) ((y) ^ ((x) | ~(z))) argument
60 #define STEP(f, a, b, c, d, x, t, s) \ argument
96 MD5_u32plus a, b, c, d; in body() local
/external/pdfium/third_party/freetype/src/base/
Dmd5.c51 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
52 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) argument
53 #define H(x, y, z) (((x) ^ (y)) ^ (z)) argument
54 #define H2(x, y, z) ((x) ^ ((y) ^ (z))) argument
55 #define I(x, y, z) ((y) ^ ((x) | ~(z))) argument
60 #define STEP(f, a, b, c, d, x, t, s) \ argument
96 MD5_u32plus a, b, c, d; in body() local
/external/clang/test/Sema/
Dattr-naked.c3 int a __attribute__((naked)); // expected-warning {{'naked' attribute only applies to functions}} variable
38 __attribute__((naked)) void t8(int z) { // expected-note{{attribute is here}} in t8()
45 __attribute__((naked)) void t9(int z) { // expected-note{{attribute is here}} in t9()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DMod.java21 public static void invert(int[] p, int[] x, int[] z) in invert()
35 int[] a = Nat.create(len); in invert() local
115 public static void add(int[] p, int[] x, int[] y, int[] z) in add()
125 public static void subtract(int[] p, int[] x, int[] y, int[] z) in subtract()
135 private static void inversionResult(int[] p, int ac, int[] a, int[] z) in inversionResult()
/external/compiler-rt/lib/builtins/ppc/
Ddivtc3.c23 __divtc3(long double a, long double b, long double c, long double d) in __divtc3()
91 long double _Complex z; in __divtc3() local
92 __real__ z = real.ld; in __divtc3() local
93 __imag__ z = imag.ld; in __divtc3() local

12345678910>>...19