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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/utils/lint/
remove_trailing_whitespace.sh 6 perl -pi -e 's/\s+$/\n/' $*
  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p1.cpp 5 long double operator "" pi(long double); // expected-warning{{user-defined literal suffixes not starting with '_' are reserved}}
  /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/eigen/unsupported/doc/examples/
MatrixSquareRoot.cpp 8 const double pi = std::acos(-1.0); local
11 A << cos(pi/3), -sin(pi/3),
12 sin(pi/3), cos(pi/3);
MatrixExponential.cpp 8 const double pi = std::acos(-1.0); local
11 A << 0, -pi/4, 0,
12 pi/4, 0, 0,
MatrixFunction.cpp 13 const double pi = std::acos(-1.0); local
16 A << 0, -pi/4, 0,
17 pi/4, 0, 0,
  /external/llvm/tools/llvm-objdump/
ELFDump.cpp 29 for (typename ELFO::Elf_Phdr_Iter pi = o->begin_program_headers(),
31 pi != pe; ++pi) {
32 switch (pi->p_type) {
61 << format(Fmt, (uint64_t)pi->p_offset)
63 << format(Fmt, (uint64_t)pi->p_vaddr)
65 << format(Fmt, (uint64_t)pi->p_paddr)
66 << format("align 2**%u\n", CountTrailingZeros_64(pi->p_align))
68 << format(Fmt, (uint64_t)pi->p_filesz)
70 << format(Fmt, (uint64_t)pi->p_memsz
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/complex.number/complex.value.ops/
arg.pass.cpp 31 const double pi = std::atan2(+0., -0.); local
46 is_about(r, -pi);
48 is_about(r, pi);
59 is_about(r, -pi/2);
61 is_about(r, pi/2);
68 is_about(r, -pi);
70 is_about(r, pi);
89 is_about(r, 0.75 * pi);
91 is_about(r, -0.75 * pi);
96 is_about(r, 0.25 * pi);
    [all...]
  /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...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_atan2f.c 28 pi = 3.1415927410e+00; /* 0x40490fdb */ variable
53 case 2: return pi+tiny;/* atan(+0,-anything) = pi */
54 case 3: return -pi-tiny;/* atan(-0,-anything) =-pi */
73 case 2: return pi+tiny ; /* atan(+...,-INF) */
74 case 3: return -pi-tiny ; /* atan(-...,-INF) */
92 case 2: return pi-(z-pi_lo);/* atan(+,-) */
94 return (z-pi_lo)-pi;/* atan(-,-) */
e_atan2.c 23 * ARG (x+iy) = pi - arctan[y/(-x)] ... if x < 0,
30 * ATAN2(+-0, -(anything but NaN)) is +-pi ;
31 * ATAN2(+-(anything but 0 and NaN), 0) is +-pi/2;
33 * ATAN2(+-(anything but INF and NaN), -INF) is +-pi;
34 * ATAN2(+-INF,+INF ) is +-pi/4 ;
35 * ATAN2(+-INF,-INF ) is +-3pi/4;
36 * ATAN2(+-INF, (anything but,0,NaN, and INF)) is +-pi/2;
56 pi = 3.1415926535897931160E+00; /* 0x400921FB, 0x54442D18 */ variable
82 case 2: return pi+tiny;/* atan(+0,-anything) = pi */
    [all...]
e_atan2l.c 40 #define pi ((long double)pi1 + pi2) macro
43 pi = 3.14159265358979323846264338327950280e+00L; variable
75 case 2: return pi+tiny;/* atan(+0,-anything) = pi */
76 case 3: return -pi-tiny;/* atan(-0,-anything) =-pi */
96 case 2: return pi+tiny ; /* atan(+...,-INF) */
97 case 3: return -pi-tiny ; /* atan(-...,-INF) */
116 case 2: return pi-(z-pi_lo);/* atan(+,-) */
118 return (z-pi_lo)-pi;/* atan(-,-) *
    [all...]
  /external/eigen/Eigen/src/Core/products/
TriangularSolverVector.h 46 for(Index pi=IsLower ? 0 : size;
47 IsLower ? pi<size : pi>0;
48 IsLower ? pi+=PanelWidth : pi-=PanelWidth)
50 Index actualPanelWidth = (std::min)(IsLower ? size - pi : pi, PanelWidth);
52 Index r = IsLower ? pi : size - pi; // remaining size
58 Index startRow = IsLower ? pi : pi-actualPanelWidth
    [all...]
  /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/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...]
  /external/clang/test/CXX/special/class.dtor/
p10-0x.cpp 19 void a(const A *x, int i, int *pi) {
35 pi->~decltype(int())();
36 pi.~decltype(int())(); // expected-error{{the type of object expression ('int *') does not match the type being destroyed ('decltype(int())' (aka 'int')) in pseudo-destructor expression}}
37 pi.~decltype(intp())();
38 pi->~decltype(intp())(); // expected-error{{the type of object expression ('int') does not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor expression}}
  /external/tremolo/Tremolo/
floor0.c 86 /* interpolated lookup based cos function, domain 0 to PI only */
87 /* a is in 0.16 format, where 0==0, 2^^16-1==PI, return 0.14 */
96 /* a is in 0.16 format, where 0==0, 2^^16==PI, return .LSP_FRACBITS */
179 /* lsp is in 8.24, range 0 to PI; coslook wants it in .16 0 to 1*/
199 ogg_uint32_t pi=46341; /* 2**-.5 in 0.16 */ local
208 lsp_loop_asm(&qi,&pi,&qexp,ilsp,wi,m);
210 pi=((pi*pi)>>16);
215 pi*=(1<<14)-((wi*wi)>>14)
    [all...]
  /bionic/libc/bionic/
system_properties.c 148 prop_info *pi; local
154 pi = TOC_TO_INFO(pa, entry);
155 if(memcmp(name, pi->name, len)) continue;
157 return pi;
163 int __system_property_read(const prop_info *pi, char *name, char *value)
168 serial = pi->serial;
170 __futex_wait((volatile void *)&pi->serial, serial, 0);
171 serial = pi->serial;
174 memcpy(value, pi->value, len + 1);
175 if(serial == pi->serial)
186 const prop_info *pi = __system_property_find(name); local
    [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("-", "+");
  /external/bison/tests/
bison.in 43 $PERL -pi -e 's{"y\.tab\.}{"parse-gram.}g;' \
  /bionic/libc/include/sys/
system_properties.h 73 int __system_property_read(const prop_info *pi, char *name, char *value);
  /development/ndk/platforms/android-3/include/sys/
system_properties.h 69 int __system_property_read(const prop_info *pi, char *name, char *value);
  /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...]

Completed in 1523 milliseconds

1 2 3 4 5 6 7 8 91011>>