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

  /external/clang/test/SemaCXX/
reinterpret-cast.cpp 25 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-re {{reinterpret_cast from 'const int structure::*' to 'void (structure::*)(){{( __attribute__\(\(thiscall\)\))?}}' is not allowed}}
cstyle-cast.cpp 223 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-re {{C-style cast from 'const int structure::*' to 'void (structure::*)(){{( __attribute__\(\(thiscall\)\))?}}' is not allowed}}
functional-cast.cpp 297 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-re {{functional-style cast from 'const int structure::*' to 'structurevmfp' (aka 'void (structure::*)(){{( __attribute__\(\(thiscall\)\))?}}') is not allowed}}
  /external/bluetooth/bluedroid/btif/src/
btif_sock_thread.c 97 int psi[MAX_POLL]; //index of poll slot member in struct:__anon5723
393 ts[h].psi[i] = -1;
502 int ps_i = ts[h].psi[i];
548 ts[h].psi[pfd_i] = ps_i;
  /external/chromium_org/third_party/icu/source/i18n/
astro.cpp 836 // 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
    [all...]
  /external/icu/icu4c/source/i18n/
astro.cpp 836 // 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
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1148 milliseconds