Searched refs:FN (Results 26 - 49 of 49) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dldist-1.f904 Subroutine PADEC(DKS,DKDS,HVAR,WM,WG,FN,NS,AN,BN,CN,IT)
7 COMPLEX*16 WM(*),WG(*),FN(*),AN(*),BN(*),CN(*) local in subroutine:PADEC
26 FN(J)=(BS+F2)*(H2)+(F1-2.D0*BS)-CONST
H A Dpr48757.f44 W(1)=W(1)*X1*(A+FN)*(B+FN)/((C+FN)*(FN+1))
H A Dpr41011.f8 SUBROUTINE PADEC(DKS,DKDS,HVAR,WM,WG,FN,NS,AN,BN,CN,IT)
9 COMPLEX*16 WM(*),WG(*),FN(*),AN(*),BN(*),CN(*) local in subroutine:PADEC
12 FN(J)=(AS+F4-GAMMA*F2)*H2+(F4-AS-GAMMA*F2)*H0+
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-rounding-1.c12 #define TEST(FN, VALUE, RESULT) \
13 if (__builtin_##FN (VALUE) != RESULT) link_error (__LINE__); \
14 if (__builtin_##FN##f (VALUE) != RESULT) link_error (__LINE__); \
15 if (__builtin_##FN##l (VALUE) != RESULT) link_error (__LINE__); \
H A Dbuiltin-explog-1.c21 #define PROTOTYPE(FN) extern double FN(double); extern float FN##f(float); \
22 extern long double FN##l(long double);
23 #define PROTOTYPE2(FN) extern double FN(double, double); \
24 extern float FN##f(float, float); \
25 extern long double FN##l(long double, long double);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dfixed-point-exec.c140 #define CHECK(FN, EXP) do { \
141 if (fabs ((float) (FN) - (EXP)) > 0.05) \
143 fprintf (stderr, "result for " #FN " (as float): %f\n", (double) (FN));\
148 #define CHECK_EXACT(FN, EXP) do { \
149 if ((FN) != (EXP)) \
151 fprintf (stderr, "result for " #FN " (as float): %f, should be %f\n", \
152 (double) (FN), (double) (EXP)); \
/haiku-buildtools/gcc/gcc/config/i386/
H A Dsol2.h200 #define ASM_OUTPUT_CALL(FILE, FN) \
204 ix86_print_operand (FILE, XEXP (DECL_RTL (FN), 0), 'P'); \
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dsse2-extract-1.c11 #define FN(elcount, type, idx) \ macro
76 #define F FN
/haiku-buildtools/gcc/gcc/
H A Dexcept.h331 #define FOR_ALL_EH_REGION_FN(R, FN) \
332 for ((R) = (FN)->eh->region_tree; (R) != NULL; (R) = ehr_next (R, NULL))
H A Dtree.h184 #define BUILTIN_EXP10_P(FN) \
185 ((FN) == BUILT_IN_EXP10 || (FN) == BUILT_IN_EXP10F || (FN) == BUILT_IN_EXP10L \
186 || (FN) == BUILT_IN_POW10 || (FN) == BUILT_IN_POW10F || (FN) == BUILT_IN_POW10L)
188 #define BUILTIN_EXPONENT_P(FN) (BUILTIN_EXP10_P (FN) \
189 || (FN)
[all...]
H A Dconvert.c132 #define CASE_MATHFN(FN) case BUILT_IN_##FN: case BUILT_IN_##FN##L:
H A Dgenmatch.c184 enum id_kind { CODE, FN, PREDICATE, USER } kind; enumerator in enum:id_base::id_kind
241 : id_base (id_base::FN, id_), fn (fn_) {}
273 return id->kind == id_base::FN;
2047 else if (e->operation->kind == id_base::FN)
2215 gcc_assert (e->operation->kind == id_base::FN);
H A Dtree-ssa-loop-im.c1703 template <typename FN>
1705 for_all_locs_in_loop (struct loop *loop, mem_ref_p ref, FN fn)
/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Delf.h286 #define SECTION_FUNCTION_TEMPLATE(FN, ENUM, OP) \
287 void FN () \
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Delf.h273 #define SECTION_FUNCTION_TEMPLATE(FN, ENUM, OP) \
274 void FN () \
H A Delf64.h299 #define SECTION_FUNCTION_TEMPLATE(FN, ENUM, OP) \
300 void FN () \
/haiku-buildtools/legacy/gcc/gcc/
H A Dfix-header.c442 #define REQUIRED(FN) ((FN)->partial == &required_dummy_proto)
443 #define SET_REQUIRED(FN) ((FN)->partial = &required_dummy_proto)
444 #define SET_SEEN(FN) ((FN)->partial = &seen_dummy_proto)
445 #define SEEN(FN) ((FN)->partial == &seen_dummy_proto)
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsol2.h345 #define ASM_OUTPUT_CALL(FILE, FN) \
349 targetm.asm_out.print_operand (FILE, XEXP (DECL_RTL (FN), 0), 0); \
/haiku-buildtools/legacy/gcc/texinfo/makeinfo/
H A Dmakeinfo.c8418 } FN;
8420 FN *pending_notes = (FN *) NULL;
8428 FN *temp = (FN *) xmalloc (sizeof (FN));
8441 FN *temp;
8443 while ((temp = pending_notes) != (FN *) NULL)
8590 FN *footnote = pending_notes;
8622 FN **arra
8399 } FN; typedef in typeref:struct:fn
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dmangle.c88 # define MANGLE_TRACE(FN, INPUT) \
89 fprintf (stderr, " %-24s: %-24s\n", (FN), (INPUT))
90 # define MANGLE_TRACE_TREE(FN, NODE) \
92 (FN), get_tree_code_name (TREE_CODE (NODE)), (void *) (NODE))
94 # define MANGLE_TRACE(FN, INPUT)
95 # define MANGLE_TRACE_TREE(FN, NODE)
3904 /* Return true iff FN is a thread_local wrapper function. */
H A Dcp-tree.h2309 /* Perform an action for each clone of FN, if FN is a function with
2316 #define FOR_EACH_CLONE(CLONE, FN) \
2317 if (TREE_CODE (FN) == FUNCTION_DECL \
2318 && (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P (FN) \
2319 || DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P (FN))) \
2320 for (CLONE = DECL_CHAIN (FN); \
2362 /* If FN is a conversion operator, the type to which it converts.
2364 #define DECL_CONV_FN_TYPE(FN) \
2365 (DECL_CONV_FN_P (FN)
[all...]
H A Dcall.c174 #define convert_like_with_context(CONV, EXPR, FN, ARGNO, COMPLAIN ) \
175 convert_like_real ((CONV), (EXPR), (FN), (ARGNO), 0, \
533 FN. */
537 /* If FN is a user-defined conversion, the standard conversion
538 sequence from the type returned by FN to the desired destination
542 /* If FN is a member function, the binfo indicating the path used to
543 qualify the name of FN at the call site. This path is used to
544 determine whether or not FN is accessible if it is selected by
545 overload resolution. The DECL_CONTEXT of FN will always be a
548 /* If FN i
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c8626 REGNUM(f,0,FN), REGNUM(f,1,FN), REGNUM(f,2,FN), REGNUM(f,3,FN),
8627 REGNUM(f,4,FN), REGNUM(f,5,FN), REGNUM(f,6,FN), REGNUM(f,7, FN),
8629 REGNUM(F,0,FN), REGNUM(F,1,FN), REGNU
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c18811 REGNUM(f,0,FN), REGNUM(f,1,FN), REGNUM(f,2,FN), REGNUM(f,3,FN),
18812 REGNUM(f,4,FN), REGNUM(f,5,FN), REGNUM(f,6,FN), REGNUM(f,7, FN),
18814 REGNUM(F,0,FN), REGNUM(F,1,FN), REGNU
[all...]

Completed in 637 milliseconds

12