Home
last modified time | relevance | path

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

12

/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/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/sed-4.2.1/testsuite/
Dflipcase.sed1 s,\([^A-Za-z]*\)\([A-Za-z]*\),\1\L\u\2,g
Dfasts.sed18 s/^[a-z]//g
38 s/^[a-z]//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/
Dbadenc.sed1 /.*/ { H ; g ; s/\n// ; p ; z ; x }
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 …]
DSPENCER.tests386 /\*.*\*/ - /*x*/y/*z*/ /*x*/y/*z*/
389 /\*([^*]|\*[^/])*\*/ - /*x*/y/*z*/ /*x*/
391 /\*([^*]|\*[^/])*\*/ - /*x**/y/*z*/ /*x**/y/*z*/
394 /\*([^*]|\*+[^*/])*\*+/ - /*x*/y/*z*/ /*x*/
395 /\*([^*]|\*+[^*/])*\*+/ - /*x**/y/*z*/ /*x**/
396 /\*([^*]|\*+[^*/])*\*+/ - /*x****/y/*z*/ /*x****/
397 /\*([^*]|\*+[^*/])*\*+/ - /*x**x*/y/*z*/ /*x**x*/
398 /\*([^*]|\*+[^*/])*\*+/ - /*x***x/y/*z*/ /*x***x/y/*z*/
/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])
Dlib-link.m4231 if test -z "$already_handled"; then
240 test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value"
242 test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value"
382 if test -z "$haveit"; then
404 if test -z "$haveit"; then
419 if test -z "$haveit"; then
485 if test -z "$haveit"; then
493 if test -z "$haveit"; then
536 if test -z "$haveit"; then
545 if test -z "$haveit"; then
[all …]
Dprogtest.m467 test -z "$ac_dir" && ac_dir=.
81 ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
Dlib-prefix.m469 if test -z "$haveit"; then
77 if test -z "$haveit"; then
100 if test -z "$haveit"; then
108 if test -z "$haveit"; then
Ddouble-slash-root.m415 # Cygwin, and z/OS. If anyone knows of another system for which // has
Dstrerror.m422 if test -z "$ERRNO_H"; then
Dmultiarch.m442 if test -z "$arch" || test "$arch" = "$word"; then
Dthreadlib.m4144 if test -z "$gl_have_pthread"; then
167 if test -z "$gl_have_pthread"; then
222 if test -z "$gl_have_pthread"; then
/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 …]
Dcs.po274 " upravuje přímo vstupní soubory (vytváří zálohy, pokud je\n"
360 "Ne-li zadán žádný z přepínačů -e, --expression, -f nebo --file, pak první\n"
398 "a to i bez záruky PRODEJNOSTI nebo VHODNOSTI PRO NĚJAKÝ KONKRÉTNÍ ÚČEL,\n"
399 "jak jen zákon dovoluje.\n"
427 msgstr "chyba při čtení z %s: %s"
437 msgstr "o %s nelze získat údaje: %s"
566 #~ " přidá seznam příkazů z řetězce SKRIPT k seznamu "
581 #~ " Nebude-li žádný z přepínačů -e, --expression, -f, nebo --file zadán, "
Dsk.po218 " použiť syntax regulárnych výrazov z Perlu 5 v skripte.\n"
275 " upraviť súbory na mieste (vytvoria sa zálohy, ak je zadaná "
362 "Ak nie je zadaná žiadna z volieb -e, --expression, -f, alebo --file,\n"
399 "nájdete v zdrojových textoch. Toto programové vybavenie je BEZ záruky,\n"
400 "a to aj bez záruky PREDAJNOSTI alebo VHODNOSTI PRE NEJAKÝ KONKRÉTNY ÚČEL.\n"
428 msgstr "chyba pri čítaní z %s: %s"
/ndk/build/tools/toolchain-patches/build/
D0001-Options-brought-in-from-core-combo-for-IA.patch37 + -Wl,-z,noexecstack -Wl,--gc-sections -nostdlib \
43 + -Wno-multichar -Wl,-z,noexecstack -Werror=format-security -Wstrict-aliasing=2 \
/ndk/sources/host-tools/sed-4.2.1/
DBUGS105 `[a-z]' is case insensitive
108 You are encountering problems with locales. POSIX mandates that `[a-z]'
113 Another problem is that [a-z] tries to use collation symbols. This
116 In a Danish locale, for example, the regular expression `^[a-z]$'
126 (including UTF-8 locales). For this reason, GNU sed provides a `z'
/ndk/build/tools/toolchain-patches/gcc/
D0003-Sync-internal-and-external-version.patch71 + Also guarded -z,now and -z,relro with other defines.
459 -z now will be added if we don't have -vanilla spec. We do a -pie incompatible check
462 - #define ESP_LINK_NOW_SPEC "%{!nonow:-z now}"
466 + #define ESP_LINK_NOW_SPEC "%{!nonow:-z now}"
472 + #define ESP_LINK_RELRO_SPEC "%{!norelro:-z relro}"
561 +foo2 (int z, int x)
566 + return z;
569 + return x + z;
640 +foo (int x, int y, int z)
642 + return x + y + z;
[all …]
/ndk/build/core/
Dndk-common.sh618 run tar z$TARFLAGS "$ARCHIVE" -C $DIR
665 (cd $SRCDIR && run tar z$TARFLAGS "$ARCHIVE" $SRCFILES)

12