Home
last modified time | relevance | path

Searched refs:F_format (Results 1 – 23 of 23) sorted by relevance

/dports/devel/dasm/dasm-2.20.14.1/src/
H A Dglobals.c73 int F_format = FORMAT_DEFAULT; variable
H A Dops.c1612 if ( F_format < FORMAT_RAW ) in generate()
1617 if ( F_format == FORMAT_RAS ) in generate()
1627 switch(F_format) in generate()
1700 if ( F_format == FORMAT_RAS ) in closegenerate()
H A Dasm.h375 extern int F_format;
H A Dmain.c494 F_format = atoi(str); in MainShadow()
495 if (F_format < FORMAT_DEFAULT || F_format >= FORMAT_MAX ) in MainShadow()
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dformat-double.c636 F_format(char *output_buffer, int width, in F_format() function
1182 F_format(out, width, control, x); in __fortio_format_double()
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/RBio/Source/
H A DRBio.c2291 static char *F_format [NFORMAT] = { variable
2436 strncpy (valfmt, F_format [fmt], 21) ; in RB()
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/RBio/Source/
H A DRBio.c2291 static char *F_format [NFORMAT] = { variable
2436 strncpy (valfmt, F_format [fmt], 21) ; in RB()
/dports/math/suitesparse-config/SuiteSparse-5.10.1/RBio/Source/
H A DRBio.c2291 static char *F_format [NFORMAT] = { variable
2436 strncpy (valfmt, F_format [fmt], 21) ; in RB()
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/RBio/Source/
H A DRBio.c2291 static char *F_format [NFORMAT] = { variable
2436 strncpy (valfmt, F_format [fmt], 21) ; in RB()
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/RBio/Source/
H A DRBio.c2291 static char *F_format [NFORMAT] = { variable
2436 strncpy (valfmt, F_format [fmt], 21) ; in RB()
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/RBio/Source/
H A DRBio.c2291 static char *F_format [NFORMAT] = { variable
2436 strncpy (valfmt, F_format [fmt], 21) ; in RB()
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/RBio/Source/
H A DRBio.c2291 static char *F_format [NFORMAT] = { variable
2436 strncpy (valfmt, F_format [fmt], 21) ; in RB()
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/RBio/Source/
H A DRBio.c2291 static char *F_format [NFORMAT] = { variable
2436 strncpy (valfmt, F_format [fmt], 21) ; in RB()
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/RBio/Source/
H A DRBio.c2291 static char *F_format [NFORMAT] = { variable
2436 strncpy (valfmt, F_format [fmt], 21) ; in RB()
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/RBio/Source/
H A DRBio.c2291 static char *F_format [NFORMAT] = { variable
2436 strncpy (valfmt, F_format [fmt], 21) ; in RB()
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/RBio/Source/
H A DRBio.c2291 static char *F_format [NFORMAT] = { variable
2436 strncpy (valfmt, F_format [fmt], 21) ; in RB()
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/RBio/Source/
H A DRBio.c2291 static char *F_format [NFORMAT] = { variable
2436 strncpy (valfmt, F_format [fmt], 21) ; in RB()
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/RBio/Source/
H A DRBio.c2291 static char *F_format [NFORMAT] = { variable
2436 strncpy (valfmt, F_format [fmt], 21) ; in RB()
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/RBio/Source/
H A DRBio.c2291 static char *F_format [NFORMAT] = { variable
2436 strncpy (valfmt, F_format [fmt], 21) ; in RB()
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/RBio/Source/
H A DRBio.c2291 static char *F_format [NFORMAT] = { variable
2436 strncpy (valfmt, F_format [fmt], 21) ; in RB()
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/RBio/Source/
H A DRBio.c2291 static char *F_format [NFORMAT] = { variable
2436 strncpy (valfmt, F_format [fmt], 21) ; in RB()
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/RBio/Source/
H A DRBio.c2291 static char *F_format [NFORMAT] = { variable
2436 strncpy (valfmt, F_format [fmt], 21) ; in RB()
/dports/audio/alsa-lib/alsa-lib-1.2.2/src/alisp/
H A Dalisp.c2561 struct alisp_object * F_format(struct alisp_instance *instance, struct alisp_object * args) in F_format() function
3003 { "format", F_format },