Home
last modified time | relevance | path

Searched refs:DATA_TYPES (Results 1 – 25 of 34) sorted by relevance

12

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/generated_tests/
H A Dgen_cl_common_builtins.py44 DATA_TYPES = ['float'] variable
146 for dataType in DATA_TYPES:
150 gen(DATA_TYPES, CLC_VERSION_MIN, functions, testDefs, dirName)
H A Dgen_cl_relational_builtins.py48 DATA_TYPES = ['float'] variable
188 for dataType in DATA_TYPES:
192 gen(DATA_TYPES, CLC_VERSION_MIN, functions, testDefs, dirName)
H A Dgen_cl_int_builtins.py34 DATA_TYPES = SIGNED_TYPES + UNSIGNED_TYPES variable
550 for type in DATA_TYPES:
564 for dataType in DATA_TYPES:
572 gen(DATA_TYPES, CLC_VERSION_MIN, functions, testDefs, dirName)
H A Dgen_cl_math_builtins.py103 DATA_TYPES = ['float'] variable
769 for dataType in DATA_TYPES:
773 gen(DATA_TYPES, CLC_VERSION_MIN, functions, testDefs, dirName)
/dports/math/gnuplot/gnuplot-5.4.1/demo/plugin/
H A Dgnuplot_plugin.h6 enum DATA_TYPES { enum
22 enum DATA_TYPES type;
/dports/math/gnuplot-lite/gnuplot-5.4.1/demo/plugin/
H A Dgnuplot_plugin.h6 enum DATA_TYPES { enum
22 enum DATA_TYPES type;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/scripts/
H A Dgen-large-constant-arrays.py28 DATA_TYPES = ["float", "vec4"] variable
100 for dataType in DATA_TYPES:
/dports/japanese/tiarra/tiarra-20100212/module/Tools/
H A DMailSend.pm110 sub DATA_TYPES { subroutine
111 return Tools::MailSend::EachServer::DATA_TYPES();
/dports/devel/py-curio/curio-1.5/examples/
H A Dws_server.py12 DATA_TYPES = (TextReceived, BytesReceived) variable
35 if cl in DATA_TYPES:
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dgp_types.h48 enum DATA_TYPES { enum
148 enum DATA_TYPES type;
H A Dinternal.c71 static enum DATA_TYPES sprintf_specifier __PROTO((const char *format));
1475 enum DATA_TYPES spec_type; in f_sprintf()
1788 static enum DATA_TYPES
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dgp_types.h44 enum DATA_TYPES { enum
149 enum DATA_TYPES type;
H A Dinternal.c81 static enum DATA_TYPES sprintf_specifier(const char *format);
1576 enum DATA_TYPES spec_type; in f_sprintf()
1965 static enum DATA_TYPES
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dgp_types.h44 enum DATA_TYPES { enum
149 enum DATA_TYPES type;
/dports/devel/spark/spark-2.1.1/R/pkg/R/
H A Dtypes.R48 DATA_TYPES <- as.environment(c(as.list(PRIMITIVE_TYPES), COMPLEX_TYPES)) globalVar
/dports/net-im/jabberd/jabberd-2.7.0/tools/
H A Dmigrate.pl76 my @DATA_TYPES = qw(roster active auth);
205 for(@DATA_TYPES) {
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/usb_power_delivery/
H A Dpd.py59 DATA_TYPES = { variable
402 shortm = DATA_TYPES[t] if t in DATA_TYPES else 'DAT???'
/dports/textproc/p5-ODF-lpOD/ODF-lpOD-1.126/lpOD/
H A DField.pm90 when ([@ODF::lpOD::Common::DATA_TYPES])
H A DCommon.pm193 our @DATA_TYPES = qw(string float currency percentage date time boolean);
393 return $type ~~ @DATA_TYPES ? TRUE : FALSE;
/dports/japanese/tiarra/tiarra-20100212/module/Auto/
H A DMesMail.pm134 data_type => Tools::MailSend::DATA_TYPES->{inner_iter},
/dports/lang/gnu-cobol/gnucobol-3.1.2/cobc/
H A Dparser.h239 DATA_TYPES = 444, enumerator
1169 #define DATA_TYPES 444 macro
/dports/japanese/tiarra/tiarra-20100212/module/Tools/MailSend/
H A DEachServer.pm92 sub DATA_TYPES { subroutine
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/perl/
H A Dgdal_perl.i220 @DATA_TYPES @OPEN_FLAGS @RESAMPLING_TYPES @RIO_RESAMPLING_TYPES @NODE_TYPES
240 push(@DATA_TYPES, $1), next if /^GDT_(\w+)/;
246 for my $string (@DATA_TYPES) {
429 return @DATA_TYPES;
433 return @DATA_TYPES;
/dports/graphics/gdal/gdal-3.3.3/swig/include/perl/
H A Dgdal_perl.i220 @DATA_TYPES @OPEN_FLAGS @RESAMPLING_TYPES @RIO_RESAMPLING_TYPES @NODE_TYPES
240 push(@DATA_TYPES, $1), next if /^GDT_(\w+)/;
246 for my $string (@DATA_TYPES) {
429 return @DATA_TYPES;
433 return @DATA_TYPES;
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/perl/
H A Dgdal_perl.i220 @DATA_TYPES @OPEN_FLAGS @RESAMPLING_TYPES @RIO_RESAMPLING_TYPES @NODE_TYPES
240 push(@DATA_TYPES, $1), next if /^GDT_(\w+)/;
246 for my $string (@DATA_TYPES) {
429 return @DATA_TYPES;
433 return @DATA_TYPES;

12