HomeSort by: relevance | last modified time | path
    Searched refs:cfn (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/config/
linux.cc 45 linux_libm_function_max_error (unsigned cfn, machine_mode mode,
49 return glibc_linux_libm_function_max_error (cfn, mode, boundary_p);
50 return default_libm_function_max_error (cfn, mode, boundary_p);
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-linux.cc 29 #include "case-cfn-macros.h"
47 rs6000_linux_libm_function_max_error (unsigned cfn, machine_mode mode,
53 switch (cfn)
75 return glibc_linux_libm_function_max_error (cfn, mode, boundary_p);
77 return default_libm_function_max_error (cfn, mode, boundary_p);
  /src/crypto/external/bsd/heimdal/dist/lib/com_err/
compile_et.c 68 char cfn[128]; variable
78 FILE *c_file = fopen(cfn, "w");
239 snprintf(cfn, sizeof(cfn), "%s.c", Basename);
  /src/external/gpl3/gcc.old/usr.bin/backend/
Makefile 180 gimple-match.cc: genmatch cfn-operators.pd
183 generic-match.cc: genmatch cfn-operators.pd
186 genmatch.lo: ${HH_NORTL} ${G_GGC_H} case-cfn-macros.h
318 target-def cfn-macros
410 # build case-cfn-macros.h and cfn-operators.pd
411 case-cfn-macros.h: gencfn-macros
412 ./gencfn-macros -c > case-cfn-macros.h.tmp && \
413 mv case-cfn-macros.h.tmp case-cfn-macros.
    [all...]
  /src/external/gpl3/gcc/usr.bin/backend/
Makefile 180 genmatch.lo: ${HH_NORTL} ${G_GGC_H} case-cfn-macros.h
312 target-def cfn-macros
400 tmp-${f}-match-1.cc: genmatch ${G_md_file} insn-conditions.md cfn-operators.pd
458 # build case-cfn-macros.h and cfn-operators.pd
459 case-cfn-macros.h: gencfn-macros
460 ./gencfn-macros -c > case-cfn-macros.h.tmp && \
461 mv case-cfn-macros.h.tmp case-cfn-macros.h
462 cfn-operators.pd: gencfn-macro
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/openssl/
lhash.h.in 41 typedef int (*OPENSSL_LH_COMPFUNCTHUNK)(const void *, const void *, OPENSSL_LH_COMPFUNC cfn);
178 static ossl_inline int lh_##type##_comp_thunk(const void *da, const void *db, OPENSSL_LH_COMPFUNC cfn) \
180 int (*cfn_conv)(const type *, const type *) = (int (*)(const type *, const type *))cfn; \
266 static int lh_##type##_cfn_thunk(const void *da, const void *db, OPENSSL_LH_COMPFUNC cfn) \
268 int (*cfn_conv)(const type *, const type *) = (int (*)(const type *, const type *))cfn; \
335 int (*cfn)(const type *, const type *)) \
337 return (LHASH_OF(type) *)OPENSSL_LH_set_thunks(OPENSSL_LH_new((OPENSSL_LH_HASHFUNC)hfn, (OPENSSL_LH_COMPFUNC)cfn), \
  /src/include/
tgmath.h 106 #define __TG_CFN1(cfn, a) __TG_GFN1(cfn, a, FREAL, LREAL)
107 #define __TG_CFN2(cfn, a, b) __TG_GFN2(cfn, a, b, FREAL, LREAL)
120 #define __TG_COMPLEX1(a, cfn, fn) \
122 __TG_CFN1(cfn, (a)), \
  /src/external/gpl3/gcc/dist/gcc/
gimple-match-exports.cc 42 #include "case-cfn-macros.h"
153 auto cfn = combined_fn (orig_op->code); local
154 if (!internal_fn_p (cfn))
156 ifn = get_conditional_internal_fn (as_internal_fn (cfn));
798 combined_fn cfn; local
800 cfn = as_combined_fn (gimple_call_internal_fn (stmt));
817 cfn = as_combined_fn (DECL_FUNCTION_CODE (decl));
821 res_op->set_op (cfn, TREE_TYPE (gimple_call_lhs (stmt)), num_args);
1329 auto cfn = combined_fn (code);
1330 return commutative_binary_fn_p (associated_internal_fn (cfn, type))
1359 auto cfn = combined_fn (code); local
    [all...]
match.pd 58 #include "cfn-operators.pd"
8867 (with { combined_fn cfn = CFN_LAST;
8872 cfn = CFN_CTZ;
8879 if (cfn == CFN_LAST
8882 cfn = CFN_CTZ;
8883 if (cfn == CFN_LAST
8891 cfn = CFN_BUILT_IN_CTZ;
8894 cfn = CFN_BUILT_IN_CTZLL;
8896 (if (cfn == CFN_CTZ)
8898 (if (cfn == CFN_BUILT_IN_CTZ
    [all...]
targhooks.cc 97 #include "case-cfn-macros.h"
1970 glibc_linux_libm_function_max_error (unsigned cfn, machine_mode mode,
1994 switch (cfn)
2028 return default_libm_function_max_error (cfn, mode, boundary_p);
tree-vect-slp.cc 1154 combined_fn cfn = gimple_call_combined_fn (call_stmt); local
1155 if (cfn != CFN_LAST && cfn != CFN_MASK_CALL)
1156 rhs_code = cfn;
1160 if (cfn == CFN_MASK_LOAD
1161 || cfn == CFN_GATHER_LOAD
1162 || cfn == CFN_MASK_GATHER_LOAD
1163 || cfn == CFN_MASK_LEN_GATHER_LOAD)
1165 else if (cfn == CFN_MASK_STORE)
1170 else if ((cfn != CFN_LAS
    [all...]
gimple-range-op.cc 36 #include "case-cfn-macros.h"
593 cfn_sincos (combined_fn cfn) { m_cfn = cfn; }
tree-ssa-phiopt.cc 48 #include "case-cfn-macros.h"
709 combined_fn cfn = gimple_call_combined_fn (stmt_to_move);
710 switch (cfn)
2932 combined_fn cfn = gimple_call_combined_fn (call);
2935 || cfn == CFN_CLZ
2936 || cfn == CFN_CTZ))
2944 switch (cfn)
tree-scalar-evolution.cc 286 #include "case-cfn-macros.h"
3439 combined_fn cfn = get_call_combined_fn (expr);
3440 switch (cfn)
3473 if (cfn == CFN_LAST
3432 combined_fn cfn = get_call_combined_fn (expr); local
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-match-head.cc 41 #include "case-cfn-macros.h"
101 auto cfn = combined_fn (orig_op->code); local
102 if (!internal_fn_p (cfn))
104 ifn = get_conditional_internal_fn (as_internal_fn (cfn));
1009 combined_fn cfn; local
1011 cfn = as_combined_fn (gimple_call_internal_fn (stmt));
1028 cfn = as_combined_fn (DECL_FUNCTION_CODE (decl));
1032 res_op->set_op (cfn, TREE_TYPE (gimple_call_lhs (stmt)), num_args);
1343 auto cfn = combined_fn (code);
1344 return commutative_binary_fn_p (associated_internal_fn (cfn, type))
1373 auto cfn = combined_fn (code); local
    [all...]
tree-vect-stmts.cc 1654 /* We want to vectorize a call to combined function CFN with function
1660 vectorizable_internal_function (combined_fn cfn, tree fndecl,
1664 if (internal_fn_p (cfn))
1665 ifn = as_internal_fn (cfn);
3333 combined_fn cfn = gimple_call_combined_fn (stmt);
3334 if (cfn == CFN_GOMP_SIMD_LANE)
3341 if (internal_fn_p (cfn))
3342 mask_opno = internal_fn_mask_index (as_internal_fn (cfn));
3462 if (cfn != CFN_LAST
3467 ifn = vectorizable_internal_function (cfn, callee, vectype_out
    [all...]
tree-vect-slp.cc 1001 combined_fn cfn = gimple_call_combined_fn (call_stmt); local
1002 if (cfn != CFN_LAST)
1003 rhs_code = cfn;
1007 if (cfn == CFN_MASK_LOAD
1008 || cfn == CFN_GATHER_LOAD
1009 || cfn == CFN_MASK_GATHER_LOAD)
1011 else if ((internal_fn_p (cfn)
1012 && !vectorizable_internal_fn_p (as_internal_fn (cfn)))
  /src/external/bsd/openldap/dist/servers/slapd/
bconfig.c 98 static ConfigFile *cfn; variable
1726 cfn = c->ca_private;
1730 for( oc = cfn->c_oc_head; oc; oc_next( &oc )) {
1732 if ( oc == cfn->c_oc_tail )
1735 cfn->c_oc_head = cfn->c_oc_tail = NULL;
1739 for ( i=0, oc=cfn->c_oc_head; i<c->valx; i++) {
1744 if ( cfn->c_oc_tail == oc ) {
1745 cfn->c_oc_tail = prev;
1747 if ( cfn->c_oc_head == oc )
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
lhash.h 124 int (*cfn)(const type *, const type *)) \
127 OPENSSL_LH_new((OPENSSL_LH_HASHFUNC)hfn, (OPENSSL_LH_COMPFUNC)cfn); \
  /src/crypto/external/bsd/openssl/dist/include/openssl/
lhash.h.in 171 int (*cfn)(const type *, const type *)) \
174 OPENSSL_LH_new((OPENSSL_LH_HASHFUNC)hfn, (OPENSSL_LH_COMPFUNC)cfn); \
  /src/sbin/gpt/
gpt.c 1103 void (*cfn)(struct gpt_ent *, void *, int), void *v)
1145 (*cfn)(ent, v, 0);
1152 (*cfn)(ent, v, 1);
1164 void (*cfn)(struct gpt_hdr *, void *, int), void *v)
1172 (*cfn)(hdr, v, 0);
1179 (*cfn)(hdr, v, 1);
  /src/external/gpl3/gcc/dist/gcc/config/or1k/
or1k.cc 48 #include "case-cfn-macros.h"
2198 or1k_libm_function_max_error (unsigned cfn, machine_mode mode,
2208 switch (cfn)
2218 return glibc_linux_libm_function_max_error (cfn, mode, boundary_p);
2220 return default_libm_function_max_error (cfn, mode, boundary_p);
  /src/external/bsd/openldap/dist/servers/lloadd/
config.c 113 static ConfigFile *cfn; variable
1991 ConfigFile *cfsave = cfn;
1998 if ( cfn->c_kids ) {
1999 for ( cf2 = cfn->c_kids; cf2 && cf2->c_sibs; cf2 = cf2->c_sibs )
2003 cfn->c_kids = cf;
2005 cfn = cf;
2010 cfn = cfsave;
2015 cfn->c_kids = NULL;
2701 cfn = ch_calloc( 1, sizeof(ConfigFile) );
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
ParseC.pm 305 int (*cfn)(const $1 *, const $1 *));
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
ParseC.pm 299 int (*cfn)(const $1 *, const $1 *));

Completed in 55 milliseconds

1 2