Searched refs:double2short (Results 1 – 1 of 1) sorted by relevance
313 static void double2short( void *, void *);741 static void double2short( void *out, void *in){ ((cl_short*) out)[0] = rint(((cl_double*) in)[0]); } in double2short() function2104 …ny( void *out, void *in, size_t n){size_t i; for( i = 0; i < n; i++){ double2short( (char*) out + … in double2short_many()