HomeSort by relevance Sort by last modified time
    Searched full:numeric (Results 76 - 100 of 2753) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/iptables/extensions/
libxt_dccp.c 141 print_port(uint16_t port, int numeric)
145 if (numeric || (service = port_to_service(port)) == NULL)
153 int invert, int numeric)
161 print_port(min, numeric);
164 print_port(min, numeric);
166 print_port(max, numeric);
172 print_types(uint16_t types, int inverted, int numeric)
190 if (numeric)
200 print_option(uint8_t option, int invert, int numeric)
207 dccp_print(const void *ip, const struct xt_entry_match *match, int numeric)
    [all...]
libxt_owner.c 290 uint8_t flag, bool numeric)
300 if (!numeric) {
312 if (!numeric) {
339 uint8_t flag, bool numeric)
349 if (!numeric) {
361 if (!numeric) {
384 uint8_t flag, bool numeric)
398 } else if (!numeric) {
414 } else if (!numeric) {
429 int numeric)
    [all...]
libxt_CLASSIFY.c 46 CLASSIFY_print_class(unsigned int priority, int numeric)
54 int numeric)
59 CLASSIFY_print_class(clinfo->priority, numeric);
libip6t_icmp6.man 5 This allows specification of the ICMPv6 type, which can be a numeric
libip6t_mh.man 6 a numeric MH
libxt_ipvs.c 127 unsigned int family, bool numeric)
132 if (!numeric && addr->ip == 0) {
136 if (numeric)
143 if (!numeric && addr->ip6[0] == 0 && addr->ip6[1] == 0 &&
148 if (numeric)
158 unsigned int family, bool numeric, const char *prefix)
177 ipvs_mt_dump_addr(&data->vaddr, &data->vmask, family, numeric);
225 int numeric)
228 ipvs_mt_dump(ip, data, NFPROTO_IPV4, numeric, "");
232 int numeric)
    [all...]
libip6t_mh.c 148 static void print_type(uint8_t type, int numeric)
151 if (numeric || !(name = type_to_name(type)))
157 static void print_types(uint8_t min, uint8_t max, int invert, int numeric)
165 print_type(min, numeric);
168 print_type(min, numeric);
170 print_type(max, numeric);
176 int numeric)
183 numeric);
  /external/chromium_org/third_party/sqlite/src/test/
cast.test 25 # Tests for the CAST( AS blob), CAST( AS text) and CAST( AS numeric) built-ins
41 execsql {SELECT CAST(x'616263' AS numeric)}
44 execsql {SELECT typeof(CAST(x'616263' AS numeric))}
72 execsql {SELECT CAST(NULL AS numeric)}
75 execsql {SELECT typeof(CAST(NULL AS numeric))}
102 execsql {SELECT CAST(123 AS numeric)}
105 execsql {SELECT typeof(CAST(123 AS numeric))}
132 execsql {SELECT CAST(123.456 AS numeric)}
135 execsql {SELECT typeof(CAST(123.456 AS numeric))}
162 execsql {SELECT CAST('123abc' AS numeric)}
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
measure.h 48 * Construct an object with the given numeric amount and the given
51 * @param number a numeric object; amount.isNumeric() must be TRUE
93 * Return a reference to the numeric value of this object. The
94 * numeric value may be of any numeric type supported by
115 * The numeric value of this object, e.g. 2.54 or 100.
  /external/icu4c/i18n/unicode/
measure.h 48 * Construct an object with the given numeric amount and the given
51 * @param number a numeric object; amount.isNumeric() must be TRUE
93 * Return a reference to the numeric value of this object. The
94 * numeric value may be of any numeric type supported by
115 * The numeric value of this object, e.g. 2.54 or 100.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
converter_policies.hpp 6 // See library home page at http://www.boost.org/libs/numeric/conversion
25 namespace boost { namespace numeric namespace in namespace:boost
140 { return "bad numeric conversion: overflow"; }
148 { return "bad numeric conversion: negative overflow"; }
155 { return "bad numeric conversion: positive overflow"; }
192 } } // namespace boost::numeric
  /external/smack/src/org/xbill/DNS/
