Home
last modified time | relevance | path

Searched refs:datatypes (Results 1 – 25 of 110) sorted by relevance

12345

/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dmpi-type-mismatch.rst7 pairs match for used MPI functions. All MPI datatypes defined by the MPI
9 datatypes and null pointer constants are skipped, in the course of verification.
/external/libxml2/test/relaxng/
Dtutor5_1.rng2 <data type="int" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"/>
Dtutor7_2.rng2 datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
Dtutor7_1.rng2 datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
Dtutor7_3.rng2 datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
Dtutor5_2.rng2 datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
DtutorA.rng1 <grammar datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
/external/tensorflow/tensorflow/python/ops/
Dtranspose_benchmark.py113 datatypes = [np.complex128, np.float64, np.float32, np.float16, np.int8]
130 for datatype in datatypes:
/external/libsrtp2/
DMakefile.in146 math = crypto/math/datatypes.o crypto/math/stat.o
199 crypto/math/datatypes.c
204 crypto/math/datatypes.c
DCMakeLists.txt113 crypto/math/datatypes.c
132 crypto/include/datatypes.h
DAndroid.bp50 "crypto/math/datatypes.c",
/external/tensorflow/tensorflow/python/kernel_tests/
Dtranspose_op_test.py164 datatypes = [np.int8, np.float16, np.float32, np.float64, np.complex128]
165 for datatype in datatypes:
245 datatypes = [np.int8, np.float16, np.float32, np.float64, np.complex128]
250 for datatype in datatypes:
/external/grpc-grpc/third_party/nanopb/tests/enum_sizes/
Denumsizes.proto2 * Depending on compiler and the packed_enum setting, the datatypes
/external/nanopb-c/tests/enum_sizes/
Denumsizes.proto2 * Depending on compiler and the packed_enum setting, the datatypes
/external/libxml2/fuzz/
Dschema.dict9 # Primitive datatypes
/external/libxml2/
Drngparser.c95 xmlHashTablePtr datatypes; member
542 if (ctxt->datatypes == NULL) in xmlParseCRNG_bindDatatypePrefix()
543 ctxt->datatypes = xmlHashCreate(10); in xmlParseCRNG_bindDatatypePrefix()
544 if (ctxt->datatypes == NULL) { in xmlParseCRNG_bindDatatypePrefix()
548 ret = xmlHashAddEntry(ctxt->datatypes, prefix, in xmlParseCRNG_bindDatatypePrefix()
593 ret = xmlHashLookup(ctxt->datatypes, prefix); in xmlParseCRNG_lookupDatatypePrefix()
/external/python/cpython2/Doc/library/
Dindex.rst47 datatypes.rst
Dic.rst63 The module knows about various datatypes, and converts the internal IC
/external/python/cpython3/Doc/library/
Dindex.rst49 datatypes.rst
/external/python/pybind11/docs/advanced/cast/
Dchrono.rst5 from C++11 chrono datatypes to python datetime objects are automatically enabled.
/external/grpc-grpc/third_party/nanopb/docs/
Dconcepts.rst147 …s datatypes have directly corresponding C datatypes, such as int32 is int32_t, float is float and …
/external/nanopb-c/docs/
Dconcepts.rst147 …s datatypes have directly corresponding C datatypes, such as int32 is int32_t, float is float and …
/external/libxml2/os400/libxmlrpg/
DxmlIO.rpgle14 * Those are the functions and datatypes for the parser input
66 * Those are the functions and datatypes for the library output
/external/tensorflow/tensorflow/compiler/xla/g3doc/tutorials/
Djit_compile.ipynb127 "# Casting from raw data to the required datatypes.\n",
/external/jsoncpp/doc/
Djsoncpp.dox71 // Try other datatypes. Some are auto-convertible to others.

12345