/external/clang/test/SemaCXX/ |
D | cxx1y-variable-templates_top_level.cpp | 181 CONST int pi2 = 1; variable 184 CONST int pi2<T,int> = 2; variable 187 CONST int pi2<int,T> = 3; variable 189 template<> CONST int pi2<int,int> = 4; variable 193 static_assert(pi2<int,int> == 4, ""); in foo() 194 static_assert(pi2<float,int> == 2, ""); in foo() 195 static_assert(pi2<int,float> == 3, ""); in foo() 196 static_assert(pi2<int,float> == pi2<int,double>, ""); in foo() 197 static_assert(pi2<float,float> == 1, ""); in foo() 198 static_assert(pi2<float,float> == pi2<float,double>, ""); in foo() [all …]
|
D | overloaded-operator.cpp | 123 PostInc &pi2 = ++pi; in incdec_test() local
|
/external/valgrind/memcheck/tests/ |
D | partiallydefinedeq.c | 34 int* pi2 = (int*)junk2; in main() local 37 foo(pi1,pi2, &hack); in main() 45 foo(pi1,pi2, &hack); in main() 52 foo(pi1,pi2, &hack); in main()
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
D | test_util.py | 151 def _AssertProxyInfosEqual(self, pi1, pi2): argument 152 self.assertEqual(pi1.proxy_type, pi2.proxy_type) 153 self.assertEqual(pi1.proxy_host, pi2.proxy_host) 154 self.assertEqual(pi1.proxy_port, pi2.proxy_port) 155 self.assertEqual(pi1.proxy_rdns, pi2.proxy_rdns) 156 self.assertEqual(pi1.proxy_user, pi2.proxy_user) 157 self.assertEqual(pi1.proxy_pass, pi2.proxy_pass)
|
/external/clang/test/Parser/ |
D | objc-alias-printing.m | 14 INTF<P2,P1> *pi2; 17 return pi2 == p2;
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | PendingIntentTest.java | 91 PendingIntent pi2 = PendingIntent.getActivity(null, 99, new Intent("action"), 100); in testEquals() local 94 assertThat(pi1, equalTo(pi2)); in testEquals()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | fft.c | 291 REAL pi2 = M_PI; /* use PI first, 2 PI later */ in FFTRADIX() local 352 pi2 = -pi2; in FFTRADIX() 363 radf = pi2 * (double) jc; in FFTRADIX() 364 pi2 *= 2.0; /* use 2 PI from here on */ in FFTRADIX() 638 s1 = pi2 / (double) k; in FFTRADIX()
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_mips.c | 37 const float pi2 = 6.28318530717959f; in WebRtcAec_ComfortNoise_mips() local 38 const float pi2t = pi2 / 32768; in WebRtcAec_ComfortNoise_mips() 306 tmp = pi2 * rand[i - 1]; in WebRtcAec_ComfortNoise_mips()
|
D | aec_core.c | 452 const float pi2 = 6.28318530717959f; in ComfortNoise() local 464 tmp = pi2 * rand[i - 1]; in ComfortNoise() 512 tmp = pi2 * rand[i - 1]; in ComfortNoise()
|
/external/valgrind/gdbserver_tests/ |
D | t.c | 39 double pi2 __attribute__((unused)) = 2.0 * pi; in make_error() local
|
/external/opencv3/modules/core/test/ |
D | test_operations.cpp | 958 Point2d pi1(1, 1), pi2(2, 2), pi4(4, 4); in operations1() local 960 if (!(pi1 == pi2)) throw test_excep(); in operations1() 961 if (!(pi2 * 2 == pi4)) throw test_excep(); in operations1() 962 if (!(pi2 * 2.f == pi4)) throw test_excep(); in operations1() 963 if (!(pi2 * 2.f == pi4)) throw test_excep(); in operations1()
|
/external/opencv3/modules/python/test/ |
D | transformations.py | 1334 pi2 = math.pi * 2.0 1335 t1 = pi2 * rand[1] 1336 t2 = pi2 * rand[2]
|
/external/opencv3/modules/imgproc/test/ |
D | test_color.cpp | 1873 float pi2 = 2 * 3.1415f; in getTestMatrix() local 1879 float b = (1 + cos((szm - i) * (szm - j) * pi2 / (10 * float(szm)))) / 2; in getTestMatrix() 1880 float g = (1 + cos((szm - i) * j * pi2 / (10 * float(szm)))) / 2; in getTestMatrix() 1881 float r = (1 + sin(i * j * pi2 / (10 * float(szm)))) / 2; in getTestMatrix()
|
/external/hyphenation-patterns/hu/ |
D | hyph-hu.pat.txt | 30032 lápi2 32126 lőgépi2 34050 mgépi2 44552 pi2ég 44591 pi2óa 44592 pi2óá 44593 pi2óe 44594 pi2óf 44595 pi2óg 44596 pi2óki [all …]
|
/external/chromium-trace/catapult/tracing/test_data/ |
D | ddms_calculator_start.trace | 85850 8��pi2oi � 112343 �@�pi2�v
|