Searched refs:kinds (Results 1 - 25 of 37) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dderived_function_interface_1.f909 module kinds module
16 use kinds
20 use kinds
24 use kinds
30 use kinds
H A Dfunction_kinds_1.f909 module kinds module
20 end module kinds
23 use kinds
28 use kinds
35 use kinds, only: dp
43 use kinds
H A Dinterface_17.f907 MODULE kinds module
9 END MODULE kinds
12 USE kinds, ONLY: dp
H A Dwidechar_5.f904 module kinds module
7 end module kinds
10 use kinds
H A Dinclude_3.f9512 # 1 "./kinds.inc" 1
H A Duse_only_3.inc1 MODULE kinds
5 END MODULE kinds
8 USE kinds, ONLY : DP
113 USE kinds
383 USE kinds, ONLY: DP
432 USE kinds, ONLY: DP
464 USE kinds, ONLY: DP
534 USE kinds, ONLY: DP
600 USE kinds, ONLY : DP
744 USE kinds
[all...]
H A Dpr41928.f903 MODULE kinds module
7 END MODULE kinds
9 USE kinds
/haiku-buildtools/gcc/libgomp/
H A Doacc-parallel.c42 find_pset (int pos, size_t mapnum, unsigned short *kinds) argument
47 unsigned char kind = kinds[pos+1] & 0xff;
57 unsigned short *kinds,
80 gomp_debug (0, "%s: mapnum=%"PRIu64", hostaddrs=%p, size=%p, kinds=%p, "
82 __FUNCTION__, (uint64_t) mapnum, hostaddrs, sizes, kinds, async);
84 gomp_debug (0, "%s: mapnum=%lu, hostaddrs=%p, sizes=%p, kinds=%p, async=%d\n",
85 __FUNCTION__, (unsigned long) mapnum, hostaddrs, sizes, kinds,
133 tgt = gomp_map_vars (acc_dev, mapnum, hostaddrs, NULL, sizes, kinds, true,
141 acc_dev->openacc.exec_func (tgt_fn, mapnum, hostaddrs, devaddrs, sizes, kinds,
159 void **hostaddrs, size_t *sizes, unsigned short *kinds)
55 GOACC_parallel(int device, void (*fn) (void *), size_t mapnum, void **hostaddrs, size_t *sizes, unsigned short *kinds, int num_gangs, int num_workers, int vector_length, int async, int num_waits, ...) argument
158 GOACC_data_start(int device, size_t mapnum, void **hostaddrs, size_t *sizes, unsigned short *kinds) argument
209 GOACC_enter_exit_data(int device, size_t mapnum, void **hostaddrs, size_t *sizes, unsigned short *kinds, int async, int num_waits, ...) argument
399 GOACC_update(int device, size_t mapnum, void **hostaddrs, size_t *sizes, unsigned short *kinds, int async, int num_waits, ...) argument
[all...]
H A Doacc-mem.c255 unsigned short kinds = GOMP_MAP_ALLOC; local
286 &kinds, true, false);
384 unsigned short kinds; local
388 kinds = GOMP_MAP_TO;
390 kinds = GOMP_MAP_ALLOC;
392 tgt = gomp_map_vars (acc_dev, mapnum, &hostaddrs, NULL, &s, &kinds, true,
517 void *kinds)
525 NULL, sizes, kinds, true, false);
516 gomp_acc_insert_pointer(size_t mapnum, void **hostaddrs, size_t *sizes, void *kinds) argument
H A Dtarget.c160 get_kind (bool is_openacc, void *kinds, int idx) argument
162 return is_openacc ? ((unsigned short *) kinds)[idx]
163 : ((unsigned char *) kinds)[idx];
168 void **hostaddrs, void **devaddrs, size_t *sizes, void *kinds,
198 int kind = get_kind (is_openacc, kinds, i);
229 if (!GOMP_MAP_POINTER_P (get_kind (is_openacc, kinds, j)
288 int kind = get_kind (is_openacc, kinds, i);
397 if (!GOMP_MAP_POINTER_P (get_kind (is_openacc, kinds, j)
616 size_t *sizes, void *kinds, bool is_openacc)
637 int kind = get_kind (is_openacc, kinds,
167 gomp_map_vars(struct gomp_device_descr *devicep, size_t mapnum, void **hostaddrs, void **devaddrs, size_t *sizes, void *kinds, bool is_openacc, bool is_target) argument
615 gomp_update(struct gomp_device_descr *devicep, size_t mapnum, void **hostaddrs, size_t *sizes, void *kinds, bool is_openacc) argument
945 GOMP_target(int device, void (*fn) (void *), const void *unused, size_t mapnum, void **hostaddrs, size_t *sizes, unsigned char *kinds) argument
1013 GOMP_target_data(int device, const void *unused, size_t mapnum, void **hostaddrs, size_t *sizes, unsigned char *kinds) argument
1063 GOMP_target_update(int device, const void *unused, size_t mapnum, void **hostaddrs, size_t *sizes, unsigned char *kinds) argument
[all...]
H A Denv.c324 } kinds[] = local
343 if (strncasecmp (env, kinds[i].name, kinds[i].len) == 0)
345 value = kinds[i].kind;
346 env += kinds[i].len;
390 if (strncasecmp (env, kinds[i].name, kinds[i].len) == 0)
392 value = kinds[i].kind;
393 env += kinds[i].len;
/haiku-buildtools/binutils/ld/testsuite/ld-sh/sh64/
H A Dsh64-1.s1 ! Test that all common kinds of relocs get right for simple use.
H A Dsh64-2.s1 ! Test that all common kinds of relocs get right for simple cases.
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-sh/sh64/
H A Dsh64-1.s1 ! Test that all common kinds of relocs get right for simple use.
H A Dsh64-2.s1 ! Test that all common kinds of relocs get right for simple cases.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dimport4.go7 // Verify that various kinds of "imported and not used"
H A Dgoto.go153 // many kinds of blocks, all invalid to jump into or among,
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/import4.dir/
H A Dimport4.go5 // Verify that various kinds of "imported and not used"
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dundefined.s11 # Other kinds of GOT relocations allocate a GOT index for the symbol
/haiku-buildtools/autoconf/bin/
H A Dautoscan.in53 my @kinds = qw (function header identifier program
186 unless grep { $_ eq $kind } @kinds;
197 foreach my $kind (@kinds)
435 foreach my $kind (@kinds)
/haiku-buildtools/cloog/osl/
H A DMakefile.am144 ctags -R --c++-kinds=+p --fields=+iaS --extra=+q -f$(HOME)/.ctags .
/haiku-buildtools/gcc/libgomp/plugin/
H A Dplugin-host.c174 unsigned short *kinds __attribute__ ((unused)),
H A Dplugin-nvptx.c986 size_t *sizes, unsigned short *kinds, int num_gangs, int num_workers,
1762 unsigned short *kinds, int num_gangs,
1766 nvptx_exec (fn, mapnum, hostaddrs, devaddrs, sizes, kinds, num_gangs,
985 nvptx_exec(void (*fn), size_t mapnum, void **hostaddrs, void **devaddrs, size_t *sizes, unsigned short *kinds, int num_gangs, int num_workers, int vector_length, int async, void *targ_mem_desc) argument
1760 GOMP_OFFLOAD_openacc_parallel(void (*fn) (void *), size_t mapnum, void **hostaddrs, void **devaddrs, size_t *sizes, unsigned short *kinds, int num_gangs, int num_workers, int vector_length, int async, void *targ_mem_desc) argument
/haiku-buildtools/binutils/binutils/
H A Ddwarf.c3767 static const char * const kinds[] = local
3779 return _ (kinds[kind]);
/haiku-buildtools/legacy/gcc/texinfo/doc/
H A Dtexinfo.tex2503 % containing these kinds of lines:
4008 % So much for the things common to all kinds of definitions.

Completed in 433 milliseconds

12