/external/compiler-rt/lib/ |
D | divsc3.c | 32 float _Complex z; in __divsc3() local 33 __real__ z = crt_scalbnf((__a * __c + __b * __d) / __denom, -__ilogbw); in __divsc3() local 34 __imag__ z = crt_scalbnf((__b * __c - __a * __d) / __denom, -__ilogbw); in __divsc3() local 39 __real__ z = crt_copysignf(CRT_INFINITY, __c) * __a; in __divsc3() local 40 __imag__ z = crt_copysignf(CRT_INFINITY, __c) * __b; in __divsc3() local 47 __real__ z = CRT_INFINITY * (__a * __c + __b * __d); in __divsc3() local 48 __imag__ z = CRT_INFINITY * (__b * __c - __a * __d); in __divsc3() local 55 __real__ z = 0 * (__a * __c + __b * __d); in __divsc3() local 56 __imag__ z = 0 * (__b * __c - __a * __d); in __divsc3() local
|
D | divxc3.c | 33 long double _Complex z; in __divxc3() local 34 __real__ z = crt_scalbnl((__a * __c + __b * __d) / __denom, -__ilogbw); in __divxc3() local 35 __imag__ z = crt_scalbnl((__b * __c - __a * __d) / __denom, -__ilogbw); in __divxc3() local 40 __real__ z = crt_copysignl(CRT_INFINITY, __c) * __a; in __divxc3() local 41 __imag__ z = crt_copysignl(CRT_INFINITY, __c) * __b; in __divxc3() local 48 __real__ z = CRT_INFINITY * (__a * __c + __b * __d); in __divxc3() local 49 __imag__ z = CRT_INFINITY * (__b * __c - __a * __d); in __divxc3() local 56 __real__ z = 0 * (__a * __c + __b * __d); in __divxc3() local 57 __imag__ z = 0 * (__b * __c - __a * __d); in __divxc3() local
|
D | divdc3.c | 32 double _Complex z; in __divdc3() local 33 __real__ z = crt_scalbn((__a * __c + __b * __d) / __denom, -__ilogbw); in __divdc3() local 34 __imag__ z = crt_scalbn((__b * __c - __a * __d) / __denom, -__ilogbw); in __divdc3() local 39 __real__ z = crt_copysign(CRT_INFINITY, __c) * __a; in __divdc3() local 40 __imag__ z = crt_copysign(CRT_INFINITY, __c) * __b; in __divdc3() local 47 __real__ z = CRT_INFINITY * (__a * __c + __b * __d); in __divdc3() local 48 __imag__ z = CRT_INFINITY * (__b * __c - __a * __d); in __divdc3() local 55 __real__ z = 0.0 * (__a * __c + __b * __d); in __divdc3() local 56 __imag__ z = 0.0 * (__b * __c - __a * __d); in __divdc3() local
|
D | muldc3.c | 27 double _Complex z; in __muldc3() local 28 __real__ z = __ac - __bd; in __muldc3() local 29 __imag__ z = __ad + __bc; in __muldc3() local 68 __real__ z = CRT_INFINITY * (__a * __c - __b * __d); in __muldc3() local 69 __imag__ z = CRT_INFINITY * (__a * __d + __b * __c); in __muldc3() local
|
D | mulsc3.c | 27 float _Complex z; in __mulsc3() local 28 __real__ z = __ac - __bd; in __mulsc3() local 29 __imag__ z = __ad + __bc; in __mulsc3() local 68 __real__ z = CRT_INFINITY * (__a * __c - __b * __d); in __mulsc3() local 69 __imag__ z = CRT_INFINITY * (__a * __d + __b * __c); in __mulsc3() local
|
D | mulxc3.c | 29 long double _Complex z; in __mulxc3() local 30 __real__ z = __ac - __bd; in __mulxc3() local 31 __imag__ z = __ad + __bc; in __mulxc3() local 70 __real__ z = CRT_INFINITY * (__a * __c - __b * __d); in __mulxc3() local 71 __imag__ z = CRT_INFINITY * (__a * __d + __b * __c); in __mulxc3() local
|
/external/stlport/src/ |
D | complex_trig.cpp | 68 static complex<_Tp> sinT(const complex<_Tp>& z) { in sinT() 73 _STLP_DECLSPEC complex<float> _STLP_CALL sin(const complex<float>& z) in sin() 76 _STLP_DECLSPEC complex<double> _STLP_CALL sin(const complex<double>& z) in sin() 80 _STLP_DECLSPEC complex<long double> _STLP_CALL sin(const complex<long double>& z) in sin() 87 static complex<_Tp> cosT(const complex<_Tp>& z) { in cosT() 92 _STLP_DECLSPEC complex<float> _STLP_CALL cos(const complex<float>& z) in cos() 95 _STLP_DECLSPEC complex<double> _STLP_CALL cos(const complex<double>& z) in cos() 99 _STLP_DECLSPEC complex<long double> _STLP_CALL cos(const complex<long double>& z) in cos() 106 static complex<_Tp> tanT(const complex<_Tp>& z, const _Tp& Tp_limit) { in tanT() 118 _STLP_DECLSPEC complex<float> _STLP_CALL tan(const complex<float>& z) in tan() [all …]
|
D | complex.cpp | 167 static complex<_Tp> sqrtT(const complex<_Tp>& z) { in sqrtT() 188 sqrt(const complex<float>& z) { return sqrtT(z); } in sqrt() 191 sqrt(const complex<double>& z) { return sqrtT(z); } in sqrt() 195 sqrt(const complex<long double>& z) { return sqrtT(z); } in sqrt() 202 static complex<_Tp> expT(const complex<_Tp>& z) { in expT() 207 _STLP_DECLSPEC complex<float> _STLP_CALL exp(const complex<float>& z) in exp() 210 _STLP_DECLSPEC complex<double> _STLP_CALL exp(const complex<double>& z) in exp() 214 _STLP_DECLSPEC complex<long double> _STLP_CALL exp(const complex<long double>& z) in exp() 221 static complex<_Tp> log10T(const complex<_Tp>& z, const _Tp& ln10_inv) { in log10T() 230 _STLP_DECLSPEC complex<float> _STLP_CALL log10(const complex<float>& z) in log10() [all …]
|
/external/clang/test/SemaObjC/ |
D | arc-property-decl-attrs.m | 8 id __autoreleasing z; // expected-error {{ivars cannot have __autoreleasing ownership}} field 12 @property(strong) id z; property 19 id __autoreleasing z; // expected-error {{ivars cannot have __autoreleasing ownership}} field 23 @property(retain) id z; property 30 id __autoreleasing z; // expected-error {{ivars cannot have __autoreleasing ownership}} field 34 @property(copy) id z; property 42 @property(strong) __autoreleasing id z; // expected-error {{strong property 'z' may not also be dec… property 48 @property(retain) __autoreleasing id z; // expected-error {{strong property 'z' may not also be dec… property 54 @property(copy) __autoreleasing id z; // expected-error {{strong property 'z' may not also be decla… property 60 @property(assign) __autoreleasing id z; // expected-error {{unsafe_unretained property 'z' may not … property [all …]
|
D | arc-property-lifetime.m | 8 id __autoreleasing z; // expected-error {{ivars cannot have __autoreleasing ownership}} field 12 @property(strong) id z; property 25 id __autoreleasing z; // expected-error {{ivars cannot have __autoreleasing ownership}} field 29 @property(retain) id z; property 42 id __autoreleasing z; // expected-error {{ivars cannot have __autoreleasing ownership}} field 46 @property(copy) id z; property 57 @property(strong) __autoreleasing id z; // expected-error {{strong property 'z' may not also be dec… property 62 @property(retain) __autoreleasing id z; // expected-error {{strong property 'z' may not also be dec… property 67 @property(copy) __autoreleasing id z; // expected-error {{strong property 'z' may not also be decla… property 77 @property(assign) id z; property [all …]
|
/external/v8/test/mjsunit/regress/ |
D | regress-1229.js | 32 function foo1(x, y, z) { argument 38 function foo2(x, y, z) { argument 44 function foo3(x, y, z) { argument 56 function f1(y, z) { argument 60 function f2(y, z) { argument 64 function f3(y, z) { argument 69 function g1(z, y) { argument 73 function g2(z, y, x) { argument 77 function g3(z, y, x) { argument 133 function bar(x, y, z) { argument
|
/external/clang/test/Parser/ |
D | pragma-weak.c | 11 /* 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
|
D | cxx-member-initializers.cpp | 12 struct z { struct 14 z() : a {} // expected-error {{expected '('}} argument
|
/external/clang/test/CodeGenCXX/ |
D | condition.cpp | 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()
|
/external/clang/test/Analysis/ |
D | domtest.c | 10 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/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
D | NoiseGenerator.java | 137 public float execute(float x, float y, float z) { in NoiseFunction() 142 public float executeSigned(float x, float y, float z) { in NoiseFunction() 149 public float execute(float x, float y, float z) { in NoiseFunction() 154 public float executeSigned(float x, float y, float z) { in NoiseFunction() 161 public float execute(float x, float y, float z) { in NoiseFunction() 166 public float executeSigned(float x, float y, float z) { in NoiseFunction() 173 public float execute(float x, float y, float z) { in NoiseFunction() 180 public float executeSigned(float x, float y, float z) { in NoiseFunction() 189 public float execute(float x, float y, float z) { in NoiseFunction() 196 public float executeSigned(float x, float y, float z) { in NoiseFunction() [all …]
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
D | HeightMap.java | 60 float getInterpolatedHeight(float x, float z); in getInterpolatedHeight() 72 float getScaledHeightAtPoint(int x, int z); in getScaledHeightAtPoint() 92 float getTrueHeightAtPoint(int x, int z); in getTrueHeightAtPoint() 114 void setHeightAtPoint(float height, int x, int z); in setHeightAtPoint()
|
/external/srtp/crypto/include/ |
D | crypto_math.h | 174 #define v128_set_to_zero(z) _v128_set_to_zero(z) argument 175 #define v128_copy(z, x) _v128_copy(z, x) argument 176 #define v128_xor(z, x, y) _v128_xor(z, x, y) argument 177 #define v128_and(z, x, y) _v128_and(z, x, y) argument 178 #define v128_or(z, x, y) _v128_or(z, x, y) argument
|
/external/v8/test/mjsunit/ |
D | function-bind.js | 31 function foo(x, y, z) { argument 65 function f_bound_this(z) { argument 177 function bar(x, y, z) { argument 247 function soo(x, y, z) { argument
|
D | samevalue.js | 32 var obj1 = {x: 10, y: 11, z: "test"}; property 33 var obj2 = {x: 10, y: 11, z: "test"}; property
|
/external/clang/test/Sema/ |
D | int-arith-convert.c | 11 long long z; variable 12 __typeof(1ll+1u) z; variable
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | FloatPoint3D.h | 39 FloatPoint3D(float x, float y, float z) in FloatPoint3D() 66 float z() const { return m_z; } in z() function 67 void setZ(float z) { m_z = z; } in setZ() 68 void set(float x, float y, float z) in set() 106 float z = a.x() * b.y() - a.y() * b.x(); in cross() local
|
/external/libvpx/ |
D | md5_utils.c | 153 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument 154 #define F2(x, y, z) F1(z, x, y) argument 155 #define F3(x, y, z) (x ^ y ^ z) argument 156 #define F4(x, y, z) (y ^ (x | ~z)) argument 159 #define MD5STEP(f,w,x,y,z,in,s) \ argument
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | MD5.cpp | 114 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument 115 #define F2(x, y, z) F1(z, x, y) argument 116 #define F3(x, y, z) (x ^ y ^ z) argument 117 #define F4(x, y, z) (y ^ (x | ~z)) argument 120 #define MD5STEP(f, w, x, y, z, data, s) \ argument
|
/external/clang/test/CodeGenObjC/ |
D | dot-syntax.m | 11 float x, y, z[2]; field 22 @property S z; property 47 -(S) z { method
|