Searched refs:atom (Results 1 - 23 of 23) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dcoarray_atomic_5.f9012 integer(atomic_int_kind) :: atom[*] variable in program:atomic
14 call atomic_define(atom[1],0)
16 call ATOMIC_ADD (atom[1], me)
17 if(me == 1) call atomic_ref(me,atom[1])
H A Dused_types_15.f9023 SUBROUTINE change_phase(atom)
25 TYPE(dummy_atom), INTENT(inout) :: atom local in subroutine:change_phase
30 TYPE(dummy_atom) :: atom local in subroutine:simulate_cube
32 atom = dam%atoms%table(1)
H A Dused_dummy_types_7.f9023 MODULE atom module
38 USE atom, ONLY: dummy_atom
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Denum-1.c27 atom () function
40 if (atom () != 1)
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug049.go9 func atom(s string) { func
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/ken/
H A Drob2.go31 atom Atom
46 return this.atom.str
50 return this.atom.integer
66 //Slist* atom(byte *s, int i);
180 panic("atom too long\n")
222 func atom(i int) *Slist { // BUG: uses tokenbuf; should take argument) func
227 slist.atom.integer = i
230 slist.atom.str = string(tokenbuf[0:tokenlen])
262 slist = atom(atoi())
264 slist = atom(
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Dcheck.c1017 gfc_check_atomic (gfc_expr *atom, int atom_no, gfc_expr *value, int val_no, argument
1020 if (!scalar_check (atom, atom_no) || !scalar_check (value, val_no))
1023 if (!(atom->ts.type == BT_INTEGER && atom->ts.kind == gfc_atomic_int_kind)
1024 && !(atom->ts.type == BT_LOGICAL
1025 && atom->ts.kind == gfc_atomic_logical_kind))
1029 "ATOMIC_LOGICAL_KIND", &atom->where, gfc_current_intrinsic);
1033 if (!gfc_is_coarray (atom) && !gfc_is_coindexed (atom))
1036 "coarray or coindexed", &atom
1070 gfc_check_atomic_def(gfc_expr *atom, gfc_expr *value, gfc_expr *stat) argument
1089 gfc_check_atomic_op(gfc_expr *atom, gfc_expr *value, gfc_expr *stat) argument
1104 gfc_check_atomic_ref(gfc_expr *value, gfc_expr *atom, gfc_expr *stat) argument
1123 gfc_check_atomic_cas(gfc_expr *atom, gfc_expr *old, gfc_expr *compare, gfc_expr *new_val, gfc_expr *stat) argument
1215 gfc_check_atomic_fetch_op(gfc_expr *atom, gfc_expr *value, gfc_expr *old, gfc_expr *stat) argument
[all...]
H A Dtrans-intrinsic.c8851 tree tmp, atom, value, old = NULL_TREE, stat = NULL_TREE; local
8870 atom = argse.expr;
8959 tmp = gfc_create_var (TREE_TYPE (TREE_TYPE (atom)), "value");
8964 gfc_get_caf_token_offset (&token, &offset, caf_decl, atom, atom_expr);
9013 tmp = TREE_TYPE (TREE_TYPE (atom));
9018 tree itype = TREE_TYPE (TREE_TYPE (atom));
9028 tmp = build_call_expr_loc (input_location, tmp, 3, atom,
9034 tmp = build_call_expr_loc (input_location, tmp, 3, atom,
9052 tree tmp, atom, value, stat = NULL_TREE; local
9069 atom
9155 tree tmp, atom, old, new_val, comp, stat = NULL_TREE; local
[all...]
H A Dmodule.c1234 /* Read the next atom in the module's input stream. */
1335 /* Peek at the next atom on the input. */
1436 /* Read the next atom from the input, requiring that it be a
1470 gfc_internal_error ("require_atom(): bad atom type required");
1531 /* Write an atom to a module. The line wrapping isn't perfect, but it
1536 write_atom (atom_type atom, const void *v) argument
1545 switch (atom)
1570 gfc_internal_error ("write_atom(): Trying to write dab atom");
1579 if (atom != ATOM_RPAREN)
1591 if (atom
[all...]
/haiku-buildtools/gcc/gmp/
H A Dconfig.sub94 athlon64 | atom | core2 | corei | coreinhm | coreiwsm | coreisbr | opteron | k[89] | k10 | bobcat | bulldozer | nano)
H A Dconfigure4963 i?86*-*-* | k[5-8]*-*-* | pentium*-*-* | athlon-*-* | viac3*-*-* | geode*-*-* | atom-*-* | athlon64-*-* | k8-*-* | k10-*-* | bobcat-*-* | bulldozer-*-* | pentium4-*-* | atom-*-* | core2-*-* | corei*-*-* | x86_64-*-* | nano-*-*)
5147 atom)
5148 gcc_cflags_cpu="-mtune=atom -mtune=pentium3"
5149 gcc_cflags_arch="-march=atom -march=pentium3"
5150 path="x86/atom/sse2 x86/atom/mmx x86/atom x86"
5151 path_64="x86_64/atom x86_64"
5168 athlon64-*-* | k8-*-* | k10-*-* | bobcat-*-* | bulldozer-*-* | pentium4-*-* | atom
[all...]
/haiku-buildtools/gcc/gmp/mpn/x86_64/
H A Dbdiv_dbm1c.asm28 C P6 atom: 20
H A Daors_n.asm29 C Intel atom 4
H A Daorrlsh1_n.asm30 C P6 atom: ?
H A Daorrlsh2_n.asm31 C P6 atom: ?
H A Daorsmul_1.asm28 C P6 atom: 21.3
H A Dbdiv_q_1.asm31 C P6 atom: 42
H A Ddive_1.asm29 C P6 atom: 42
H A Dinvert_limb.asm31 C P6 atom: 129 191
H A Dsublsh1_n.asm29 C P6 atom: ?
H A Ddivrem_1.asm28 C P6 atom 42 52 37
H A Dmod_1_4.asm30 C P6 atom: 25.0
/haiku-buildtools/gcc/gcc/
H A Dgcc.c5866 input suffix matches the atom bracketed by ATOM and END_ATOM. */
5868 input_suffix_matches (const char *atom, const char *end_atom)
5871 && !strncmp (input_suffix, atom, end_atom - atom)
5872 && input_suffix[end_atom - atom] == '\0'); argument
5876 input file's spec name matches the atom bracketed by ATOM and END_ATOM. */
5878 input_spec_matches (const char *atom, const char *end_atom)
5883 && !strncmp (input_file_compiler->suffix + 1, atom,
5884 end_atom - atom)
5885 && input_file_compiler->suffix[end_atom - atom
5848 input_suffix_matches(const char *atom, const char *end_atom) argument
5858 input_spec_matches(const char *atom, const char *end_atom) argument
5906 mark_matching_switches(const char *atom, const char *end_atom, int starred) argument
5941 const char *atom, *end_atom; local
6115 process_brace_body(const char *p, const char *atom, const char *end_atom, int starred, int matched) argument
8023 const char *atom; local
[all...]

Completed in 304 milliseconds