Home
last modified time | relevance | path

Searched refs:z (Results 1 – 25 of 80) sorted by relevance

1234

/ndk/sources/cxx-stl/stlport/src/
Dcomplex_trig.cpp68 static complex<_Tp> sinT(const complex<_Tp>& z) { in sinT() argument
69 return complex<_Tp>(::sin(z._M_re) * ::cosh(z._M_im), in sinT()
70 ::cos(z._M_re) * ::sinh(z._M_im)); in sinT()
73 _STLP_DECLSPEC complex<float> _STLP_CALL sin(const complex<float>& z) in sin() argument
74 { return sinT(z); } in sin()
76 _STLP_DECLSPEC complex<double> _STLP_CALL sin(const complex<double>& z) in sin() argument
77 { return sinT(z); } in sin()
80 _STLP_DECLSPEC complex<long double> _STLP_CALL sin(const complex<long double>& z) in sin() argument
81 { return sinT(z); } in sin()
87 static complex<_Tp> cosT(const complex<_Tp>& z) { in cosT() argument
[all …]
Dcomplex.cpp167 static complex<_Tp> sqrtT(const complex<_Tp>& z) { in sqrtT() argument
168 _Tp re = z._M_re; in sqrtT()
169 _Tp im = z._M_im; in sqrtT()
188 sqrt(const complex<float>& z) { return sqrtT(z); } in sqrt() argument
191 sqrt(const complex<double>& z) { return sqrtT(z); } in sqrt() argument
195 sqrt(const complex<long double>& z) { return sqrtT(z); } in sqrt() argument
202 static complex<_Tp> expT(const complex<_Tp>& z) { in expT() argument
203 _Tp expx = ::exp(z._M_re); in expT()
204 return complex<_Tp>(expx * ::cos(z._M_im), in expT()
205 expx * ::sin(z._M_im)); in expT()
[all …]
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
Dautomatic16 .SUFFIXES: .x .y .z
17 $(dir)/foo.x : baz.z $(dir)/bar.y baz.z
26 $(dir)/bar.y baz.z : ; touch $@
34 &utouch(-10, qw(foo.x baz.z));
40 \$< = baz.z, \$(<D) = ., \$(<F) = baz.z
41 \$^ = baz.z $dir/bar.y, \$(^D) = . $dir, \$(^F) = baz.z bar.y
42 \$+ = baz.z $dir/bar.y baz.z, \$(+D) = . $dir ., \$(+F) = baz.z bar.y baz.z
47 unlink(qw(foo.x bar.y baz.z));
63 $(dir)/x.z $(dir)/y.z: $(dir)/%.z : $@.% $$@.% $$$@.% $$$$@.% $$(@D).% $$(@F).%
74 &run_make_with_options($makefile2, "$dir/x.z $dir/y.z", &get_logfile);
[all …]
/ndk/sources/host-tools/sed-4.2.1/lib/
Dunlocked-io.h66 # define fgets(x,y,z) fgets_unlocked (x,y,z) argument
68 # define fgets_unlocked(x,y,z) fgets (x,y,z) argument
87 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) argument
89 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) argument
94 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) argument
96 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) argument
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dandor18 @echo 4 $(and z,true,$f,false)
22 @echo 8 $(and z,true,fal,se) hi
39 @echo 4 $(or z,true,$f,false)
44 @echo 9 $(or z,true,fal,se) hi
48 … "short-circuit\n1\n2 true\n3 true\n4 z\n5 true\n6 true\n7 b\n8 true\n9 z hi\n10 truethere\n11\n");
Dbasename16 …nt MAKEFILE "string := \$(basename src${pathsep}a.b.z.foo.c src${pathsep}hacks src.bar${pathsep}a.…
27 $answer = "src${pathsep}a.b.z.foo src${pathsep}hacks src.bar${pathsep}a.b.z.foo src.bar${pathsep}ha…
Dif17 \t\@echo 4 \$(if z,true,false)
18 \t\@echo 5 \$(if z,true,\$(shell echo hi))
22 \t\@echo 9 \$(if z,true,fal,se) hi
Daddsuffix12 string := \$(addsuffix .c,src${pathsep}a.b.z.foo hacks)
24 $answer = "src${pathsep}a.b.z.foo.c hacks.c\n";
Daddprefix16 print MAKEFILE "string := \$(addprefix src${pathsep},a.b.z.foo hacks) \n"
27 $answer = "src${pathsep}a.b.z.foo src${pathsep}hacks\n";
/ndk/sources/host-tools/nawk-20071023/
Drun.c228 Cell *y, *z, *fcn; in call() local
315 z = fp->retval; /* return value */ in call()
316 dprintf( ("%s returns %g |%s| %o\n", s, getfval(z), getsval(z), z->tval) ); in call()
318 return(z); in call()
453 Cell *x, *y, *z; in array() local
483 z = setsymtab(buf, "", 0.0, STR|NUM, (Array *) x->sval); in array()
484 z->ctype = OCELL; in array()
485 z->csub = CVAR; in array()
488 return(z); in array()
736 Cell *x, *y, *z = 0; in substr() local
[all …]
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dflipcase.sed1 s,\([^A-Za-z]*\)\([A-Za-z]*\),\1\L\u\2,g
Dmac-mf.sed2 /^\./s/^\(\.[a-z]*\)\(\.[a-z]*\)\( *: *\)$/\1\2\3 \1/
95 # /\.a/s/lib\([a-z]*\)\.a/lib\1.o/g
113 # /-c/s/{CC}\(.*\) -c \(.*\)\([-a-z]*\)\.c/{CC}\1 \2\3.c -o "{o}"\3.c.o/g
115 # /-o/s/\([-a-z]*\)\.c -o "{o}".c.o/\1\.c -o "{o}"\1.c.o/
128 ##/^\./s/^\(\.[a-z]*\.[a-z]* \)/# \1/
Dfasts.sed18 s/^[a-z]//g
38 s/^[a-z]//g
DPCRE.tests412 /^\*\.[a-z]([a-z0-9-]*[a-z0-9]+)?(\.[a-z]([a-z0-9-]*[a-z0-9]+)?)*$/
480 z
481 0: z
734 /[a-z]+/
840 123456789@x.y.z
841 0: 123456789@x.y.z
1081 z
2228 /^([^a-z])|(\^)$/
2290 xy:z:::abcd
2291 0: xy:z:::abcd
[all …]
/ndk/sources/host-tools/sed-4.2.1/m4/
Dgetopt.m430 if test -z "$GETOPT_H"; then
34 if test -z "$GETOPT_H"; then
40 if test -z "$GETOPT_H"; then
46 if test -z "$GETOPT_H"; then
Dlib-ld.m457 [[\\/]* | [A-Za-z]:[\\/]*)]
64 test -z "$LD" && LD="$ac_prog"
81 [if test -z "$LD"; then
84 test -z "$ac_dir" && ac_dir=.
108 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
/ndk/sources/host-tools/make-3.81/
Dconfig.log100 configure:2354: test -z || test ! -s conftest.err
108 configure:2412: test -z || test ! -s conftest.err
116 configure:2528: test -z || test ! -s conftest.err
192 configure:3490: test -z || test ! -s conftest.err
200 configure:3609: test -z || test ! -s conftest.err
214 configure:3779: test -z || test ! -s conftest.err
222 configure:3779: test -z || test ! -s conftest.err
230 configure:3779: test -z || test ! -s conftest.err
238 configure:3779: test -z || test ! -s conftest.err
246 configure:3779: test -z || test ! -s conftest.err
[all …]
/ndk/sources/host-tools/make-3.81/config/
Dlib-ld.m459 [[\\/]* | [A-Za-z]:[\\/]*)]
66 test -z "$LD" && LD="$ac_prog"
83 [if test -z "$LD"; then
86 test -z "$ac_dir" && ac_dir=.
110 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
Dlib-link.m4173 if test -z "$already_handled"; then
182 test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value"
184 test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value"
264 if test -z "$haveit"; then
286 if test -z "$haveit"; then
301 if test -z "$haveit"; then
357 if test -z "$haveit"; then
365 if test -z "$haveit"; then
406 if test -z "$haveit"; then
415 if test -z "$haveit"; then
[all …]
Dlib-prefix.m470 if test -z "$haveit"; then
78 if test -z "$haveit"; then
101 if test -z "$haveit"; then
109 if test -z "$haveit"; then
Dintdiv0.m436 int z;
51 z = x / y;
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dvarnesting12 ."z = y\n"
13 ."a := \$(\$(\$(z)))\n"
Dpatspecific_vars101 %z: a = global: $(global) pattern: $(pattern) inherit: $(inherit)
103 %z: a := global: $(global) pattern: $(pattern) inherit: $(inherit)
106 %z: ; @echo \'pattrn: $a;\'
/ndk/build/tools/toolchain-patches/gcc/
D0009-Enable-assembler-linker-default-for-security.patch64 + "%{shared: -Bsymbolic} -z noexecstack -z relro -z now"
155 + "%{shared: -Bsymbolic} -z noexecstack -z relro -z now"
/ndk/sources/host-tools/sed-4.2.1/po/
Dhu.po96 msgstr "a(z) `s' parancs sz�m opci�ja nem lehet nulla"
100 msgstr "a(z) `y' parancs sz�vegeinek hossza k�l�nb�z�"
182 msgstr "Nincsen el�z� regul�ris kifejez�s"
191 msgstr "Hib�s hivatkoz�s (\\%d) a(z) `s' parancs RHS-�re"
234 " minta nyomtat�s�nak mell�z�se\n"
399 msgstr "Nem lehet megnyitni a(z) %s f�jlt: %s"
404 msgstr "nem tudom a(z) %d elemet ide �rni %s: %s"
410 msgstr[0] "nem tudom a(z) %d elemet ide �rni %s: %s"
420 msgstr "Nem lehet megnyitni a(z) %s f�jlt: %s"
486 msgstr "�rv�nytelen megel�z� regul�ris kifejez�s"
[all …]

1234