Searched refs:pi (Results 151 - 175 of 307) sorted by relevance

1234567891011>>

/external/valgrind/memcheck/tests/
H A Dvcpu_fbench.c361 static double pi = pic, variable
412 if (x > pi) {
413 x -= pi;
418 x = pi - x;
491 range -pi/2 to pi/2 */
531 range -pi to pi */
/external/valgrind/perf/
H A Dfbench.c357 static double pi = pic, variable
408 if (x > pi) {
409 x -= pi;
414 x = pi - x;
487 range -pi/2 to pi/2 */
527 range -pi to pi */
/external/icu/icu4c/source/common/
H A Dubidiln.c1224 int32_t logicalStart, visualStart, visualLimit, *pi=indexMap; local
1235 *pi++ = logicalStart++;
1241 *pi++ = --logicalStart;
1323 const int32_t *pi; local
1326 pi=srcMap+length;
1327 while(pi>srcMap) {
1328 if(*--pi>destLength) {
1329 destLength=*pi;
1331 if(*pi>=0) {
1340 pi
[all...]
H A Dusc_impl.c308 int32_t pi = pairIndex & ~1; local
310 while (STACK_IS_NOT_EMPTY(scriptRun) && TOP(scriptRun).pairIndex != pi) {
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dfwd_txfm_ssse3_x86_64.asm92 ; sin(pi / 8), cos(pi / 8)
120 ; sin(pi / 16), cos(pi / 16)
138 ; sin(3 * pi / 16), cos(3 * pi / 16)
/external/tcpdump/
H A Daddrtoname.c441 /* Find the hash node that corresponds the protoid 'pi'. */
444 lookup_protoid(const u_char *pi) argument
450 i = (((pi[0] << 8) + pi[1]) << 8) + pi[2];
451 j = (pi[3] << 8) + pi[4];
605 protoid_string(register const u_char *pi) argument
612 tp = lookup_protoid(pi);
617 if ((j = *pi >>
[all...]
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
H A Dscreen_finder.py94 SMALL_ANGLE = 5 / 180 * np.pi # 5 degrees in radians
174 hlines = cv2.HoughLinesP(self._frame_edges, 1, np.pi / 180, 60,
247 if not cv_util.AreLinesOrthogonal(lines[i], lines[j], (np.pi / 4.0)):
405 line1a1 = np.pi - np.arctan2(lines1[:, 1] - points[:, 1],
407 line1a2 = np.pi - np.arctan2(lines1[:, 3] - points[:, 1],
409 line2a1 = np.pi - np.arctan2(lines2[:, 1] - points[:, 1],
411 line2a2 = np.pi - np.arctan2(lines2[:, 3] - points[:, 1],
456 angles = np.arctan2(vectors[:, 1], vectors[:, 0]) + np.pi
495 tau = (2.0 * np.pi)
502 angle = np.pi
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfpMath.java667 /** Computes sin(a) Used when 0 < a < pi/4.
696 /** Computes cos(a) Used when 0 < a < pi/4.
735 final Dfp pi = a.getField().getPi();
740 Dfp x = a.remainder(pi.multiply(2));
749 /* Since sine(x) = sine(pi - x) we can reduce the range to
750 * 0 < x < pi/2
753 if (x.greaterThan(pi.divide(2))) {
754 x = pi.subtract(x);
758 if (x.lessThan(pi.divide(4))) {
786 final Dfp pi
[all...]
H A DDfpField.java86 /** High precision string representation of &pi;. */
131 /** A {@link Dfp} with value &pi;. */
132 private final Dfp pi; field in class:DfpField
134 /** A two elements {@link Dfp} array with value &pi; split in two pieces. */
213 pi = new Dfp(this, piString);
231 pi = null;
452 /** Get the constant &pi;.
453 * @return a {@link Dfp} with value &pi;
456 return pi;
459 /** Get the constant &pi; spli
[all...]
/external/autotest/client/cros/audio/
H A Daudio_analysis_unittest.py95 y = (coeff_1 * numpy.sin(freq_1 * 2.0 * numpy.pi * x) +
96 coeff_2 * numpy.sin(freq_2 * 2.0 * numpy.pi * x)) + noise
168 self.y = numpy.sin(self.freq * 2.0 * numpy.pi * x)
/external/clang/test/SemaCXX/
H A Doverloaded-operator.cpp120 void incdec_test(PostInc pi, PostDec pd) { argument
121 const PostInc& pi1 = pi++;
123 PostInc &pi2 = ++pi;
/external/clang/test/SemaTemplate/
H A Dnested-name-spec-template.cpp31 M::template Promote<int> pi; member in namespace:N
/external/eigen/unsupported/Eigen/src/MoreVectorization/
H A DMathFunctions.h31 _EIGEN_DECLARE_CONST_Packet4f(pi, 3.141592654);
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifDecoder.java530 dataSize, first, top, bi, pi;
561 datum = bits = count = first = top = pi = bi = 0;
637 mainPixels[pi++] = pixelStack[top];
644 for (i = pi; i < npix; i++) {
/external/libunwind/include/
H A Dlibunwind-dynamic.h142 unw_dyn_proc_info_t pi; member in union:unw_dyn_info::__anon11450
/external/libunwind/tests/
H A Dtest-proc-info.c99 unw_proc_info_t *pi UNUSED,
H A Dia64-test-dyn1.c78 di->u.pi.name_ptr = (unw_word_t) name;
79 di->u.pi.regions = region;
/external/libvpx/libvpx/vp8/common/x86/
H A Didctllm_sse2.asm170 paddw xmm5, xmm1 ; ip1 * sin(pi/8) * sqrt(2)
175 paddw xmm7, xmm3 ; ip3 * cos(pi/8) * sqrt(2)
239 paddw xmm5, xmm1 ; ip1 * sin(pi/8) * sqrt(2)
244 paddw xmm7, xmm3 ; ip3 * cos(pi/8) * sqrt(2)
507 paddw xmm5, xmm1 ; ip1 * sin(pi/8) * sqrt(2)
512 paddw xmm7, xmm3 ; ip3 * cos(pi/8) * sqrt(2)
576 paddw xmm5, xmm1 ; ip1 * sin(pi/8) * sqrt(2)
581 paddw xmm7, xmm3 ; ip3 * cos(pi/8) * sqrt(2)
/external/lzma/C/Util/SfxSetup/
H A DSfxSetup.c568 PROCESS_INFORMATION pi; local
575 if (CreateProcessW(NULL, cmdLine, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi) == 0)
579 CloseHandle(pi.hThread);
580 hProcess = pi.hProcess;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DExecutionDepsFix.cpp280 for (MachineBasicBlock::const_pred_iterator pi = MBB->pred_begin(),
281 pe = MBB->pred_end(); pi != pe; ++pi) {
282 LiveOutMap::const_iterator fi = LiveOuts.find(*pi);
/external/doclava/src/com/google/doclava/
H A DStubs.java1111 for (ParameterInfo pi : mi.parameters()) {
1113 writeParameterXML(xmlWriter, mi, pi, count == numParameters);
1119 for (ClassInfo pi : exceptions) {
1120 xmlWriter.println("<exception name=\"" + pi.name() + "\" type=\"" + pi.qualifiedName()
1144 for (ParameterInfo pi : mi.parameters()) {
1146 writeParameterXML(xmlWriter, mi, pi, count == numParameters);
1151 for (ClassInfo pi : exceptions) {
1152 xmlWriter.println("<exception name=\"" + pi.name() + "\" type=\"" + pi
1159 writeParameterXML(PrintStream xmlWriter, MethodInfo method, ParameterInfo pi, boolean isLast) argument
[all...]
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A Dt012lexerXML.g63 | pi=PI
/external/icu/android_icu4j/src/main/java/android/icu/lang/
H A DUScriptRun.java372 int pi = pairIndex & ~1;
374 while (stackIsNotEmpty() && top().pairIndex != pi) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUScriptRun.java370 int pi = pairIndex & ~1;
372 while (stackIsNotEmpty() && top().pairIndex != pi) {
/external/libmojo/base/android/java/src/org/chromium/base/
H A DResourceExtractor.java179 PackageInfo pi = pm.getPackageInfo(mContext.getPackageName(), 0);
180 return pi.lastUpdateTime;

Completed in 705 milliseconds

1234567891011>>