Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

f2c.h File Reference

#include <math.h>

Go to the source code of this file.


Data Structures

struct  alist
struct  cilist
struct  cllist
struct  complex
struct  doublecomplex
struct  icilist
struct  inlist
union  Multitype
struct  Namelist
struct  olist
struct  Vardesc

Defines

#define NON_UNIX_STDIO
#define complex   complexxx
#define TRUE_   (1)
#define FALSE_   (0)
#define Extern   extern
#define VOID   void
#define abs(x)   ((x) >= 0 ? (x) : -(x))
#define dabs(x)   (doublereal)abs(x)
#define min(a, b)   ((a) <= (b) ? (a) : (b))
#define max(a, b)   ((a) >= (b) ? (a) : (b))
#define dmin(a, b)   (doublereal)min(a,b)
#define dmax(a, b)   (doublereal)max(a,b)
#define bit_test(a, b)   ((a) >> (b) & 1)
#define bit_clear(a, b)   ((a) & ~((uinteger)1 << (b)))
#define bit_set(a, b)   ((a) | ((uinteger)1 << (b)))
#define F2C_proc_par_types   1

Typedefs

typedef long int integer
typedef unsigned long uinteger
typedef char * address
typedef short int shortint
typedef float real
typedef double doublereal
typedef long int logical
typedef short int shortlogical
typedef char logical1
typedef char integer1
typedef long int flag
typedef long int ftnlen
typedef long int ftnint
typedef Multitype Multitype
typedef Vardesc Vardesc
typedef Namelist Namelist
typedef int(* U_fp )()
typedef shortint(* J_fp )()
typedef integer(* I_fp )()
typedef real(* R_fp )()
typedef doublereal(* D_fp )()
typedef doublereal(*)(*) E_fp ()
typedef VOID(* C_fp )()
typedef VOID(* Z_fp )()
typedef logical(* L_fp )()
typedef shortlogical(* K_fp )()
typedef VOID(* H_fp )()
typedef int(* S_fp )()
typedef VOID C_f
typedef VOID H_f
typedef VOID Z_f
typedef doublereal E_f

Define Documentation

#define abs      ((x) >= 0 ? (x) : -(x))
 

Definition at line 160 of file eispack/f2c.h.

Referenced by AFNI_3d_linefill(), AFNI_brick_to_mri(), AFNI_fimmer_compute(), AFNI_gra_send_CB(), AFNI_make_ptmask(), AFNI_make_tagmask(), AFNI_overlay(), AFNI_seq_send_CB(), apply_orientation(), AV_fval_to_char(), balanc_(), bandv_(), bell2_(), bisect_(), bqr_(), cbal_(), cdiv_(), cinvit_(), cl1_fort(), comhes_(), comlr2_(), comlr_(), comqr2_(), comqr_(), corth_(), CREN_set_axes(), csroot_(), DC_find_closest_overlay_color(), DC_gray_change(), DC_gray_conbrio(), DC_gray_contrast(), DC_rgb_to_ovpix(), DC_rgb_to_ovrgb(), DC_rgb_to_pixel(), draw_image_line(), EDIT_aver_fvol(), elmhes_(), epslon_(), extract_median(), fim3d_fimmer_compute(), ge_header(), GRA_drawing_EV(), hash_color(), HISTO_main(), hqr2_(), hqr_(), htrid3_(), htridi_(), imtql1_(), imtql2_(), imtqlv_(), inumc_(), invit_(), lacy9_box_func(), mad_(), main(), MAIN__(), mangle_angle(), MCW_fc7(), MCW_scale_to_max(), MCW_vol_amax(), minfit_(), mri_brainormalize(), mri_flip3D(), mri_maxabs(), mri_read(), mri_read_dicom(), MV_fval_to_char(), NI_fval_to_char(), NUD_finalize_dset_CB(), orthes_(), pareval_(), parevec_(), PLUG_setup_widgets(), ppmd_line(), ppmd_spline3(), PR_one_slice(), pwrit_(), pwritf_(), pythag_(), qh_renameridgevertex(), qzhes_(), qzit_(), qzval_(), qzvec_(), r_mri_read_dicom(), ratqr_(), RCREND_xhair_overlay(), RCREND_xhair_underlay(), rd_disp_color_info(), read_ge_header(), read_ge_image(), rect_(), reduc2_(), reduc_(), REND_xhair_overlay(), REND_xhair_underlay(), rgb_to_pixel(), RT_fim_recurse(), RT_registration_3D_setup(), RWC_xineramize(), srface_(), STAVG_main(), SUMA_createColGradient(), SUMA_MapSurface(), SUMA_SurfaceMetrics_eng(), svd_(), tent_(), THD_3dfind_to_fdfind(), THD_3dim_dataset_to_brick(), THD_3dind_to_fdind(), THD_fdfind_to_3dfind(), THD_fdind_to_3dind(), THD_orient_guess(), tinvit_(), tql1_(), tql2_(), tqlrat_(), tred1_(), tred2_(), tred3_(), tridib_(), tsturm_(), VOLREG_main(), volume_search(), WINsorize(), zzaxxx_(), and zzaxyy_().

#define bit_clear a,
b       ((a) & ~((uinteger)1 << (b)))
 

Definition at line 167 of file eispack/f2c.h.

#define bit_set a,
b       ((a) | ((uinteger)1 << (b)))
 

