Searched refs:psi (Results 1 - 17 of 17) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
H A Dswim.c47 glRotatef(-fish->psi, 0.0, 1.0, 0.0);
58 fish->psi -= 0.5;
60 fish->x += WHALESPEED * fish->v * cos(fish->psi / RAD) * cos(fish->theta / RAD);
61 fish->y += WHALESPEED * fish->v * sin(fish->psi / RAD) * cos(fish->theta / RAD);
100 if (fabs(tpsi - fish->psi) < 10.0) {
102 } else if (fabs(tpsi - fish->psi) < 45.0) {
103 if (fish->psi > tpsi) {
104 fish->psi -= 0.5;
105 if (fish->psi < -180.0) {
106 fish->psi
[all...]
H A Datlantis.h47 float x, y, z, phi, theta, psi, v; member in struct:_fishRec
H A Datlantis.c108 sharks[i].psi = rand() % 360 - 180.0;
115 dolph.psi = 90.0;
122 momWhale.psi = 90.0;
129 babyWhale.psi = 90.0;
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
H A Dswim.c47 glRotatef(-fish->psi, 0.0, 1.0, 0.0);
58 fish->psi -= 0.5;
60 fish->x += WHALESPEED * fish->v * cos(fish->psi / RAD) * cos(fish->theta / RAD);
61 fish->y += WHALESPEED * fish->v * sin(fish->psi / RAD) * cos(fish->theta / RAD);
100 if (fabs(tpsi - fish->psi) < 10.0) {
102 } else if (fabs(tpsi - fish->psi) < 45.0) {
103 if (fish->psi > tpsi) {
104 fish->psi -= 0.5;
105 if (fish->psi < -180.0) {
106 fish->psi
[all...]
H A Datlantis.h47 float x, y, z, phi, theta, psi, v; member in struct:_fishRec
H A Datlantis.c108 sharks[i].psi = rand() % 360 - 180.0;
115 dolph.psi = 90.0;
122 momWhale.psi = 90.0;
129 babyWhale.psi = 90.0;
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
H A Dswim.c47 glRotatef(-fish->psi, 0.0, 1.0, 0.0);
58 fish->psi -= 0.5;
60 fish->x += WHALESPEED * fish->v * cos(fish->psi / RAD) * cos(fish->theta / RAD);
61 fish->y += WHALESPEED * fish->v * sin(fish->psi / RAD) * cos(fish->theta / RAD);
100 if (fabs(tpsi - fish->psi) < 10.0) {
102 } else if (fabs(tpsi - fish->psi) < 45.0) {
103 if (fish->psi > tpsi) {
104 fish->psi -= 0.5;
105 if (fish->psi < -180.0) {
106 fish->psi
[all...]
H A Datlantis.h47 float x, y, z, phi, theta, psi, v; member in struct:_fishRec
H A Datlantis.c108 sharks[i].psi = rand() % 360 - 180.0;
115 dolph.psi = 90.0;
122 momWhale.psi = 90.0;
129 babyWhale.psi = 90.0;
/external/clang/test/SemaCXX/
H A Dreinterpret-cast.cpp25 const int structure::*psi = 0; member in class:structure
26 (void)reinterpret_cast<const int structure::*>(psi);
92 const int structure::*psi = 0; member in class:structure
93 (void)reinterpret_cast<const float structure::*>(psi);
94 (void)reinterpret_cast<int structure::*>(psi); // expected-error {{reinterpret_cast from 'const int structure::*' to 'int structure::*' casts away qualifiers}}
99 (void)reinterpret_cast<void (structure::*)()>(psi); // expected-error {{reinterpret_cast from 'const int structure::*' to 'void (structure::*)()' is not allowed}}
H A Dcstyle-cast.cpp223 const int structure::*psi = 0; member in class:structure
224 (void)(const float structure::*)(psi);
225 (void)(int structure::*)(psi); // const_cast appended
230 (void)(void (structure::*)())(psi); // expected-error {{C-style cast from 'const int structure::*' to 'void (structure::*)()' is not allowed}}
H A Dfunctional-cast.cpp297 const int structure::*psi = 0; member in class:structure
299 (void)structurecfmp(psi);
301 (void)structureimp(psi); // const_cast appended
308 (void)structurevmfp(psi); // expected-error {{functional-style cast from 'const int structure::*' to 'structurevmfp' (aka 'void (structure::*)()') is not allowed}}
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_thread.c97 int psi[MAX_POLL]; //index of poll slot member in struct:__anon993
393 ts[h].psi[i] = -1;
502 int ps_i = ts[h].psi[i];
548 ts[h].psi[pfd_i] = ps_i;
/external/openssl/crypto/pkcs7/
H A Dpk7_lib.c236 int PKCS7_add_signer(PKCS7 *p7, PKCS7_SIGNER_INFO *psi) argument
259 nid=OBJ_obj2nid(psi->digest_alg->algorithm);
290 if (!sk_PKCS7_SIGNER_INFO_push(signer_sk,psi))
/external/icu4c/i18n/
H A Dastro.cpp836 // double psi = ::acos(sin(fLatitude) / cos(dec));
838 // double y = ::asin(sin(x) / ::sin(psi)) * RAD_DEG;
1399 double psi = ::acos(sin(fLatitude) / cosD); local
1401 double y = ::asin(sin(x) / ::sin(psi));
/external/chromium/net/base/
H A Deffective_tld_names.cc5020 {"psi.br", 0},
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1225 milliseconds