Searched refs:plus (Results 1 - 25 of 30) sorted by relevance

12

/external/stlport/test/unit/
H A Dplusminus_test.cpp36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>());
/external/netcat/data/
H A Ddns-any.d28 0 # name-len: 0 for ".", lenbyte plus name-bytes otherwise
H A Drip.d29 # sockaddr-plus-metric structs begin, as many as necessary...
/external/ipsec-tools/src/libipsec/
H A Dpolicy_token.l85 plus \+
114 {plus} { return(PLUS); }
/external/e2fsprogs/intl/
H A Deval-plural.h76 case plus:
H A Dplural-exp.h48 plus, /* Addition. */ enumerator in enum:expression::operator
H A Dplural.y338 lval->op = plus;
H A Dplural.c1450 lval->op = plus;
/external/skia/tests/
H A DTriangulationTest.cpp88 static const SkPoint plus[] = { variable
231 const size_t numVertices = sizeof(plus) / sizeof(SkPoint);
232 bool success = SkConcaveToTriangles(numVertices, plus, &triangles);
233 PrintTriangles(triangles, numVertices, plus, reporter);
/external/stlport/stlport/stl/
H A D_function_base.h114 struct plus : public binary_function<_Tp, _Tp, _Tp> { struct in inherits:binary_function
126 plus<_Tp> __plus(_Tp* ) { return plus<_Tp>(); }
206 template <class _Tp> inline _Tp __identity_element(plus<_Tp>) { return _Tp(0); }
H A D_function.h95 template <class _Tp> inline _Tp identity_element(plus<_Tp>) { return _Tp(0); }
/external/qemu/
H A Dcurses_keys.h259 { "plus", 0x02b },
/external/bison/doc/
H A Drefcard.tex81 \vskip .15ex plus .25 fill
106 \vskip .15ex plus .25 fill
245 % \parskip 1ex plus .5ex minus .5ex
246 \parskip 0.5ex plus .25ex minus .25ex
250 \outer\def\title#1{{\titlefont\centerline{#1}}\vskip 1ex plus .5ex}
253 \vskip 1.5ex plus 1ex minus 1ex {\headingfont #1}\mark{#1}%
254 \vskip 1ex plus .5ex minus 0.75ex}
/external/kernel-headers/original/linux/
H A Dnfs_xdr.h472 int plus; member in struct:nfs3_readdirargs
508 int plus; member in struct:nfs3_readdirres
809 u32 * (*decode_dirent)(u32 *, struct nfs_entry *, int plus);
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dgenlingware.pl33 9. id names of kb (strings of max 15 chars plus closing space)
296 # length of the fields plus preceding number of fields (1)
300 # (svoxheader) plus the length of the header (2) plus the fields
/external/bison/data/
H A Dglr.c61 # Optional effective arguments passed to yyerror: user args plus yylloc, and
92 # Arguments passed to yyerror: user formals plus yylocp.
H A Dyacc.c50 # Arguments passed to yyerror: user args plus yylloc.
/external/elfutils/
H A Delfutils.spec193 - include only libelf under GPL plus wrapper scripts
202 - include only libelf under GPL plus wrapper scripts
/external/icu4c/i18n/
H A Ddecimfmt.cpp3000 * localized minus sign or the localized plus sign, false if only negative
3016 * the localized minus sign or the localized plus sign, false if only
3853 UnicodeString plus ((UChar)kPatternPlus);
3867 plus. remove().append(getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol));
4006 && pattern.compare(pos, plus.length(), plus) == 0) {
4008 pos += plus.length();
4156 } else if (pattern.compare(pos, plus.length(), plus) == 0) {
4157 affix->append(kQuote); // Encode plus
[all...]
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex475 %% Add scribe-like font environments, plus @l for inline lisp (usually sans
962 \noindent\hbox{#1}\leaders\Dotsbox\hskip 0pt plus 1filll #2\par
972 \noindent\hskip\secondaryindent\hbox{#1}\leaders\Dotsbox\hskip 0pt plus 1filll#2\par
1217 \newskip \chapheadingskip \chapheadingskip = 30pt plus 8pt minus 4pt
1269 \newskip \subsecheadingskip \subsecheadingskip = 17pt plus 8pt minus 4pt
1272 \newskip \secheadingskip \secheadingskip = 21pt plus 8pt minus 4pt
1541 \advance \leftskip by 0pt plus 1fill
1998 \parskip 18pt plus 1pt
2009 \global\parskip 3pt plus 1pt
/external/grub/docs/
H A Dtexinfo.tex592 % Plain TeX defines: @AA @AE @O @OE @L (plus lowercase versions) @ss.
1085 \hskip 0pt plus 0.25fil
1087 \hskip 0pt plus 0.5fil
1709 %% Add scribe-like font environments, plus @l for inline lisp (usually sans
2151 \ifseenauthor\else \vskip 0pt plus 1filll \seenauthortrue \fi
3609 \vskip 0pt plus 3\baselineskip
3611 \vskip 0pt plus -3\baselineskip
3619 \vskip 1.67\baselineskip plus .5\baselineskip
3623 \vskip .33\baselineskip plus .1\baselineskip
3718 \hbox{$\mathsurround=0pt \mkern1.5mu ${\it .}$ \mkern1.5mu$}\hskip 1em plus
[all...]
/external/webkit/JavaScriptCore/tests/mozilla/Getopt/
H A DMixed.pm571 prints its arguments on STDERR, plus your program's name and a
679 "123", "123.", "123.45", and ".123" (plus an optional sign). It does
/external/blktrace/doc/
H A Dblktrace.tex691 (with an intervening plus (+) character). If the \emph{-t} option
702 (with an intervening plus (+) character). If the \emph{-t} option was
711 (with an intervening plus (+) character), followed by the command
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl425 code means all the source code for all modules it contains, plus any
426 associated interface definition files, plus the scripts used to
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_blit_A.c748 const vector unsigned char plus = VECUINT8_LITERAL local
768 vswiz = vec_add(plus, (vector unsigned char)vec_splat(srcvec, 0));

Completed in 367 milliseconds

12