Searched refs:datatypes (Results 1 – 25 of 110) sorted by relevance
12345
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | mpi-type-mismatch.rst | 7 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/ |
D | tutor5_1.rng | 2 <data type="int" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"/>
|
D | tutor7_2.rng | 2 datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
|
D | tutor7_1.rng | 2 datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
|
D | tutor7_3.rng | 2 datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
|
D | tutor5_2.rng | 2 datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
|
D | tutorA.rng | 1 <grammar datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
|
/external/tensorflow/tensorflow/python/ops/ |
D | transpose_benchmark.py | 113 datatypes = [np.complex128, np.float64, np.float32, np.float16, np.int8] 130 for datatype in datatypes:
|
/external/libsrtp2/ |
D | Makefile.in | 146 math = crypto/math/datatypes.o crypto/math/stat.o 199 crypto/math/datatypes.c 204 crypto/math/datatypes.c
|
D | CMakeLists.txt | 113 crypto/math/datatypes.c 132 crypto/include/datatypes.h
|
D | Android.bp | 50 "crypto/math/datatypes.c",
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | transpose_op_test.py | 164 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/ |
D | enumsizes.proto | 2 * Depending on compiler and the packed_enum setting, the datatypes
|
/external/nanopb-c/tests/enum_sizes/ |
D | enumsizes.proto | 2 * Depending on compiler and the packed_enum setting, the datatypes
|
/external/libxml2/fuzz/ |
D | schema.dict | 9 # Primitive datatypes
|
/external/libxml2/ |
D | rngparser.c | 95 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/ |
D | index.rst | 47 datatypes.rst
|
D | ic.rst | 63 The module knows about various datatypes, and converts the internal IC
|
/external/python/cpython3/Doc/library/ |
D | index.rst | 49 datatypes.rst
|
/external/python/pybind11/docs/advanced/cast/ |
D | chrono.rst | 5 from C++11 chrono datatypes to python datetime objects are automatically enabled.
|
/external/grpc-grpc/third_party/nanopb/docs/ |
D | concepts.rst | 147 …s datatypes have directly corresponding C datatypes, such as int32 is int32_t, float is float and …
|
/external/nanopb-c/docs/ |
D | concepts.rst | 147 …s datatypes have directly corresponding C datatypes, such as int32 is int32_t, float is float and …
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlIO.rpgle | 14 * 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/ |
D | jit_compile.ipynb | 127 "# Casting from raw data to the required datatypes.\n",
|
/external/jsoncpp/doc/ |
D | jsoncpp.dox | 71 // Try other datatypes. Some are auto-convertible to others.
|
12345