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

  /external/clang/test/CXX/temp/temp.spec/
cxx1y-variable-template-no-body.cpp 27 T pi1 = T(3.1415926535897932385); // expected-note 0-2 {{here}} variable
30 template float pi1<float> = 1.0; // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keyword}} variable
33 template<> double pi1<double> = 1.5; // expected-error {{variable template specialization of 'pi1' must originally be declared in the global scope}} member in namespace:expected_global
34 template int pi1<int> = 10; // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keyword}} \ member in namespace:expected_global
35 expected-error {{variable template specialization of 'pi1' must originally be declared in the global scope}}
  /external/valgrind/main/memcheck/tests/
partiallydefinedeq.c 33 int* pi1 = (int*)junk1; local
37 foo(pi1,pi2, &hack);
45 foo(pi1,pi2, &hack);
52 foo(pi1,pi2, &hack);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_acosl.c 35 pi1 = 3.14159265358979311600e+00, /* 0x1.921fb54442d18p+1 */ variable
37 #define pi ((long double)pi1 + pi2)
e_atan2l.c 38 pi1 = 3.14159265358979311600e+00, /* 0x1.921fb54442d18p+1 */ variable
40 #define pi ((long double)pi1 + pi2)
  /external/clang/test/SemaCXX/
cxx1y-variable-templates_top_level.cpp 155 CONST T pi1 = T(3.1415926535897932385); member in namespace:explicit_instantiation
156 template CONST int pi1<int>; // expected-note {{previous explicit instantiation is here}} member in namespace:explicit_instantiation
157 template CONST int pi1<int>; // expected-error {{duplicate explicit instantiation of 'pi1<int>'}} member in namespace:explicit_instantiation
228 T pi1 = T(3.1415926535897932385); member in namespace:explicit_specialization::type_changes
229 template<> CONST int pi1<int> = 10; member in namespace:explicit_specialization::type_changes
257 CONST T pi1 = T(3.1415926535897932385); member in namespace:explicit_specialization::redefinition
259 template<> CONST int pi1<int> = 10; // expected-note {{previous definition is here}} member in namespace:explicit_specialization::redefinition
260 template<> CONST int pi1<int> = 10; // expected-error {{redefinition of 'pi1<int>'} member in namespace:explicit_specialization::redefinition
    [all...]
conditional-expr.cpp 178 int *pi1 = i1 ? &i1 : 0; local
179 pi1 = i1 ? 0 : &i1;
overloaded-operator.cpp 121 const PostInc& pi1 = pi++; local
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
PendingIntentTest.java 89 PendingIntent pi1 = PendingIntent.getActivity(Robolectric.application, 99, local
94 assertThat(pi1, equalTo(pi2));
95 assertThat(pi1, not(equalTo(pi3)));
  /development/ndk/platforms/android-9/arch-mips/include/asm/sgi/
ioc.h 22 #include <asm/sgi/pi1.h>
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sgi/
ioc.h 22 #include <asm/sgi/pi1.h>
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sgi/
ioc.h 22 #include <asm/sgi/pi1.h>
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/sgi/
ioc.h 22 #include <asm/sgi/pi1.h>
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/sgi/
ioc.h 22 #include <asm/sgi/pi1.h>
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/sgi/
ioc.h 22 #include <asm/sgi/pi1.h>
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/sgi/
ioc.h 22 #include <asm/sgi/pi1.h>
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/sgi/
ioc.h 22 #include <asm/sgi/pi1.h>
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/sgi/
ioc.h 22 #include <asm/sgi/pi1.h>
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/sgi/
ioc.h 22 #include <asm/sgi/pi1.h>
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/sgi/
ioc.h 22 #include <asm/sgi/pi1.h>
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/sgi/
ioc.h 22 #include <asm/sgi/pi1.h>
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_x86.c 307 __m128i pi0, pi1; local
323 pi1 = _mm_cvtsi32_si128(*((const int *)pi + 1));
326 pf1 = _mm_cvtepi32_ps(cvtepu8_epi32(pi1));
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 1617 milliseconds