HomeSort by relevance Sort by last modified time
    Searched defs:pi (Results 1 - 25 of 168) sorted by null

1 2 3 4 5 6 7

  /external/valgrind/main/memcheck/tests/x86-linux/
scalar_supp.c 7 // uninitialised, but we know pi[0] is 0x0
8 int* pi = malloc(sizeof(int)); local
18 syscall(pi[0]+__NR_write, pi[0], pc[0], pi[0]+1);
  /external/clang/test/Parser/
cxx-typeof.cpp 4 int *pi; local
6 typeof pi[x] y;
typeof.c 6 int *pi; local
16 const typeof (*pi) aConstInt;
  /external/mdnsresponder/mDNSPosix/
parselog.py 58 import math # for pi namespace
190 #c.addArc((point[0]-minTime)*scale,point[1]*typesize+6,5,0,2*math.pi,1)
191 c.addArc((point[0]-minTime)*scale,point[1]*typesize+6,typesize/4,0,2*math.pi,1)
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_keyboard_ProximityInfo.cpp 40 ProximityInfo *pi = reinterpret_cast<ProximityInfo *>(proximityInfo); local
41 delete pi;
  /bionic/libm/src/
e_atan2f.c 28 pi = 3.1415927410e+00, /* 0x40490fdb */ variable
52 case 2: return pi+tiny;/* atan(+0,-anything) = pi */
53 case 3: return -pi-tiny;/* atan(-0,-anything) =-pi */
72 case 2: return pi+tiny ; /* atan(+...,-INF) */
73 case 3: return -pi-tiny ; /* atan(-...,-INF) */
93 case 2: return pi-(z-pi_lo);/* atan(+,-) */
95 return (z-pi_lo)-pi;/* atan(-,-) */
e_atan2.c 24 * ARG (x+iy) = pi - arctan[y/(-x)] ... if x < 0,
31 * ATAN2(+-0, -(anything but NaN)) is +-pi ;
32 * ATAN2(+-(anything but 0 and NaN), 0) is +-pi/2;
34 * ATAN2(+-(anything but INF and NaN), -INF) is +-pi;
35 * ATAN2(+-INF,+INF ) is +-pi/4 ;
36 * ATAN2(+-INF,-INF ) is +-3pi/4;
37 * ATAN2(+-INF, (anything but,0,NaN, and INF)) is +-pi/2;
54 pi = 3.1415926535897931160E+00, /* 0x400921FB, 0x54442D18 */ variable
79 case 2: return pi+tiny;/* atan(+0,-anything) = pi */
    [all...]
e_acos.c 20 * acos(x) = pi/2 - asin(x)
21 * acos(-x) = pi/2 + asin(x)
23 * acos(x) = pi/2 - (x + x*x^2*R(x^2)) (see asin.c)
25 * acos(x) = pi/2 - (pi/2 - 2asin(sqrt((1-x)/2)))
32 * acos(x) = pi - 2asin(sqrt((1-|x|)/2))
33 * = pi - 0.5*(s+s*z*R(z)), where z=(1-|x|)/2,s=sqrt(z)
47 pi = 3.14159265358979311600e+00, /* 0x400921FB, 0x54442D18 */ variable
73 else return pi+2.0*pio2_lo; /* acos(-1)= pi */
    [all...]
e_acosf.c 25 pi = 3.1415925026e+00, /* 0x40490fda */ variable
48 else return pi+(float)2.0*pio2_lo; /* acos(-1)= pi */
66 return pi - (float)2.0*(s+w);
  /external/clang/test/Sema/
warn-unused-value.c 51 int* pi = &i; local
53 *pi; // expected-warning {{expression result unused}}
  /external/clang/test/SemaCXX/
direct-initializer.cpp 47 int *pi = cd; // expected-error {{no viable conversion from 'const Derived' to 'int *'}} local
  /external/e2fsprogs/lib/ext2fs/
getsize.c 76 PARTITION_INFORMATION pi; local
92 &pi, sizeof(PARTITION_INFORMATION),
93 &pi, sizeof(PARTITION_INFORMATION),
96 *retblocks = pi.PartitionLength.QuadPart / blocksize;
  /external/fdlibm/
e_atan2.c 20 * ARG (x+iy) = pi - arctan[y/(-x)] ... if x < 0,
27 * ATAN2(+-0, -(anything but NaN)) is +-pi ;
28 * ATAN2(+-(anything but 0 and NaN), 0) is +-pi/2;
30 * ATAN2(+-(anything but INF and NaN), -INF) is +-pi;
31 * ATAN2(+-INF,+INF ) is +-pi/4 ;
32 * ATAN2(+-INF,-INF ) is +-3pi/4;
33 * ATAN2(+-INF, (anything but,0,NaN, and INF)) is +-pi/2;
53 pi = 3.1415926535897931160E+00, /* 0x400921FB, 0x54442D18 */ variable
82 case 2: return pi+tiny;/* ieee_atan(+0,-anything) = pi */
    [all...]
