| /external/tensorflow/tensorflow/core/kernels/ |
| D | cast_op_test.cc | 32 static Graph* Cast(int num) { in Cast() 125 const int num = state.range(0); in TEST_ALL_CASTS_FROM() local 135 const int num = state.range(0); in BM_gpu_float_int64() local 148 const int num = state.range(0); in BM_cpu_bool_float() local 159 const int num = state.range(0); in BM_gpu_bool_float() local 172 const int num = state.range(0); in BM_cpu_float_bfloat16() local 183 const int num = state.range(0); in BM_cpu_bfloat16_float() local 195 const int num = state.range(0); in BM_cpu_float_half() local 208 const int num = state.range(0); in BM_cpu_half_float() local 220 const int num = state.range(0); in BM_gpu_float_half() local [all …]
|
| /external/mesa3d/src/freedreno/afuc/ |
| D | parser.y | 62 dst(int num) in dst() 68 src1(int num) in src1() 74 src2(int num) in src2() 80 immed(int num) in immed() 87 shift(int num) in shift() 94 bit(int num) in bit() 101 literal(uint32_t num) in literal() 117 uint32_t num; member
|
| /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
| D | DateTimeShortcuts.js | 196 openClock: function(num) { argument 218 dismissClock: function(num) { argument 222 handleClockQuicklink: function(num, val) { argument 316 openCalendar: function(num) { argument 351 dismissCalendar: function(num) { argument 355 drawPrev: function(num) { argument 358 drawNext: function(num) { argument 361 handleCalendarCallback: function(num) { argument 379 handleCalendarQuickLink: function(num, offset) { argument
|
| /external/ltp/testcases/kernel/syscalls/move_pages/ |
| D | move_pages_support.c | 37 void free_pages(void **pages, unsigned int num) in free_pages() 63 int alloc_pages_on_nodes(void **pages, unsigned int num, int *nodes) in alloc_pages_on_nodes() 110 int alloc_pages_linear(void **pages, unsigned int num) in alloc_pages_linear() 150 int alloc_pages_on_node(void **pages, unsigned int num, int node) in alloc_pages_on_node() 169 verify_pages_on_nodes(void **pages, int *status, unsigned int num, int *nodes) in verify_pages_on_nodes() 215 void verify_pages_linear(void **pages, int *status, unsigned int num) in verify_pages_linear() 249 void verify_pages_on_node(void **pages, int *status, unsigned int num, int node) in verify_pages_on_node() 270 int alloc_shared_pages_on_node(void **pages, unsigned int num, int node) in alloc_shared_pages_on_node() 311 void free_shared_pages(void **pages, unsigned int num) in free_shared_pages() 330 sem_t *alloc_sem(int num) in alloc_sem() [all …]
|
| /external/openscreen/util/ |
| D | integer_division.h | 18 constexpr auto DivideRoundingUp(Integer num, Integer denom) { in DivideRoundingUp() 33 constexpr Integer DividePositivesRoundingUp(Integer num, Integer denom) { in DividePositivesRoundingUp() 45 constexpr auto DivideRoundingNearest(Integer num, Integer denom) { in DivideRoundingNearest() 60 constexpr Integer DividePositivesRoundingNearest(Integer num, Integer denom) { in DividePositivesRoundingNearest()
|
| /external/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_state_sampler.c | 72 unsigned num, in llvmpipe_bind_sampler_states() 121 unsigned num, in llvmpipe_set_sampler_views() 258 unsigned num, in prepare_shader_sampling() 368 unsigned num, in llvmpipe_prepare_vertex_sampling() 380 unsigned num, in llvmpipe_prepare_geometry_sampling() 391 unsigned num, in llvmpipe_prepare_tess_ctrl_sampling() 402 unsigned num, in llvmpipe_prepare_tess_eval_sampling() 411 unsigned num, in prepare_shader_images() 508 unsigned num, in llvmpipe_prepare_vertex_images() 520 unsigned num, in llvmpipe_prepare_geometry_images() [all …]
|
| /external/webrtc/common_audio/signal_processing/ |
| D | division_operations.c | 27 uint32_t WebRtcSpl_DivU32U16(uint32_t num, uint16_t den) in WebRtcSpl_DivU32U16() 39 int32_t WebRtcSpl_DivW32W16(int32_t num, int16_t den) in WebRtcSpl_DivW32W16() 51 int16_t WebRtcSpl_DivW32W16ResW16(int32_t num, int16_t den) in WebRtcSpl_DivW32W16ResW16() 63 int32_t WebRtcSpl_DivResultInQ31(int32_t num, int32_t den) in WebRtcSpl_DivResultInQ31() 102 WebRtcSpl_DivW32HiLow(int32_t num, int16_t den_hi, int16_t den_low) in WebRtcSpl_DivW32HiLow()
|
| /external/rust/crates/vulkano/src/swapchain/ |
| D | display.rs | 63 let num = unsafe { in enumerate_raw() localVariable 64 let mut num: u32 = 0; in enumerate_raw() localVariable 78 let mut num = num; in enumerate_raw() localVariable 95 let num = unsafe { in enumerate_raw() localVariable 96 let mut num: u32 = 0; in enumerate_raw() localVariable 109 let mut num = num; in enumerate_raw() localVariable 187 let num = unsafe { in enumerate_raw() localVariable 188 let mut num = 0; in enumerate_raw() localVariable 199 let mut num = num; in enumerate_raw() localVariable 287 let num = unsafe { in display_modes_raw() localVariable [all …]
|
| /external/iproute2/lib/ |
| D | json_writer.c | 207 void jsonw_float_fmt(json_writer_t *self, const char *fmt, double num) in jsonw_float_fmt() 213 void jsonw_float(json_writer_t *self, double num) in jsonw_float() 219 void jsonw_hu(json_writer_t *self, unsigned short num) in jsonw_hu() 224 void jsonw_uint(json_writer_t *self, uint64_t num) in jsonw_uint() 229 void jsonw_lluint(json_writer_t *self, unsigned long long int num) in jsonw_lluint() 234 void jsonw_int(json_writer_t *self, int64_t num) in jsonw_int() 269 void jsonw_uint_field(json_writer_t *self, const char *prop, uint64_t num) in jsonw_uint_field() 275 void jsonw_hu_field(json_writer_t *self, const char *prop, unsigned short num) in jsonw_hu_field() 283 unsigned long long int num) in jsonw_lluint_field() 289 void jsonw_int_field(json_writer_t *self, const char *prop, int64_t num) in jsonw_int_field()
|
| /external/javassist/src/main/javassist/bytecode/ |
| D | StackMap.java | 140 int num = ByteArray.readU16bit(info, 0); in visit() local 155 public int locals(int pos, int offset, int num) { in locals() 163 public int stack(int pos, int offset, int num) { in stack() 175 public int typeInfoArray(int pos, int offset, int num, boolean isLocals) { in typeInfoArray() 236 int num = ByteArray.readU16bit(info, 0); in visit() local 242 public int locals(int pos, int offset, int num) { in locals() 248 public int typeInfoArray(int pos, int offset, int num, boolean isLocals) { in typeInfoArray() 313 int num = ByteArray.readU16bit(info, 0); in visit() local 319 public int locals(int pos, int offset, int num) { in locals() 325 public int typeInfoArray(int pos, int offset, int num, boolean isLocals) { in typeInfoArray() [all …]
|
| /external/bpftool/src/ |
| D | json_writer.c | 217 void jsonw_float_fmt(json_writer_t *self, const char *fmt, double num) in jsonw_float_fmt() 223 void jsonw_float(json_writer_t *self, double num) in jsonw_float() 229 void jsonw_hu(json_writer_t *self, unsigned short num) in jsonw_hu() 234 void jsonw_uint(json_writer_t *self, uint64_t num) in jsonw_uint() 239 void jsonw_lluint(json_writer_t *self, unsigned long long int num) in jsonw_lluint() 244 void jsonw_int(json_writer_t *self, int64_t num) in jsonw_int() 279 void jsonw_uint_field(json_writer_t *self, const char *prop, uint64_t num) in jsonw_uint_field() 285 void jsonw_hu_field(json_writer_t *self, const char *prop, unsigned short num) in jsonw_hu_field() 293 unsigned long long int num) in jsonw_lluint_field() 299 void jsonw_int_field(json_writer_t *self, const char *prop, int64_t num) in jsonw_int_field()
|
| /external/igt-gpu-tools/lib/ |
| D | igt_halffloat.c | 171 static void float_to_half_f16c(const float *f, uint16_t *h, unsigned int num) in float_to_half_f16c() 177 static void half_to_float_f16c(const uint16_t *h, float *f, unsigned int num) in half_to_float_f16c() 185 static void float_to_half(const float *f, uint16_t *h, unsigned int num) in float_to_half() 191 static void half_to_float(const uint16_t *h, float *f, unsigned int num) in half_to_float() 221 void igt_float_to_half(const float *f, uint16_t *h, unsigned int num) in igt_float_to_half() 227 void igt_half_to_float(const uint16_t *h, float *f, unsigned int num) in igt_half_to_float()
|
| /external/boringssl/src/crypto/rand_extra/ |
| D | rand_extra.c | 20 void RAND_seed(const void *buf, int num) { in RAND_seed() 27 int RAND_load_file(const char *path, long num) { in RAND_load_file() 37 const char *RAND_file_name(char *buf, size_t num) { return NULL; } in RAND_file_name() 39 void RAND_add(const void *buf, int num, double entropy) {} in RAND_add()
|
| /external/rust/crates/quiche/deps/boringssl/src/crypto/rand_extra/ |
| D | rand_extra.c | 20 void RAND_seed(const void *buf, int num) { in RAND_seed() 27 int RAND_load_file(const char *path, long num) { in RAND_load_file() 37 const char *RAND_file_name(char *buf, size_t num) { return NULL; } in RAND_file_name() 39 void RAND_add(const void *buf, int num, double entropy) {} in RAND_add()
|
| /external/e2fsprogs/lib/e2p/ |
| D | crypto_mode.c | 23 int num; member 35 const char *e2p_encmode2string(int num) in e2p_encmode2string() 55 int num; in e2p_string2encmode() local
|
| D | hashstr.c | 22 int num; member 33 const char *e2p_hash2string(int num) in e2p_hash2string() 53 int num; in e2p_string2hash() local
|
| /external/apache-xml/src/main/java/org/apache/xpath/objects/ |
| D | XNumber.java | 57 public XNumber(Number num) in XNumber() 92 public double num() in num() method in XNumber 104 public double num(XPathContext xctxt) in num() method in XNumber 292 double num = m_val; in str() local
|
| /external/clang/test/SemaCXX/ |
| D | compare.cpp | 365 bool less_than_max(short num, T value) { in less_than_max() 371 bool less_than_max(short num) { in less_than_max() 377 void test10(short num, int x) { in test10() 385 inline bool less_than_zero(T num, T value) { in less_than_zero() 390 inline bool less_than_zero(unsigned num) { in less_than_zero() 396 void test11(unsigned num) { in test11()
|
| /external/protobuf/java/core/src/test/proto/com/google/protobuf/ |
| D | lazy_fields_lite.proto | 40 optional int32 num = 1; field 52 optional int32 num = 1; field 67 optional int32 num = 1; field
|
| /external/e2fsprogs/lib/ext2fs/ |
| D | bitmaps.c | 250 ext2_ino_t start, unsigned int num, in ext2fs_set_inode_bitmap_range() 259 __u64 start, size_t num, in ext2fs_set_inode_bitmap_range2() 266 ext2_ino_t start, unsigned int num, in ext2fs_get_inode_bitmap_range() 275 __u64 start, size_t num, in ext2fs_get_inode_bitmap_range2() 282 blk_t start, unsigned int num, in ext2fs_set_block_bitmap_range() 291 blk64_t start, size_t num, in ext2fs_set_block_bitmap_range2() 298 blk_t start, unsigned int num, in ext2fs_get_block_bitmap_range() 307 blk64_t start, size_t num, in ext2fs_get_block_bitmap_range2()
|
| /external/curl/docs/examples/ |
| D | http2-download.c | 48 unsigned int num; member 55 void dump(const char *text, int num, unsigned char *ptr, size_t size, in dump() 110 unsigned int num = t->num; in my_trace() local 144 static void setup(struct transfer *t, int num) in setup()
|
| /external/autotest/server/site_tests/firmware_TPMExtend/ |
| D | firmware_TPMExtend.py | 28 def _tpm1_check_pcr(self, num, hash_obj): argument 38 def _tpm2_check_pcr(self, num, hash_obj): argument 47 def _check_pcr(self, num, hash_obj): argument
|
| /external/rust/crates/minimal-lexical/tests/ |
| D | bellerophon.rs | 16 let num = Number { in bellerophon_test() localVariable 42 let num = Number { in compute_float32() localVariable 52 let num = Number { in compute_float64() localVariable
|
| /external/OpenCL-CTS/test_conformance/spirv_new/ |
| D | test_op_phi.cpp | 32 int num = (int)h_lhs.size(); in test_phi() local 85 const int num = 1 << 10; in TEST_SPIRV_FUNC() local 103 const int num = 1 << 10; in TEST_SPIRV_FUNC() local 125 const int num = 1 << 10; in TEST_SPIRV_FUNC() local
|
| /external/kernel-headers/original/uapi/linux/hsi/ |
| D | hsi_char.h | 30 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) argument 31 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) argument 32 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype) argument 33 #define HSC_IO(num) _IO(HSI_CHAR_MAGIC, num) argument
|