HomeSort by relevance Sort by last modified time
    Searched defs:psi (Results 1 - 5 of 5) 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 {{reinterpret_cast from 'const int structure::*' to 'void (structure::*)()' is not allowed}}
cstyle-cast.cpp 222 const int structure::*psi = 0; member in class:structure
223 (void)(const float structure::*)(psi);
224 (void)(int structure::*)(psi); // const_cast appended
229 (void)(void (structure::*)())(psi); // expected-error {{C-style cast from 'const int structure::*' to 'void (structure::*)()' is not allowed}}
functional-cast.cpp 296 const int structure::*psi = 0; member in class:structure
298 (void)structurecfmp(psi);
300 (void)structureimp(psi); // const_cast appended
307 (void)structurevmfp(psi); // expected-error {{functional-style cast from 'const int structure::*' to 'structurevmfp' (aka 'void (structure::*)()') is not allowed}}
  /external/icu4c/i18n/
astro.cpp 831 // double psi = ::acos(sin(fLatitude) / cos(dec));
833 // double y = ::asin(sin(x) / ::sin(psi)) * RAD_DEG;
1388 double psi = ::acos(sin(fLatitude) \/ cosD); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 364 milliseconds