HomeSort by relevance Sort by last modified time
    Searched defs:qx (Results 1 - 9 of 9) sorted by null

  /external/clang/test/PCH/
cxx0x-default-delete.cpp 37 quux qx; // expected-error{{private destructor}} expected-note@20{{private here}} variable
  /external/fdlibm/
k_cos.c 40 * For better accuracy when x > 0.3, let qx = |x|/4 with
41 * the last 32 bits mask off, and if x > 0.78125, let qx = 0.28125.
43 * cos(x+y) = (1-qx) - ((x*x/2-qx) - (r-x*y)).
44 * Note that 1-qx and (x*x/2-qx) is EXACT here, and the
71 double a,hz,z,r,qx; local
83 qx = 0.28125;
85 __HI(qx) = ix-0x00200000; /* x/4 */
86 __LO(qx) = 0
    [all...]
  /external/chromium_org/net/quic/crypto/
channel_id_test.cc 26 const char* qx; member in struct:net::test::__anon14053::TestVector
194 string qx; local
203 ASSERT_TRUE(DecodeHexString(test_vector[i].qx, &qx));
208 string key = qx + qy;
212 EXPECT_EQ(32u, qx.size());
  /external/eigen/Eigen/src/Core/arch/SSE/
MathFunctions.h 229 Packet2d qx = p2d_cephes_exp_q0; local
230 qx = pmadd(qx, x2, p2d_cephes_exp_q1);
231 qx = pmadd(qx, x2, p2d_cephes_exp_q2);
232 qx = pmadd(qx, x2, p2d_cephes_exp_q3);
234 x = pdiv(px,psub(qx,px));
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aatriangle.c 55 const GLfloat qx = v2[0] - v0[0]; local
61 const GLfloat b = pz * qx - px * qz;
62 const GLfloat c = px * qy - py * qx;
  /external/chromium_org/third_party/speex/libspeex/
lsp.c 236 spx_word32_t *qx; local
254 qx = Q;
256 q = qx;
260 *qx++ = LPC_SCALING;
263 *qx++ = ADD32(SUB32(EXTEND32(a[i]),EXTEND32(a[lpcrdr-i-1])), *q++);
266 qx = Q;
271 if (fabs(*qx)>=32768)
272 speex_warning_int("qx", *qx);*/
274 *qx = PSHR32(*qx,2)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_aatriangle.c 55 const GLfloat qx = v2[0] - v0[0]; local
61 const GLfloat b = pz * qx - px * qz;
62 const GLfloat c = px * qy - py * qx;
  /external/speex/libspeex/
lsp.c 236 spx_word32_t *qx; local
254 qx = Q;
256 q = qx;
260 *qx++ = LPC_SCALING;
263 *qx++ = ADD32(SUB32(EXTEND32(a[i]),EXTEND32(a[lpcrdr-i-1])), *q++);
266 qx = Q;
271 if (fabs(*qx)>=32768)
272 speex_warning_int("qx", *qx);*/
274 *qx = PSHR32(*qx,2)
    [all...]
  /external/pixman/test/
lowlevel-blt-bench.c 182 volatile int qx; local
206 qx = q;
    [all...]

Completed in 471 milliseconds