Definition at line 168 of file eispack/f2c.h.

#define bit_test a,
b       ((a) >> (b) & 1)
 

Definition at line 166 of file eispack/f2c.h.

#define complex   complexxx
 

Definition at line 11 of file eispack/f2c.h.

#define dabs      (doublereal)abs(x)
 

Definition at line 161 of file eispack/f2c.h.

Referenced by cl1_fort(), draws_(), phline_(), srface_(), zzaxxx_(), zzaxyy_(), zzlabl_(), and zzphys_().

#define dmax a,
b       (doublereal)max(a,b)
 

Definition at line 165 of file eispack/f2c.h.

Referenced by clset_(), pwritf_(), setw_(), srface_(), trn32s_(), zzaxxx_(), zzaxyy_(), and zzclip_().

#define dmin a,
b       (doublereal)min(a,b)
 

Definition at line 164 of file eispack/f2c.h.

Referenced by clset_(), ctcell_(), pwritf_(), setw_(), srface_(), trn32s_(), zzaxxx_(), zzaxyy_(), and zzclip_().

#define Extern   extern
 

Definition at line 37 of file eispack/f2c.h.

#define F2C_proc_par_types   1
 

Definition at line 172 of file eispack/f2c.h.

#define FALSE_   (0)
 

Definition at line 33 of file eispack/f2c.h.

#define max a,
b       ((a) >= (b) ? (a) : (b))
 

Definition at line 163 of file eispack/f2c.h.

Referenced by bandr_(), bandv_(), bisect_(), bqr_(), color_(), colormap_image_floyd_steinberg(), colormap_median_cut(), draws_(), hqr2_(), MAIN__(), minfit_(), pareval_(), parevec_(), pythag_(), qzit_(), required_data_files(), svd_(), tinvit_(), tridib_(), tsturm_(), zzaxyy_(), and zzlgin_().

#define min a,
b       ((a) <= (b) ? (a) : (b))
 

Definition at line 162 of file eispack/f2c.h.

#define NON_UNIX_STDIO
 

barf [ba:rf] 2. "He suggested using FORTRAN, and everybody barfed."

  • From The Shogakukan DICTIONARY OF NEW ENGLISH (Second edition)

Definition at line 10 of file eispack/f2c.h.

#define TRUE_   (1)
 

Definition at line 32 of file eispack/f2c.h.

#define VOID   void
 

Definition at line 128 of file eispack/f2c.h.


Typedef Documentation

typedef char* address
 

Definition at line 15 of file eispack/f2c.h.

typedef VOID C_f
 

Definition at line 199 of file eispack/f2c.h.

typedef VOID(* C_fp)()
 

Definition at line 191 of file eispack/f2c.h.

typedef doublereal(* D_fp)()
 

Definition at line 190 of file eispack/f2c.h.

typedef double doublereal
 

Definition at line 18 of file eispack/f2c.h.

typedef doublereal E_f
 

Definition at line 202 of file eispack/f2c.h.

typedef doublereal(*)(*) E_fp()
 

Definition at line 190 of file eispack/f2c.h.

typedef long int flag
 

Definition at line 48 of file eispack/f2c.h.

typedef long int ftnint
 

Definition at line 50 of file eispack/f2c.h.

typedef long int ftnlen
 

Definition at line 49 of file eispack/f2c.h.

typedef VOID H_f
 

Definition at line 200 of file eispack/f2c.h.

typedef VOID(* H_fp)()
 

Definition at line 195 of file eispack/f2c.h.

typedef integer(* I_fp)()
 

Definition at line 188 of file eispack/f2c.h.

typedef long int integer
 

Definition at line 13 of file eispack/f2c.h.

typedef char integer1
 

Definition at line 24 of file eispack/f2c.h.

typedef shortint(* J_fp)()
 

Definition at line 187 of file eispack/f2c.h.

typedef shortlogical(* K_fp)()
 

Definition at line 194 of file eispack/f2c.h.

typedef logical(* L_fp)()
 

Definition at line 193 of file eispack/f2c.h.

typedef long int logical
 

Definition at line 21 of file eispack/f2c.h.

typedef char logical1
 

Definition at line 23 of file eispack/f2c.h.

typedef union Multitype Multitype
 

Definition at line 141 of file eispack/f2c.h.

typedef struct Namelist Namelist
 

Definition at line 158 of file eispack/f2c.h.

typedef real(* R_fp)()
 

Definition at line 189 of file eispack/f2c.h.

typedef float real
 

Definition at line 17 of file eispack/f2c.h.

typedef int(* S_fp)()
 

Definition at line 196 of file eispack/f2c.h.

typedef short int shortint
 

Definition at line 16 of file eispack/f2c.h.

typedef short int shortlogical
 

Definition at line 22 of file eispack/f2c.h.

typedef int(* U_fp)()
 

Definition at line 186 of file eispack/f2c.h.

typedef unsigned long uinteger
 

Definition at line 14 of file eispack/f2c.h.

typedef struct Vardesc Vardesc
 

Definition at line 151 of file eispack/f2c.h.

typedef VOID Z_f
 

Definition at line 201 of file eispack/f2c.h.

typedef VOID(* Z_fp)()
 

Definition at line 192 of file eispack/f2c.h.

 

Powered by Plone

This site conforms to the following standards: