Home
last modified time | relevance | path

Searched refs:booltype (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/devel/R-cran-bit/bit/man/
H A Das.booltype.Rd3 \name{as.booltype.default}
4 \alias{as.booltype.default}
5 \alias{as.booltype}
8 \method{as.booltype}{default}(x, booltype = "logical", ...)
10 as.booltype(x, booltype, ...)
15 \item{booltype}{target \code{\link{booltype}} given as integer or as character}
23 Coerce to booltype (generic)
31 as.booltype(0:1)
32 as.booltype(0:1, "logical")
33 as.booltype(0:1, "bit")
[all …]
H A Dxor.Rd18 \alias{&.booltype}
19 \alias{|.booltype}
20 \alias{==.booltype}
21 \alias{!=.booltype}
22 \alias{xor.booltype}
54 \method{&}{booltype}(e1, e2)
125 \item \code{booltype}: \code{\link{booltype}} method for \code{\link{&}}
127 \item \code{booltype}: \code{\link{booltype}} method for \code{\link{|}}
129 \item \code{booltype}: \code{\link{booltype}} method for \code{\link{==}}
131 \item \code{booltype}: \code{\link{booltype}} method for \code{\link{!=}}
[all …]
H A DSummaries.Rd29 \alias{all.booltype}
30 \alias{any.booltype}
31 \alias{anyNA.booltype}
32 \alias{sum.booltype}
33 \alias{min.booltype}
34 \alias{max.booltype}
35 \alias{range.booltype}
36 \alias{summary.booltype}
99 \method{anyNA}{booltype}(x, ...)
164 all.booltype(l, range=c(3,3))
[all …]
H A Dc.booltype.Rd3 \name{c.booltype}
4 \alias{c.booltype}
7 \title{Concatenating booltype vectors}
9 \method{c}{booltype}(...)
16 \item{\dots}{\code{\link{booltype}} vectors}
19 a vector with the lowest input \code{\link{booltype}} (but not lower than\code{\link{logical}})
31 c.booltype(logical(4), !bit(4))
H A Dis.booltype.Rd3 \name{is.booltype}
4 \alias{is.booltype}
12 is.booltype(x)
31 …nk{booltypes}} including \code{\link{logical}} except 'nobool' types are considered 'is.booltype'.
47 sapply(list(double(),integer(),logical(),bit(),bitwhich(),as.which(),ri(1,2,3)), is.booltype)
50 \code{\link{booltypes}}, \code{\link{booltype}}, \code{\link{as.booltype}}
H A Dbooltype.Rd3 \name{booltype}
4 \alias{booltype}
7 booltype(x)
16 Specific methods for \code{booltype} are required, where non-unary methods can combine multiple bol…
19 Function \code{booltype} returns the boolean type of its argument.
35 sapply(list(double(),integer(),logical(),bit(),bitwhich(),as.which(),ri(1,2,3)), booltype)
38 \code{\link{booltypes}}, \code{\link{is.booltype}}, \code{\link{as.booltype}}
H A Dbooltypes.Rd31 \code{\link{booltype}}, \code{\link{is.booltype}}, \code{\link{as.booltype}}
H A Dmaxindex.Rd49 \item{x}{an R object, typically a \code{\link{is.booltype}} object.}
57 For \code{\link{is.booltype}} objects the term \code{\link{length}} is ambiguous.
59 The generic \code{maxindex} gives \code{length(logical)} for all \code{\link{booltype}s}.
60 …e number of positively selected elements, i.e. \code{sum(logical)} for all \code{\link{booltype}s}
H A Drev.booltype.Rd3 \name{rev.booltype}
4 \alias{rev.booltype}
/dports/devel/R-cran-bit/bit/
H A DNAMESPACE7 S3method("!=",booltype)
10 S3method("&",booltype)
13 S3method("==",booltype)
28 S3method("|",booltype)
31 S3method(all,booltype)
36 S3method(any,booltype)
86 S3method(c,booltype)
169 export(as.booltype)
192 export(booltype)
194 export(c.booltype)
[all …]
H A DMD534 73f6e37474e4f24f5803089710331b96 *man/as.booltype.Rd
52 d5f4563fdf2e66e82e243fefdabbbac9 *man/booltype.Rd
54 9944ad80ccb86fe8751718fd74080e56 *man/c.booltype.Rd
65 d990b7031ce213ae2c3526283fdd3c9f *man/is.booltype.Rd
77 8425774b91f0ecccafcec039ee46ad9b *man/rep.booltype.Rd
80 bcefda77a85116fe7bc463e8657e51f1 *man/rev.booltype.Rd
/dports/devel/cscout/cscout-bd7dfac/src/
H A Dworkdb.cpp316 "MACRO " << db->booltype() << ", " // True if it a preprocessor macro in workdb_schema()
317 "MACROARG " << db->booltype() << ", " // True if it a preprocessor macro argument in workdb_schema()
321 "LABEL " << db->booltype() << ", " // True if it is a label in workdb_schema()
322 "TYPEDEF " << db->booltype() << ", " // True if it is a typedef in workdb_schema()
323 "ENUM " << db->booltype() << ", " // True if it is an enumeration member in workdb_schema()
324 "YACC " << db->booltype() << ", " // True if it is a yacc identifier in workdb_schema()
325 "FUN " << db->booltype() << ", " // True if it is a function name in workdb_schema()
326 "CSCOPE " << db->booltype() << ", " // True if its scope is a compilation unit in workdb_schema()
327 "LSCOPE " << db->booltype() << ", " // True if it has linkage scope in workdb_schema()
328 "UNUSED " << db->booltype() << // True if it is not used in workdb_schema()
[all …]
H A Dsql.h44 virtual const char *booltype() { return "BOOLEAN"; } in booltype() function
54 const char *booltype() { return "bool"; } in booltype() function
/dports/devel/splint/splint-3.1.2/test/tests2.5/
H A DMakefile12 -${SPLINT} -expect 1 +partial +booltype pan_bool_t +booltrue PAN_TRUE +boolfalse PAN_FALSE boolt.c
28 -${SPLINT} booltest.c -booltype bool -expect 2
29 -${SPLINT} booltest.c -booltype bool +boolint
30 -${SPLINT} booltest.c -booltype bool -predboolint -expect 1
33 -${SPLINT} -weak -booltype BOOLEAN -booltrue TRUE -boolfalse FALSE boolbad.c
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/config/
H A Dfdi2iclass.py65 booltype = False
73 booltype = True
76 if not match and not booltype:
85 elif booltype and value in cap_match_table:
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/config/
H A Dfdi2iclass.py65 booltype = False
73 booltype = True
76 if not match and not booltype:
85 elif booltype and value in cap_match_table:
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/config/
H A Dfdi2iclass.py65 booltype = False
73 booltype = True
76 if not match and not booltype:
85 elif booltype and value in cap_match_table:
/dports/x11-servers/xwayland/xorg-server-1.20.13/config/
H A Dfdi2iclass.py65 booltype = False
73 booltype = True
76 if not match and not booltype:
85 elif booltype and value in cap_match_table:
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/config/
H A Dfdi2iclass.py65 booltype = False
73 booltype = True
76 if not match and not booltype:
85 elif booltype and value in cap_match_table:
/dports/x11-servers/xephyr/xorg-server-1.20.13/config/
H A Dfdi2iclass.py65 booltype = False
73 booltype = True
76 if not match and not booltype:
85 elif booltype and value in cap_match_table:
/dports/x11-servers/xarcan/xarcan-0.6.0/config/
H A Dfdi2iclass.py65 booltype = False
73 booltype = True
76 if not match and not booltype:
85 elif booltype and value in cap_match_table:
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/config/
H A Dfdi2iclass.py65 booltype = False
73 booltype = True
76 if not match and not booltype:
85 elif booltype and value in cap_match_table:
/dports/x11-servers/xorg-server/xorg-server-1.20.13/config/
H A Dfdi2iclass.py65 booltype = False
73 booltype = True
76 if not match and not booltype:
85 elif booltype and value in cap_match_table:
/dports/devel/R-cran-bit/bit/inst/doc/
H A Dbit-usage.Rmd52 The `booltype`s `bit` and `bitwhich` behave very much like `logical` with the following exceptions
75 …ation. Do not rely on this, it may be subject to change. Do use `booltype`, `is.booltype`, `is.bit…
296 The functions `booltype` and `is.booltype` diagnose the Boolean type as follows
299 data.frame(booltype=sapply(all.types, booltype), is.boolean=sapply(all.types, is.booltype), row.nam…
302 …an `bitwhich` (assuming skew towards `TRUE`), we have ranked it as the most specialized `booltype`.
316booltype`. Note that this is not inheritance where `booltype` implements common methods and `bit` …
357 If you want your code to process any `is.booltype`, you can use `c.booltype` directly
360 c.booltype(l, b)
375 ### Aggregation methods for `booltype`
393 …n be enforced for type `logical`, `integer`, and `double` by using the `booltype` methods directly…
[all …]
/dports/devel/R-cran-bit/bit/vignettes/
H A Dbit-usage.Rmd52 The `booltype`s `bit` and `bitwhich` behave very much like `logical` with the following exceptions
75 …ation. Do not rely on this, it may be subject to change. Do use `booltype`, `is.booltype`, `is.bit…
296 The functions `booltype` and `is.booltype` diagnose the Boolean type as follows
299 data.frame(booltype=sapply(all.types, booltype), is.boolean=sapply(all.types, is.booltype), row.nam…
302 …an `bitwhich` (assuming skew towards `TRUE`), we have ranked it as the most specialized `booltype`.
316booltype`. Note that this is not inheritance where `booltype` implements common methods and `bit` …
357 If you want your code to process any `is.booltype`, you can use `c.booltype` directly
360 c.booltype(l, b)
375 ### Aggregation methods for `booltype`
393 …n be enforced for type `logical`, `integer`, and `double` by using the `booltype` methods directly…
[all …]

1234567