Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Diutil.h115 int float_params(const ref *, int, float *);
H A Dzfunc.c101 (code = float_params(rval + 1, 2, val)) < 0) in zscalefunction()
162 (code = float_params(op - 1, m, in)) < 0 || in zexecfunction()
H A Diutil.c727 float_params(const ref * op, int count, float *pval) in float_params() function
753 return float_params(parray->value.refs + count - 1, count, pval); in process_float_array()
764 code = float_params(ref_buff + subcount - 1, subcount, pval); in process_float_array()
875 code = float_params(pvalues + 5, 6, (float *)pmat); in read_matrix()
H A Dzcsindex.c141 int code = float_params(op, m, &r_ptr(&ep[csme_map], gs_indexed_map)->values[i * m]); in indexed_map1()
H A Dzmatrix.c72 int code = float_params(op, 6, &mat.xx); in zsetmatrix()
H A Dzcolor.c226 float_params(op - num_offset, n_numeric_comps, cc.paint.values); in zsetcolor()
H A Dzcontrol.c332 if ((code = float_params(op - 1, 3, params)) < 0) in zfor()
H A Dzcie.c614 (code = float_params(op, gx_cie_cache_size, &pcache->values[0])) < 0 in cie_cache_finish_store()