Home
last modified time | relevance | path

Searched refs:pmat (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/t/modules/Tools/Test-Refcount/
H A D03weak.t50 my $pmat = $0;
51 $pmat =~ s/\.t$/-1.pmat/;
52 unlink $pmat if -f $pmat;
H A D02one.t58 my $pmat = $0;
59 $pmat =~ s/\.t$/-1.pmat/;
60 unlink $pmat if -f $pmat;
H A D01count.t120 my $pmat = $0;
121 $pmat =~ s/\.t$/-1.pmat/;
122 unlink $pmat if -f $pmat;
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920428-2.c328 void (*get_initial_matrix)(gx_device *dev, gs_matrix *pmat );
385 gs_update_matrix_fixed(gs_matrix_fixed *pmat) in gs_update_matrix_fixed() argument
386pmat). tx = ((float)(((*pmat). tx_fixed = ((fixed)(((*pmat). tx)*(float)(1<<12 ) )) )*(1.0/(1<<12 … in gs_update_matrix_fixed()
396 gs_defaultmatrix(const gs_state *pgs, gs_matrix *pmat) in gs_defaultmatrix() argument
398 (*dev->procs->get_initial_matrix)(dev, pmat); in gs_defaultmatrix()
402 gs_currentmatrix(const gs_state *pgs, gs_matrix *pmat) in gs_currentmatrix() argument
403 { *pmat = *(gs_matrix *)&(pgs)->ctm; in gs_currentmatrix()
407 gs_setmatrix(gs_state *pgs, const gs_matrix *pmat) in gs_setmatrix() argument
408 { *(gs_matrix *)&(pgs)->ctm = *pmat; in gs_setmatrix()
439 gs_concat(gs_state *pgs, const gs_matrix *pmat) in gs_concat() argument
[all …]