DClass.java 64 * Checks that a numeric DClass is valid.
74 * Converts a numeric DClass into a String
84 * Converts a String representation of a DClass into its numeric value
Opcode.java 48 /** Converts a numeric Opcode into a String */
54 /** Converts a String representation of an Opcode into its numeric value */
  /external/chromium-libpac/src/
net_util.h 25 // IPAddressNumber is used to represent an IP address's numeric value as an
33 // Parses an IP address literal (either IPv4 or IPv6) to its numeric value.
34 // Returns true on success and fills |ip_number| with the numeric value.
40 // |*ip_number| with the numeric value of the IP address and sets
  /external/eigen/bench/btl/cmake/
FindMTL4.cmake 20 find_path(MTL4_INCLUDE_DIR NAMES boost/numeric/mtl/mtl.hpp
  /external/iproute2/doc/
do-psnup 5 # $4 = Number of pages to fit on a single sheet . "numeric"
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 19 inline void umfpack_free_numeric(void **Numeric, double)
20 { umfpack_di_free_numeric(Numeric); *Numeric = 0; }
22 inline void umfpack_free_numeric(void **Numeric, std::complex<double>)
23 { umfpack_zi_free_numeric(Numeric); *Numeric = 0; }
46 void *Symbolic, void **Numeric,
49 return umfpack_di_numeric(Ap,Ai,Ax,Symbolic,Numeric,Control,Info);
53 void *Symbolic, void **Numeric,
56 return umfpack_zi_numeric(Ap,Ai,&internal::real_ref(Ax[0]),0,Symbolic,Numeric,Control,Info)
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucat.c 24 * Fill in buffer with a set_num/msg_num key string, given the numeric
25 * values. Numeric values must be >= 0. Buffer must be of length
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass32/
dwarf32-err.errwarn 9 -:12: warning: unrecognized numeric qualifier
22 -:33: warning: unrecognized numeric qualifier
  /external/eigen/bench/btl/libs/ublas/
ublas_interface.hh 23 #include <boost/numeric/ublas/vector.hpp>
24 #include <boost/numeric/ublas/matrix.hpp>
25 #include <boost/numeric/ublas/io.hpp>
26 #include <boost/numeric/ublas/triangular.hpp>
28 using namespace boost::numeric;
40 typedef typename boost::numeric::ublas::matrix<real,boost::numeric::ublas::column_major> gene_matrix;
41 typedef typename boost::numeric::ublas::vector<real> gene_vector;
  /external/icu4c/common/
ucat.c 24 * Fill in buffer with a set_num/msg_num key string, given the numeric
25 * values. Numeric values must be >= 0. Buffer must be of length
  /external/stlport/stlport/
numeric 39 # include_next <numeric>
41 # include _STLP_NATIVE_HEADER(numeric)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/
version.pass.cpp 10 // <numeric>
12 #include <numeric>
  /ndk/sources/cxx-stl/stlport/stlport/
numeric 39 # include_next <numeric>
41 # include _STLP_NATIVE_HEADER(numeric)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
conversion_traits.hpp 6 // See library home page at http://www.boost.org/libs/numeric/conversion
17 #include "boost/numeric/conversion/detail/meta.hpp"
18 #include "boost/numeric/conversion/detail/int_float_mixture.hpp"
19 #include "boost/numeric/conversion/detail/sign_mixture.hpp"
20 #include "boost/numeric/conversion/detail/udt_builtin_mixture.hpp"
21 #include "boost/numeric/conversion/detail/is_subranged.hpp"
23 namespace boost { namespace numeric { namespace convdetail namespace in namespace:boost
93 } } } // namespace boost::numeric::convdetail

Completed in 804 milliseconds

1 2 34 5 6 7 8 91011>>