HomeSort by relevance Sort by last modified time
    Searched defs:x2 (Results 101 - 125 of 2524) sorted by null

1 2 3 45 6 7 8 91011>>

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
smisc.c 181 ULong *x, *x0, x1, x2; local
189 x1 = x2 = x[n];
192 if (x1 != x2)
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_coshl.c 88 long double hi,lo,x2,x4; local
104 x2 = x*x;
106 x4 = x2*x2;
107 RETURNI(((C16*x2 + C14)*x4 + (C12*x2 + C10))*(x4*x4*x2) +
108 ((C8*x2 + C6)*x2 + C4)*x4 + C2*x2 + 1)
    [all...]
e_sinhl.c 87 long double hi,lo,x2,x4; local
107 x2 = x*x;
109 x4 = x2*x2;
110 RETURNI(((S17*x2 + S15)*x4 + (S13*x2 + S11))*(x2*x*x4*x4) +
111 ((S9*x2 + S7)*x2 + S5)*(x2*x*x2) + S3*(x2*x) + x)
    [all...]
  /development/ndk/sources/android/ndk_helper/
gestureDetector.cpp 241 float x2 = AMotionEvent_getX( event_, index ); local
245 v2 = Vec2( x2, y2 );
  /device/google/dragon/audio/hal/dsp/
biquad.h 15 * are stored in x1 and x2, and the previous two outputs are stored in y1 and
24 float x1, x2; member in struct:biquad
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
RiddersSolver.java 175 // [x1, x2] is the bracketing interval in each iteration
176 // x3 is the midpoint of [x1, x2]
180 double x2 = max; local
181 double y2 = f.value(x2);
196 final double x3 = 0.5 * (x1 + x2);
220 // Ridders' method guarantees x1 < x < x2
223 x2 = x;
227 x2 = x3;
231 } else { // x3 < x < x2
237 x2 = x
    [all...]
SecantSolver.java 181 double x2 = x0; local
183 double oldDelta = x2 - x1;
188 x1 = x2;
189 x2 = x0;
221 x2 = x0;
224 oldDelta = x2 - x1;
  /external/clang/test/Analysis/
global-region-invalidation.c 89 static const int x2 = x; variable
91 clang_analyzer_eval(x2 == 0); // expected-warning{{TRUE}}
93 clang_analyzer_eval(x2 == 0); // expected-warning{{TRUE}}
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/
p1.cpp 24 X<int> x2; // expected-warning {{'X<int>' is deprecated}} variable
26 template <typename T> class [[deprecated]] X2 {};
27 template <> class X2<int> {};
28 X2<char> x3; // FIXME: no warning!
29 X2<int> x4;
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p4-1y.cpp 24 auto &&x2 = MRef(X{});//expected-note{{in instantiation of}} local
  /external/clang/test/CodeGen/
stdcall-fastcall.c 86 double x2; member in struct:S2
  /external/clang/test/Lexer/
ms-extensions.c 6 __int16 x2 = 4i16; variable
  /external/clang/test/Parser/
expressions.c 66 int x2 = sizeof struct pr16992; // expected-error {{expected parentheses around type name in sizeof expression}} local
  /external/clang/test/Sema/
bitfield.c 37 struct {unsigned x : 2;} x2; variable in typeref:struct:__anon7830
tentative-decls.c 5 static struct a x2; // expected-warning{{tentative definition of variable with internal linkage has incomplete non-array type 'struct a'}} variable in typeref:struct:a
  /external/clang/test/SemaCXX/
copy-initialization.cpp 16 X x2 = 0; local
default-constructor-initializers.cpp 7 struct X2 : X1 { // expected-note 2 {{'X2' declared here}}
8 X2(int);
11 struct X3 : public X2 { // expected-error {{implicit default constructor for 'X3' must explicitly initialize the base class 'X2' which does not have a default constructor}}
16 struct X4 { // expected-error {{must explicitly initialize the member 'x2'}} \
18 X2 x2; // expected-note {{member is declared here}} member in struct:X4
19 X2 & rx2; // expected-note {{declared here}}
  /external/clang/test/SemaTemplate/
instantiate-expr-5.cpp 21 A<HasM> x2; // expected-note{{in instantiation of}} member in namespace:PR5880
ms-sizeof-missing-typename.cpp 36 x2 = sizeof(typename T::template InnerTemplate<sizeof(/*typename*/ T::InnerType)>), enumerator in enum:nested_sizeof::Foo::__anon8273
  /external/compiler-rt/lib/asan/tests/
asan_mem_test.cc 78 static bool AllocateTwoAdjacentArrays(char **x1, char **x2, size_t size) {
88 *x2 = reinterpret_cast<char*>(v[j]);
99 if (res && p == *x2) continue;
107 char *x1, *x2; local
108 if (!Ident(AllocateTwoAdjacentArrays)(&x1, &x2, size))
110 // fprintf(stderr, " large oob memset: %p %p %zd\n", x1, x2, size);
111 // Do a memset on x1 with huge out-of-bound access that will end up in x2.
115 delete [] x2;
  /external/freetype/src/autofit/
afwarp.h 36 FT_Pos x1, x2; member in struct:AF_WarperRec_
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCapsuleShape.cpp 141 const btScalar x2 = lx*lx; local
147 inertia[1] = scaledmass * (x2+z2);
148 inertia[2] = scaledmass * (x2+y2);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactShape.cpp 60 const btScalar x2 = lx*lx; local
65 inertia = scaledmass * (btVector3(y2+z2,x2+z2,x2+y2));
99 const btScalar x2 = lx*lx; local
104 inertia = scaledmass * (btVector3(y2+z2,x2+z2,x2+y2));
134 const btScalar x2 = lx*lx;
139 inertia = scaledmass * (btVector3(y2+z2,x2+z2,x2+y2));
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afwarp.h 36 FT_Pos x1, x2; member in struct:AF_WarperRec_
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/environment/
AmbientCubemap.java 98 final float x2 = x * x, y2 = y * y, z2 = z * z; local
99 float d = x2 + y2 + z2;
104 data[idx] += x2 * rd;
105 data[idx + 1] += x2 * gd;
106 data[idx + 2] += x2 * bd;

Completed in 490 milliseconds

1 2 3 45 6 7 8 91011>>