| /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/tensorflow/tensorflow/core/kernels/ |
| D | cast_op_test.cc | 32 static Graph* Cast(int num) { in Cast() 131 static void BM_gpu_float_int64(int iters, int num) { in BM_gpu_float_int64() 145 static void BM_cpu_bool_float(int iters, int num) { in BM_cpu_bool_float() 154 static void BM_gpu_bool_float(int iters, int num) { in BM_gpu_bool_float() 168 static void BM_cpu_float_bfloat16(int iters, int num) { in BM_cpu_float_bfloat16() 177 static void BM_cpu_bfloat16_float(int iters, int num) { in BM_cpu_bfloat16_float() 186 static void BM_cpu_float_half(int iters, int num) { in BM_cpu_float_half() 195 static void BM_cpu_half_float(int iters, int num) { in BM_cpu_half_float() 204 static void BM_gpu_float_half(int iters, int num) { in BM_gpu_float_half() 215 static void BM_gpu_half_float(int iters, int num) { in BM_gpu_half_float()
|
| /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/v8/src/codegen/arm64/ |
| D | utils-arm64.h | 72 inline bool IsSignallingNaN(double num) { in IsSignallingNaN() 80 inline bool IsSignallingNaN(float num) { in IsSignallingNaN() 88 inline bool IsSignallingNaN(float16 num) { in IsSignallingNaN() 94 inline bool IsQuietNaN(T num) { in IsQuietNaN() 99 inline double ToQuietNaN(double num) { in ToQuietNaN() 104 inline float ToQuietNaN(float num) { in ToQuietNaN()
|
| /external/webrtc/webrtc/common_audio/signal_processing/ |
| D | division_operations.c | 26 uint32_t WebRtcSpl_DivU32U16(uint32_t num, uint16_t den) in WebRtcSpl_DivU32U16() 38 int32_t WebRtcSpl_DivW32W16(int32_t num, int16_t den) in WebRtcSpl_DivW32W16() 50 int16_t WebRtcSpl_DivW32W16ResW16(int32_t num, int16_t den) in WebRtcSpl_DivW32W16ResW16() 62 int32_t WebRtcSpl_DivResultInQ31(int32_t num, int32_t den) in WebRtcSpl_DivResultInQ31() 100 int32_t WebRtcSpl_DivW32HiLow(int32_t num, int16_t den_hi, int16_t den_low) in WebRtcSpl_DivW32HiLow()
|
| /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/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/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/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/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/u-boot/arch/x86/lib/ |
| D | div64.c | 19 u64 __ashldi3(u64 num, unsigned int shift) in __ashldi3() 37 u64 __lshrdi3(u64 num, unsigned int shift) in __lshrdi3() 101 u64 __udivdi3(u64 num, u64 den) in __udivdi3() 106 u64 __umoddi3(u64 num, u64 den) in __umoddi3()
|
| /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/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/autotest/server/site_tests/firmware_TPMExtend/ |
| D | firmware_TPMExtend.py | 20 def _tpm1_check_pcr(self, num, hash_obj): argument 30 def _tpm2_check_pcr(self, num, hash_obj): argument 39 def _check_pcr(self, num, hash_obj): argument
|
| /external/linux-kselftest/tools/testing/selftests/size/ |
| D | get_size.c | 33 static inline char *num_to_str(unsigned long num, char *buf, int len) in num_to_str() 49 static int print_num(unsigned long num) in print_num() 56 static int print_k_value(const char *s, unsigned long num, unsigned long units) in print_k_value()
|
| /external/u-boot/drivers/ata/ |
| D | sata_sil3114.c | 56 static int sata_bus_softreset (int num) in sata_bus_softreset() 102 static void sata_identify (int num, int dev) in sata_identify() 176 static void set_Feature_cmd (int num, int dev) in set_Feature_cmd() 204 u8 sil3114_spin_down (int num) in sil3114_spin_down() 250 u8 sil3114_spin_up (int num) in sil3114_spin_up() 316 static u8 check_power_mode (int num) in check_power_mode() 367 static u8 wait_for_irq (int num, unsigned int max) in wait_for_irq() 554 unsigned char status = 0, num = 0; in sata_write() 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/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
|
| D | test_op_atomic.cpp | 20 const int num, in test_atomic() 89 int num = 1 << 16; in TEST_SPIRV_FUNC() local 96 int num = 1 << 16; 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
|
| /external/v8/src/builtins/ |
| D | builtins-typed-array.cc | 29 int64_t CapRelativeIndex(Handle<Object> num, int64_t minimum, int64_t maximum) { in CapRelativeIndex() 60 Handle<Object> num; in BUILTIN() local 130 Handle<Object> num = args.atOrUndefined(isolate, 2); in BUILTIN() local 175 Handle<Object> num; in BUILTIN() local 206 Handle<Object> num; in BUILTIN() local 236 Handle<Object> num; in BUILTIN() local
|
| /external/e2fsprogs/lib/ext2fs/ |
| D | bitmaps.c | 249 ext2_ino_t start, unsigned int num, in ext2fs_set_inode_bitmap_range() 258 __u64 start, size_t num, in ext2fs_set_inode_bitmap_range2() 265 ext2_ino_t start, unsigned int num, in ext2fs_get_inode_bitmap_range() 274 __u64 start, size_t num, in ext2fs_get_inode_bitmap_range2() 281 blk_t start, unsigned int num, in ext2fs_set_block_bitmap_range() 290 blk64_t start, size_t num, in ext2fs_set_block_bitmap_range2() 297 blk_t start, unsigned int num, in ext2fs_get_block_bitmap_range() 306 blk64_t start, size_t num, in ext2fs_get_block_bitmap_range2()
|
| /external/ltp/testcases/kernel/fs/doio/ |
| D | bytes_by_prefix.c | 77 float num; in bytes_by_prefix() local 125 float num; in lbytes_by_prefix() local 177 double num; in llbytes_by_prefix() local
|