HomeSort by relevance Sort by last modified time
    Searched defs:intval (Results 1 - 21 of 21) sorted by null

  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
reinterpret_string_to_float_op.cc 34 const std::size_t intval = std::hash<string>()(in); local
35 return static_cast<float>(intval);
  /external/strace/
filter_qualify.c 86 kernel_long_t intval; local
96 intval = string_to_uint_ex(val, &end, 0xffff, "+");
97 if (intval < 1)
100 fopts->first = intval;
106 intval = string_to_uint_upto(val, 0xffff);
107 if (intval < 1)
109 fopts->step = intval;
121 intval = string_to_uint_upto(val, MAX_ERRNO_VALUE);
122 if (intval < 0)
123 intval = find_errno_by_name(val)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
cursor.c 309 PY_LONG_LONG intval; local
368 intval = sqlite3_column_int64(self->statement->st, i);
369 if (intval < INT32_MIN || intval > INT32_MAX) {
370 converted = PyLong_FromLongLong(intval);
372 converted = PyInt_FromLong((long)intval);
    [all...]
  /external/clang/test/CodeGen/
x86_64-arguments.c 423 struct test51_s { __uint128_t intval; }; member in struct:test51_s
  /external/libcups/filter/
pstops.c 2303 int intval; \/* Integer option value *\/ local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sqltypes.h 181 } intval; member in struct:tagSQL_INTERVAL_STRUCT
  /art/imgdiag/
imgdiag.cc 875 uint64_t intval; local
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
dwarf_reader.h 481 int64_t intval; member in union:gold::Dwarf_die::Attribute_value::__anon4441
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 1219 time_t intval; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 1273 time_t intval; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 2733 time_t intval; local
    [all...]
  /external/python/cpython2/Modules/
posixmodule.c 2915 time_t intval; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 7286 int intval = 0; local
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 1734 le16 intval; member in struct:wnm_sleep_element
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /external/guice/lib/build/
felix-2.0.5.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 1731 milliseconds