/external/pytorch/test/torch_np/numpy_tests/core/ |
D | test_scalar_methods.py | 51 def test_small(self, ftype, f, ratio): argument 55 def test_simple_fractions(self, ftype): argument 63 def test_errors(self, ftype): argument 123 def test_roundtrip(self, ftype, frac_vals, exp_vals): argument
|
/external/sdv/vsomeip/third_party/boost/numeric/ublas/examples/tensor/ |
D | construction_access.cpp | 26 using ftype = float; in main() typedef
|
/external/clang/test/CodeGen/ |
D | blocks.c | 30 typedef double ftype(double); typedef
|
/external/f2fs-tools/fsck/ |
D | fsck.c | 363 static int __check_inode_mode(u32 nid, enum FILE_TYPE ftype, u16 mode) in __check_inode_mode() 433 enum FILE_TYPE ftype, enum NODE_TYPE ntype, in sanity_check_nid() 542 enum FILE_TYPE ftype, enum NODE_TYPE ntype) in fsck_sanity_check_nid() 586 u32 nid, enum FILE_TYPE ftype, enum NODE_TYPE ntype, in fsck_chk_node_blk() 881 enum FILE_TYPE ftype, struct f2fs_node *node_blk, in fsck_chk_inode_blk() 1473 u32 nid, enum FILE_TYPE ftype, struct f2fs_node *node_blk, in fsck_chk_dnode_blk() 1538 enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt, in fsck_chk_idnode_blk() 1581 enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt, in fsck_chk_didnode_blk() 1853 enum FILE_TYPE ftype; in __chk_dentries() local 2142 enum FILE_TYPE ftype, u32 parent_nid, u16 idx_in_node, u8 ver, in fsck_chk_data_blk() [all …]
|
/external/clang/test/SemaTemplate/ |
D | instantiate-function-2.cpp | 39 typedef void ftype(int); typedef
|
/external/coreboot/tests/include/tests/lib/ |
D | cbfs_util.h | 36 #define HEADER_INITIALIZER(ftype, attr_len, file_len) { \ argument
|
/external/coreboot/payloads/libpayload/tests/include/mocks/ |
D | cbfs_util.h | 35 #define HEADER_INITIALIZER(ftype, attr_len, file_len) { \ argument
|
/external/clang/test/CodeGenCXX/ |
D | linkage.cpp | 124 typedef S(*ftype)(); in g() typedef 141 typedef S(*ftype)(I * x); in g() typedef
|
/external/cronet/stable/third_party/apache-portable-runtime/src/file_io/os2/ |
D | filestat.c | 55 static apr_status_t handle_type(apr_filetype_e *ftype, HFILE file) in handle_type()
|
/external/cronet/tot/third_party/apache-portable-runtime/src/file_io/os2/ |
D | filestat.c | 55 static apr_status_t handle_type(apr_filetype_e *ftype, HFILE file) in handle_type()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | convert_control_to_data_outputs.cc | 196 FunctionType ftype = in AppendFunctionArguments() local 218 FunctionType ftype = FunctionType::get( in AppendFunctionResults() local
|
/external/erofs-utils/lib/ |
D | namei.c | 195 unsigned int ftype; member
|
/external/sandboxed-api/sandboxed_api/sandbox2/ |
D | namespace.cc | 156 char ftype; in LogFilesystem() local
|
/external/libtracefs/src/ |
D | tracefs-sqlhist.c | 58 enum field_type ftype; member 642 enum field_type ftype = FIELD_NONE; in update_vars() local 974 enum field_type *ftype) in do_verify_filter() 1010 enum field_type *ftype) in verify_filter() 1600 enum field_type ftype = FIELD_NONE; in build_synth() local
|
/external/trusty/musl/arch/arm/bits/ |
D | user.h | 13 unsigned char ftype[8]; member
|
/external/musl/arch/arm/bits/ |
D | user.h | 13 unsigned char ftype[8]; member
|
/external/selinux/python/semanage/ |
D | seobject.py | 2489 def __add(self, target, type, ftype="", serange="", seuser="system_u"): argument 2543 def add(self, target, type, ftype="", serange="", seuser="system_u"): argument 2552 def __exists(self, target, ftype): argument 2569 def __modify(self, target, setype, ftype, serange, seuser): argument 2636 def modify(self, target, setype, ftype, serange, seuser): argument 2667 def __delete(self, target, ftype): argument 2700 def delete(self, target, ftype): argument
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instr_fetch.h | 36 ftype, enumerator
|
/external/mesa3d/src/nouveau/compiler/nak/ |
D | from_nir.rs | 863 let ftype = FloatType::from_bits(alu.def.bit_size().into()); in parse_alu() localVariable 1004 let ftype = FloatType::from_bits(alu.def.bit_size().into()); in parse_alu() localVariable 1104 let ftype = FloatType::from_bits(alu.def.bit_size().into()); in parse_alu() localVariable 1211 let ftype = FloatType::from_bits(alu.def.bit_size().into()); in parse_alu() localVariable 2107 let ftype = FloatType::F32; in parse_intrinsic() localVariable 2142 let ftype = FloatType::F32; in parse_intrinsic() localVariable
|
/external/leveldb/db/ |
D | dumpfile.cc | 215 FileType ftype; in DumpFile() local
|
/external/javassist/src/main/javassist/tools/reflect/ |
D | Reflection.java | 381 CtClass ftype = f.getType(); in processFields() local
|
/external/coreboot/src/superio/fintek/common/ |
D | fan_control.h | 82 fan_type ftype; member
|
/external/python/cpython3/Modules/_ctypes/ |
D | stgdict.c | 101 PyObject *fname, *ftype, *bits; in MakeFields() local
|
/external/mesa3d/src/compiler/nir/ |
D | nir_gather_xfb_info.c | 249 const struct glsl_type *ftype = glsl_get_struct_field(itype, f); in nir_gather_xfb_info_with_varyings() local
|
/external/mesa3d/src/gfxstream/codegen/scripts/ |
D | reg.py | 647 def generateFeature(self, fname, ftype, dictionary, explicit=False): argument
|