Home
last modified time | relevance | path

Searched refs:CF_TYPE (Results 1 – 8 of 8) sorted by relevance

/dports/science/libquantum/libquantum-1.1.1/
H A Dconfigure.in78 [CF_TYPE=$withval], [CF_TYPE="none"
81 CF_TYPE="float complex"])])
82 if test "$CF_TYPE" = "none"
86 CF_TYPE="float _Complex"])
88 if test "$CF_TYPE" = "none"
92 CF_TYPE="__complex__ float"])
94 if test "$CF_TYPE" = "none"
101 [AC_LANG_PROGRAM([], [return sizeof($CF_TYPE) == 2*sizeof(double)])],
112 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([$CF_TYPE z;], [z=I;])],
116 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([$CF_TYPE z;], [z=1i;])],
[all …]
H A Dtypes.h.in29 #define COMPLEX_FLOAT @CF_TYPE@
H A Dconfigure8646 CF_TYPE="none"
8651 CF_TYPE="float complex"
8656 if test "$CF_TYPE" = "none"
8662 CF_TYPE="float _Complex"
8666 if test "$CF_TYPE" = "none"
8673 CF_TYPE="__complex__ float"
8677 if test "$CF_TYPE" = "none"
8693 return sizeof($CF_TYPE) == 2*sizeof(double)
8723 $CF_TYPE z;
8740 $CF_TYPE z;
[all …]
H A Dquantum.h.in28 #define COMPLEX_FLOAT @CF_TYPE@
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/
H A Dconf.h6 typedef enum CF_TYPE{ enum
14 }CF_TYPE; typedef
29 CF_TYPE type;
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/src/
H A Dnewconf.c56 #define CF_TYPE(x) ((x) & CF_MTYPE) macro
348 switch (CF_TYPE(type)) in add_entry()
390 switch (CF_TYPE(xentry->type)) in del_entry()
408 switch (CF_TYPE(entry->type)) in del_entry()
599 switch (CF_TYPE(cp->type)) in add_entry_flist()
640 switch (CF_TYPE(cp->type)) in conf_call_set()
774 if(CF_TYPE(xentry->type) != CF_TYPE(ve->type)) in check_valid_entry()
787 if(CF_TYPE(entry->type) != CF_TYPE(ve->type)) in check_valid_entry()
789 if((CF_TYPE(entry->type) == CF_INT && CF_TYPE(ve->type) == CF_TIME) in check_valid_entry()
794 if(CF_TYPE(entry->type) == CF_YESNO in check_valid_entry()
[all …]
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/src/
H A Dnewconf.c56 #define CF_TYPE(x) ((x) & CF_MTYPE) macro
348 switch (CF_TYPE(type)) in add_entry()
390 switch (CF_TYPE(xentry->type)) in del_entry()
411 switch (CF_TYPE(entry->type)) in del_entry()
605 switch (CF_TYPE(cp->type)) in add_entry_flist()
648 switch (CF_TYPE(cp->type)) in conf_call_set()
785 if(CF_TYPE(xentry->type) != CF_TYPE(ve->type)) in check_valid_entry()
798 if(CF_TYPE(entry->type) != CF_TYPE(ve->type)) in check_valid_entry()
800 if((CF_TYPE(entry->type) == CF_INT && CF_TYPE(ve->type) == CF_TIME) in check_valid_entry()
805 if(CF_TYPE(entry->type) == CF_YESNO in check_valid_entry()
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_clipboard.c9 #define CF_TYPE(x) (guts. clipboard_formats[(x)*3+1]) macro
11 #define CF_ASSIGN(i,a,b,c) CF_NAME(i)=(a);CF_TYPE(i)=(b);CF_FORMAT(i)=((Atom)c)
157 if ( type) *type = CF_TYPE(id); in get_typename()
536 if ( format != CF_FORMAT(id) || type != CF_TYPE(id)) return false; in query_datum()
1115 target = CF_TYPE( id); in handle_selection_request()