@@@ much mess, mostly manpages
[mLib] / test / tvec-types.3.in
similarity index 78%
rename from test/tvec-types.3
rename to test/tvec-types.3.in
index 4c682dc..a3f931e 100644 (file)
@@ -1,38 +1,34 @@
 .\" -*-nroff-*-
-.de VS
-.sp 1
-.RS
-.nf
-.ft B
-..
-.de VE
-.ft R
-.fi
-.RE
-.sp 1
-..
-.de hP
-.IP
-.ft B
-\h'-\w'\\$1\ 'u'\\$1\ \c
-.ft P
-..
-.ie t \{\
-.  ds o \(bu
-.  de VP
-.    sp .4v
-..
-\}
-.el \{\
-.  ds o o
-.  de VP
-.    sp
-..
-\}
-..
-.TH tvec-types 3 "11 March 2024" "Straylight/Edgeware" "mLib utilities library"
-.SH NAME
-tvec-types \- test vector framework provided register types
+.\"
+.\" Manual for test-vector framework types
+.\"
+.\" (c) 2024 Straylight/Edgeware
+.\"
+.
+.\"----- Licensing notice ---------------------------------------------------
+.\"
+.\" This file is part of the mLib utilities library.
+.\"
+.\" mLib is free software: you can redistribute it and/or modify it under
+.\" the terms of the GNU Library General Public License as published by
+.\" the Free Software Foundation; either version 2 of the License, or (at
+.\" your option) any later version.
+.\"
+.\" mLib is distributed in the hope that it will be useful, but WITHOUT
+.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+.\" FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
+.\" License for more details.
+.\"
+.\" You should have received a copy of the GNU Library General Public
+.\" License along with mLib.  If not, write to the Free Software
+.\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+.\" USA.
+.
+.\"--------------------------------------------------------------------------
+.so ../defs.man \" @@@PRE@@@
+.
+.\"--------------------------------------------------------------------------
+.TH tvec-types 3mLib "11 March 2024" "Straylight/Edgeware" "mLib utilities library"
 .\" @tvty_int
 .\" @tvty_uint
 .\" @tvty_float
@@ -102,7 +98,13 @@ tvec-types \- test vector framework provided register types
 .\" @tvec_initbuffer
 .\" @tvec_allocbuffer
 .
+.\"--------------------------------------------------------------------------
+.SH NAME
+tvec-types \- test vector framework provided register types
+.
+.\"--------------------------------------------------------------------------
 .SH SYNOPSIS
+.
 .nf
 .B "#include <mLib/tvec.h>"
 .PP
@@ -135,6 +137,17 @@ tvec-types \- test vector framework provided register types
 .BI "int TVEC_CLAIMEQ_UINT(struct tvec_state *" tv ,
 .BI "  unsigned long " u0 ", unsigned long " u1 );
 .PP
+.B "const struct tvec_regty tvty_size;"
+.PP
+.ta \w'\fBint tvec_claimeq_size('u
+.BI "int tvec_claimeq_size(struct tvec_state *" tv ,
+.BI "  unsigned long " sz0 ", unsigned long " sz1 ,
+.BI "  const char *" file ", unsigned " lno ,
+.BI "  const char *" expr );
+.ta \w'\fBint TVEC_CLAIMEQ_SIZE('u
+.BI "int TVEC_CLAIMEQ_UINT(struct tvec_state *" tv ,
+.BI "  unsigned long " sz0 ", unsigned long " sz1 );
+.PP
 .B "const struct tvec_regty tvty_float;"
 .PP
 .ta 2n
@@ -176,6 +189,25 @@ tvec-types \- test vector framework provided register types
 .PP
 .BI "int tvec_parsedurunit(double *" scale_out ", const char **" p_inout );
 .PP
+.ta \w'\fBint tvec_claimeqish_duration('u
+.BI "int tvec_claimeqish_duration(struct tvec_state *" tv ,
+.BI "  double " t0 ", double " t1 ,
+.BI "  unsigned " f ", double " delta ,
+.BI "  const char *" file ", unsigned " lno ,
+.BI "  const char *" expr );
+.ta \w'\fBint TVEC_CLAIMEQISH_DURATION('u
+.BI "int TVEC_CLAIMEQISH_DURATION(struct tvec_state *" tv ,
+.BI "  double " t0 ", double " t1 ,
+.BI "  unsigned " f ", double " delta );
+.ta \w'\fBint tvec_claimeq_duration('u
+.BI "int tvec_claimeq_duration(struct tvec_state *" tv ,
+.BI "  double " t0 ", double " t1 ,
+.BI "  const char *" file ", unsigned " lno ,
+.BI "  const char *" expr );
+.ta \w'\fBint TVEC_CLAIMEQ_DURATION('u
+.BI "int TVEC_CLAIMEQ_DURATION(struct tvec_state *" tv ,
+.BI "  double " t0 ", double " t1 );
+.PP
 .B "const struct tvec_regty tvty_ienum, tvty_uenum, tvty_fenum, tvty_penum;"
 .PP
 .B "struct tvec_iassoc { const char *tag; long i; };"