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

  /external/clang/test/PCH/
cxx0x-default-delete.cpp 32 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/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/jmonkeyengine/engine/src/core/com/jme3/math/
Quaternion.java 841 float qw = q.w, qx = q.x, qy = q.y, qz = q.z; local
842 res.x = x * qw + y * qz - z * qy + w * qx;
843 res.y = -x * qz + y * qw + z * qx + w * qy;
844 res.z = x * qy - y * qx + z * qw + w * qz;
845 res.w = -x * qx - y * qy - z * qz + w * qw;
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
voice.rtpdump 17 ??pj??}??xpu~z{{sloz??|q}|ytsop??}z???yolq????su?????~?zyx}??|uv{v{??{wz??|qot??????????????????????????{ux???{qvvkgmtvuvmt??|????}}zwyx~?}rrp~??y}?~x{qx???qqw?????9??4???pjzxnr??????z?zuzy{|{???|z???|??????????~vu???yw|~?wooov????????|????yrtt????zw????xqz?yrtt???w~?}|??????xz???{hlo|z~{?zw|?~|wox???}?????~zv{|????{?????????????????9??4?J??pjwsponnnmmuwz{??????~yxz~?tyxvx???}}?}????}~?xx????{z{upyx???uv????{~{?????}~????vow????????????yz?xu}~|tt??vq~?~xx{ztnmtnljpy{{v????{}??????}x???zy}{|{~??????9??4???pj???????????yzqw?????||{x?~}zywzzyrvv????????????vt}???~y}???{~????xo{????|z}?zuz|||?{wu~}tokowy{y???y????~|??zu}??????~??????{v??tqry???{ry??to|??|?|wo|???|z???9??4???pj}z~~??}zyyz{}z{??~?????????}y~???yvv{z}yy}z}????}???~{}??}?|pno???x|???????{???vwz???????|~||}?{w{~??xy{||y{???????????}wwsx????w?????????zts|}?|???|yvuy?????9??4?*??pj???|~???snvvy~????????????????z{{}wvtno{??|???}|pw{y|yuvvuz??~}???yy}????|{v{}???|???????????tty??}t?????}?????{v{?{zy|~zvootwqmlwurz?zwy??????}????x}~}{xx????9??4???pj??{???xwu?pvx?????|~??????????????|????????|squ?z|qt??}ro{??ztu|???{wz????????uqtv~~sq{???sopy}vy}}~?}???????|y???|w??}~zy{s??????????z??????|vy?|uy?}?? ?9??4?j??pjxwx~??~???~?|w}?{uno{?xty?x|???no{???|???????????????~???|~{{?~wxvy??w|}??xu~???ww???zw???zty???xy}}{yv???vqw???zz??}{~????|??????????~{????|{|???|z}y|y~yy?? !?9??4?
    [all...]
video.rtpdump 171 `1?D?~?????z~?+???W&??^Q^fa?2?L????y??L?2dlV/'??????~:??7??Ob.qX?i?C?J???&*L?iH:????&??Oc|F??t?BF'?????k??????G??
    [all...]
  /external/clang/tools/scan-build/
scan-build 85 my @options = qx($0 -h);
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
regexp.js     [all...]
  /external/v8/benchmarks/
regexp.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-regexp.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-regexp.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-regexp.js     [all...]

Completed in 147 milliseconds