Home
last modified time | relevance | path

Searched refs:mach_value (Results 1 – 6 of 6) sorted by relevance

/dports/science/minc2/minc-release-2.2.00/progs/Proglib/
H A Dvax_conversions.c79 ptr2 = (char *) mach_value; in get_vax_short()
85 ptr1 += sizeof(mach_value[0]); in get_vax_short()
86 ptr2 += sizeof(mach_value[0]); in get_vax_short()
113 memcpy((void *) mach_value, vax_value, nvals*sizeof(long)); in get_vax_long()
116 ptr2 = (char *) mach_value; in get_vax_long()
126 ptr1 += sizeof(mach_value[0]); in get_vax_long()
127 ptr2 += sizeof(mach_value[0]); in get_vax_long()
157 ptr2 = (char *) mach_value; in get_vax_float()
167 mach_value[i] /= 4.0; in get_vax_float()
168 ptr1 += sizeof(mach_value[0]); in get_vax_float()
[all …]
H A Dvax_conversions.h49 void get_vax_short(int nvals, void *vax_value, short *mach_value);
50 void get_vax_long(int nvals, void *vax_value, long *mach_value);
51 void get_vax_float(int nvals, void *vax_value, float *mach_value);
/dports/science/minc2/minc-release-2.2.00/conversion/ecattominc/
H A Dmachine_indep.c155 ptr2 = (char *) mach_value; in get_vax_short()
161 ptr1 += sizeof(mach_value[0]); in get_vax_short()
162 ptr2 += sizeof(mach_value[0]); in get_vax_short()
189 memcpy((void *) mach_value, vax_value, nvals*sizeof(long)); in get_vax_long()
192 ptr2 = (char *) mach_value; in get_vax_long()
202 ptr1 += sizeof(mach_value[0]); in get_vax_long()
203 ptr2 += sizeof(mach_value[0]); in get_vax_long()
233 ptr2 = (char *) mach_value; in get_vax_float()
243 mach_value[i] /= 4.0; in get_vax_float()
244 ptr1 += sizeof(mach_value[0]); in get_vax_float()
[all …]
H A Dmachine_indep.h58 void get_vax_short(int nvals, void *vax_value, short *mach_value);
59 void get_vax_long(int nvals, void *vax_value, long *mach_value);
60 void get_vax_float(int nvals, void *vax_value, float *mach_value);
/dports/science/minc2/minc-release-2.2.00/conversion/Acr_nema/acr_nema/
H A Dacr_io.h158 Acr_Short *mach_value);
160 long nvals, void *input_value, Acr_Long *mach_value);
162 long nvals, void *input_value, Acr_Float *mach_value);
164 long nvals, void *input_value, Acr_Double *mach_value);
166 long nvals, Acr_Short *mach_value,
169 long nvals, Acr_Long *mach_value, void *output_value);
171 long nvals, Acr_Float *mach_value, void *output_value);
173 long nvals, Acr_Double *mach_value, void *output_value);
/dports/science/minc2/minc-release-2.2.00/conversion/Acr_nema/
H A Dacr_io.c485 ptr2 = (char *) mach_value; in invert_values()
509 Acr_Short *mach_value) in acr_get_short() argument
512 input_value, mach_value); in acr_get_short()
534 input_value, mach_value); in acr_get_long()
557 input_value, mach_value); in acr_get_float()
580 input_value, mach_value); in acr_get_double()
599 long nvals, Acr_Short *mach_value, in acr_put_short() argument
603 mach_value, output_value); in acr_put_short()
625 mach_value, output_value); in acr_put_long()
647 mach_value, output_value); in acr_put_float()
[all …]