Lines Matching refs:ztype

116 #define GB_CAST_FUNCTION(ztype,xtype)                                   \  argument
117 inline void GB (_cast_ ## ztype ## _ ## xtype) \
125 ztype zz = GB_CAST (ztype, xx) ; \
126 (*((ztype *) z)) = zz ; \
139 #define GB_CAST(ztype,x) (ztype) x argument
142 #define GB_CAST(ztype,x) (x != 0) in GB_CAST_FUNCTION() argument
156 #define GB_CAST(ztype,x) (crealf (x) != 0 || cimagf (x) != 0) in GB_CAST_FUNCTION() argument
159 #define GB_CAST(ztype,x) (creal (x) != 0 || cimag (x) != 0) in GB_CAST_FUNCTION() argument
168 #define GB_CAST(ztype,x) (ztype) x in GB_CAST_FUNCTION() argument
179 #define GB_CAST(ztype,x) GB_cast_to_int8_t ((double) x) in GB_CAST_FUNCTION() argument
185 #define GB_CAST(ztype,x) GB_cast_to_int8_t ((double) crealf (x)) in GB_CAST_FUNCTION() argument
188 #define GB_CAST(ztype,x) GB_cast_to_int8_t (creal (x)) in GB_CAST_FUNCTION() argument
197 #define GB_CAST(ztype,x) (ztype) x in GB_CAST_FUNCTION() argument
208 #define GB_CAST(ztype,x) GB_cast_to_int16_t ((double) x) in GB_CAST_FUNCTION() argument
214 #define GB_CAST(ztype,x) GB_cast_to_int16_t ((double) crealf (x)) in GB_CAST_FUNCTION() argument
217 #define GB_CAST(ztype,x) GB_cast_to_int16_t (creal (x)) in GB_CAST_FUNCTION() argument
226 #define GB_CAST(ztype,x) (ztype) x in GB_CAST_FUNCTION() argument
237 #define GB_CAST(ztype,x) GB_cast_to_int32_t ((double) x) in GB_CAST_FUNCTION() argument
243 #define GB_CAST(ztype,x) GB_cast_to_int32_t ((double) crealf (x)) in GB_CAST_FUNCTION() argument
246 #define GB_CAST(ztype,x) GB_cast_to_int32_t (creal (x)) in GB_CAST_FUNCTION() argument
255 #define GB_CAST(ztype,x) (ztype) x in GB_CAST_FUNCTION() argument
266 #define GB_CAST(ztype,x) GB_cast_to_int64_t ((double) x) in GB_CAST_FUNCTION() argument
272 #define GB_CAST(ztype,x) GB_cast_to_int64_t ((double) crealf (x)) in GB_CAST_FUNCTION() argument
275 #define GB_CAST(ztype,x) GB_cast_to_int64_t (creal (x)) in GB_CAST_FUNCTION() argument
284 #define GB_CAST(ztype,x) (ztype) x in GB_CAST_FUNCTION() argument
295 #define GB_CAST(ztype,x) GB_cast_to_uint8_t ((double) x) in GB_CAST_FUNCTION() argument
301 #define GB_CAST(ztype,x) GB_cast_to_uint8_t ((double) crealf (x)) in GB_CAST_FUNCTION() argument
304 #define GB_CAST(ztype,x) GB_cast_to_uint8_t (creal (x)) in GB_CAST_FUNCTION() argument
313 #define GB_CAST(ztype,x) (ztype) x in GB_CAST_FUNCTION() argument
324 #define GB_CAST(ztype,x) GB_cast_to_uint16_t ((double) x) in GB_CAST_FUNCTION() argument
330 #define GB_CAST(ztype,x) GB_cast_to_uint16_t ((double) crealf (x)) in GB_CAST_FUNCTION() argument
333 #define GB_CAST(ztype,x) GB_cast_to_uint16_t (creal (x)) in GB_CAST_FUNCTION() argument
342 #define GB_CAST(ztype,x) (ztype) x in GB_CAST_FUNCTION() argument
353 #define GB_CAST(ztype,x) GB_cast_to_uint32_t ((double) x) in GB_CAST_FUNCTION() argument
359 #define GB_CAST(ztype,x) GB_cast_to_uint32_t ((double) crealf (x)) in GB_CAST_FUNCTION() argument
362 #define GB_CAST(ztype,x) GB_cast_to_uint32_t (creal (x)) in GB_CAST_FUNCTION() argument
371 #define GB_CAST(ztype,x) (ztype) x in GB_CAST_FUNCTION() argument
382 #define GB_CAST(ztype,x) GB_cast_to_uint64_t ((double) x) in GB_CAST_FUNCTION() argument
388 #define GB_CAST(ztype,x) GB_cast_to_uint64_t ((double) crealf (x)) in GB_CAST_FUNCTION() argument
391 #define GB_CAST(ztype,x) GB_cast_to_uint64_t (creal (x)) in GB_CAST_FUNCTION() argument
400 #define GB_CAST(ztype,x) (ztype) x in GB_CAST_FUNCTION() argument
415 #define GB_CAST(ztype,x) crealf (x) in GB_CAST_FUNCTION() argument
418 #define GB_CAST(ztype,x) ((float) creal (x)) in GB_CAST_FUNCTION() argument
427 #define GB_CAST(ztype,x) (ztype) x in GB_CAST_FUNCTION() argument
442 #define GB_CAST(ztype,x) ((double) crealf (x)) in GB_CAST_FUNCTION() argument
445 #define GB_CAST(ztype,x) creal (x) in GB_CAST_FUNCTION() argument
454 #define GB_CAST(ztype,x) GxB_CMPLXF ((float) x, (float) 0) in GB_CAST_FUNCTION() argument
469 #define GB_CAST(ztype,x) x in GB_CAST_FUNCTION() argument
472 #define GB_CAST(ztype,x) GxB_CMPLXF ((float) creal (x), (float) cimag (x)) in GB_CAST_FUNCTION() argument
481 #define GB_CAST(ztype,x) GxB_CMPLX ((double) x, (double) 0) in GB_CAST_FUNCTION() argument
496 #define GB_CAST(ztype,x) GxB_CMPLX ((double) crealf (x), (double) cimagf (x)) in GB_CAST_FUNCTION() argument
499 #define GB_CAST(ztype,x) x in GB_CAST_FUNCTION() argument