Home
last modified time | relevance | path

Searched refs:is_numeric_type (Results 1 – 25 of 200) sorted by relevance

12345678

/dports/textproc/p5-RDF-Query/RDF-Query-2.918/lib/RDF/Query/Node/
H A DLiteral.pm77 my $numericcmp = ($nodea->is_numeric_type and $nodeb->is_numeric_type);
208 if ($self->is_numeric_type) {
250 sub is_numeric_type { subroutine
269 if ($self->is_numeric_type) {
/dports/textproc/p5-RDF-Query/RDF-Query-2.918/lib/RDF/Query/Plan/
H A DAggregate.pm180 unless ($value->isa('RDF::Query::Node::Literal') and $value->is_numeric_type) {
187is_numeric_type and blessed($aggregate_data->{ $alias }{ $group }[1]) and $aggregate_data->{ $alia…
211is_numeric_type and blessed($aggregate_data->{ $alias }{ $group }[1]) and $aggregate_data->{ $alia…
243is_numeric_type and blessed($aggregate_data->{ $alias }{ $group }[1]) and $aggregate_data->{ $alia…
290 …unless (blessed($value) and $value->isa('RDF::Query::Node::Literal') and $value->is_numeric_type) {
295 … if (blessed($value) and $value->isa('RDF::Query::Node::Literal') and $value->is_numeric_type) {
/dports/textproc/p5-RDF-Query/RDF-Query-2.918/lib/RDF/Query/Functions/
H A DXpath.pm158 if (blessed($node) and $node->isa('RDF::Query::Node::Literal') and $node->is_numeric_type) {
173 if (blessed($node) and $node->isa('RDF::Query::Node::Literal') and $node->is_numeric_type) {
188 if (blessed($node) and $node->isa('RDF::Query::Node::Literal') and $node->is_numeric_type) {
203 if (blessed($node) and $node->isa('RDF::Query::Node::Literal') and $node->is_numeric_type) {
224 if (blessed($node) and $node->isa('RDF::Query::Node::Literal') and $node->is_numeric_type) {
280 unless (blessed($arg) and $arg->isa('RDF::Query::Node::Literal') and $arg->is_numeric_type) {
H A DSPARQL.pm147 } elsif ($node->is_numeric_type) {
182 } elsif ($node->is_numeric_type) {
213 } elsif ($node->is_numeric_type) {
221 } elsif (not $node->is_numeric_type) {
244 } elsif ($node->is_numeric_type) {
252 } elsif (not $node->is_numeric_type) {
274 if ($node->is_numeric_type) {
308 if ($node->is_numeric_type) {
888 if (blessed($node) and $node->isa('RDF::Query::Node::Literal') and $node->is_numeric_type) {
904 if (blessed($node) and $node->isa('RDF::Query::Node::Literal') and $node->is_numeric_type) {
[all …]
/dports/math/octave-forge-io/io-2.6.4/src/
H A Doctave_4_2_compatibility.h9 #define isnumeric is_numeric_type
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/
H A Dpyomoobject.py19 def is_numeric_type(self): member in PyomoObject
/dports/textproc/p5-RDF-Query/RDF-Query-2.918/lib/RDF/Query/Expression/
H A DBinary.pm113 …') and $rhs->isa('RDF::Query::Node::Literal') and $lhs->is_numeric_type and $rhs->is_numeric_type)…
/dports/math/octave-forge-image/image-2.12.0/src/
H A Doctave-wrappers.h80 { return is_numeric_type (); } in isnumeric()
/dports/lang/swi-pl/swipl-8.2.3/packages/semweb/
H A Dxsd.h70 COMMON(xsd_primary) is_numeric_type(atom_t type);
H A Dxsd.c76 is_numeric_type(atom_t type) in is_numeric_type() function
/dports/math/octave-forge-signal/signal-1.4.1/src/
H A Doctave-compat.h76 return v.is_numeric_type (); in isnumeric()
/dports/math/octave-forge-ltfat/ltfat/oct/
H A Dltfat_oct_template_helper.h173 if(!ov.is_numeric_type()) in recastToSingle()
226 if(!ov.is_numeric_type()) in recastToComplex()
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/expr/
H A Dvisitor.py952 if node.is_numeric_type():
992 if node.is_numeric_type():
1231 if node.is_numeric_type():
1279 elif node.is_numeric_type():
/dports/textproc/p5-RDF-Trine/RDF-Trine-1.019/lib/RDF/Trine/Node/
H A DLiteral.pm579 sub is_numeric_type { subroutine
598 if ($self->is_numeric_type) {
/dports/www/trafficserver/trafficserver-9.1.1/include/tscore/
H A DBufferWriterForward.h73 static bool is_numeric_type(char c);
/dports/math/octave-forge-miscellaneous/miscellaneous-1.3.0/src/
H A Dconfigure.ac68 [is_numeric_type],
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/dblib/
H A Drpc.c340 if (is_numeric_type(curcol->column_type)) in param_row_alloc()
407 if (temp_value && is_numeric_type(temp_type)) { in param_info_alloc()
/dports/databases/freetds/freetds-1.3.4/src/dblib/
H A Drpc.c340 if (is_numeric_type(curcol->column_type)) in param_row_alloc()
407 if (temp_value && is_numeric_type(temp_type)) { in param_info_alloc()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/dblib/
H A Drpc.c340 if (is_numeric_type(curcol->column_type)) in param_row_alloc()
407 if (temp_value && is_numeric_type(temp_type)) { in param_info_alloc()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/dblib/
H A Drpc.c337 if (is_numeric_type(curcol->column_type)) in param_row_alloc()
404 if (temp_value && is_numeric_type(temp_type)) { in param_info_alloc()
/dports/devel/ftnchek/ftnchek-3.3.1/
H A Dexprtype.c371 (type1 == type2 && is_numeric_type(type1) &&
427 msg_tail((is_numeric_type(t1)&&is_numeric_type(t2))?
852 type_trunc = ( is_numeric_type(type1) &&
853 is_numeric_type(type2) &&
964 msg_tail((is_numeric_type(type1)&&is_numeric_type(type2))?
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/docs/
H A Dpython_api.rst97 :skip: is_numeric_type
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/docs/
H A Dpython_api.rst97 :skip: is_numeric_type
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/docs/
H A Dpython_api.rst97 :skip: is_numeric_type
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/docs/
H A Dpython_api.rst97 :skip: is_numeric_type

12345678