e_acos.c 16 * acos(x) = pi/2 - ieee_asin(x)
17 * acos(-x) = pi/2 + ieee_asin(x)
19 * acos(x) = pi/2 - (x + x*x^2*R(x^2)) (see asin.c)
21 * acos(x) = pi/2 - (pi/2 - 2asin(ieee_sqrt((1-x)/2)))
28 * acos(x) = pi - 2asin(ieee_sqrt((1-|x|)/2))
29 * = pi - 0.5*(s+s*z*R(z)), where z=(1-|x|)/2,s=ieee_sqrt(z)
46 pi = 3.14159265358979311600e+00, /* 0x400921FB, 0x54442D18 */ variable
74 else return pi+2.0*pio2_lo; /* ieee_acos(-1)= pi */
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodeissupported05.java 79 ProcessingInstruction pi; local
82 pi = doc.createProcessingInstruction("PITarget", "PIData");
83 success = pi.isSupported("-", "+");
importNode14.java 41 * parameters. The returned PI should belong to this document whose systemId is "staff.dtd".
71 ProcessingInstruction pi; local
82 pi = aNewDoc.createProcessingInstruction("target1", "data1");
83 aNode = (ProcessingInstruction) doc.importNode(pi, false);
  /system/core/toolbox/
watchprops.c 19 const prop_info *pi; member in struct:pwatch
25 static void announce(const prop_info *pi)
31 __system_property_read(pi, name, value);
50 watchlist[n].pi = __system_property_find_nth(n);
51 watchlist[n].serial = watchlist[n].pi->serial;
60 watchlist[count].pi = __system_property_find_nth(count);
61 watchlist[count].serial = watchlist[n].pi->serial;
62 announce(watchlist[count].pi);
68 unsigned tmp = watchlist[n].pi->serial;
70 announce(watchlist[n].pi);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
TreeWalker.java 366 ProcessingInstruction pi = (ProcessingInstruction) node; local
367 String name = pi.getNodeName();
369 // String data = pi.getData();
376 this.m_contentHandler.processingInstruction(pi.getNodeName(),
377 pi.getData());
  /external/dbus/tools/
dbus-launch-win.c 100 PROCESS_INFORMATION pi; local
141 memset (&pi, 0, sizeof (pi));
156 inherit, flags, 0, 0, &si, &pi);
166 CloseHandle (pi.hProcess);
167 CloseHandle (pi.hThread);
  /external/icu4c/extra/scrptrun/
scrptrun.cpp 156 int32_t pi = pairIndex & ~1; local
158 while (parenSP >= 0 && parenStack[parenSP].pairIndex != pi) {
  /external/iproute2/tc/
f_rsvp.c 46 struct tc_rsvp_gpi *pi = dir ? &pinfo->dpi : &pinfo->spi; local
56 pi->key = htonl(((__u32)tmp)<<16);
57 pi->mask = htonl(0xFFFF0000);
60 pi->key = htonl(((__u32)tmp));
61 pi->mask = htonl(0x0000FFFF);
63 pi->offset = 0;
73 if (pi->mask || argc <= 0)
82 pi->mask = htonl(0xFFFFFFFF);
83 pi->key = htonl(gpi);
84 pi->offset = 4
    [all...]
  /external/qemu/
loadpng.c 19 png_infop pi = 0; local
30 pi = png_create_info_struct(p);
31 if(pi == 0) {
55 png_destroy_read_struct(&p, &pi, 0);
65 png_read_info(p, pi);
67 png_get_IHDR(p, pi, &width, &height, &bitdepth, &colortype,
78 if(png_get_valid(p, pi, PNG_INFO_tRNS)) {
116 png_destroy_read_struct(&p, &pi, 0);
157 png_infop pi = 0; local
168 pi = png_create_info_struct(p)
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ScanHandler.java 88 public void pi(char[] buff, int offset, int length) throws SAXException; method in interface:ScanHandler
  /external/tremolo/Tremolo/
asm_arm.h 153 ogg_uint32_t qi=*qip,pi=*pip; local
168 "umull %1,r3,r1,%1;" //pi*=labs(ilsp[j+1]-wi)
192 "umull %1,r3,r0,%1;\n" //pi*=labs(ilsp[j+1]-wi)
202 //qi=(pi>>shift)*labs(ilsp[j]-wi);
203 //pi=(qi>>shift)*labs(ilsp[j+1]-wi);
230 : "+r"(qi),"+r"(pi),"+r"(qexp)
235 *pip=pi;
  /ndk/tests/device/test-gabi++/jni/
test_gabixx_rtti.cpp 61 int * pi; local
64 CHECK(typeid(int*) == typeid(pi));
65 CHECK(typeid(int) == typeid(*pi));
69 printf(" pi is: %s\n", typeid(pi).name());
70 printf("*pi is: %s\n", typeid(*pi).name());

Completed in 711 milliseconds

1 2 3 4 5 6 7