Browse Source

Documentation:
* fill in the prototypes of push_float_qr_fact and push_symbolic_qr_fact, reference them in cmd_qr_fact;
* fill in the prototype of push_lu_fact;
* fill in the prototype of push_format, move push_format.hsf to basfunc.h.

git-svn-id: file:///var/svn/tigccpp/trunk@1350 9552661e-59e3-4036-b4f2-dbe53926924f

debrouxl 15 years ago
parent
commit
15564b6f21

+ 1 - 1
tigcc/doc/System/Include/bascmd.h/cmd_qr_fact.hsf

@@ -16,5 +16,5 @@ Executes TI-Basic 'QR' command.
 [Explanation]
 
 [References]
-Out=unknown.h/estack_to_float, estack.h/is_constant, unknown.h/NG_control, unknown.h/replace_top2_with_prod, basfunc.h/push_dimension, basfunc.h/push_max1, basfunc.h/push_rownorm, estack.h/is_free_of_tag, estack.h/is_matrix, estack.h/top_estack, unknown.h/_bcd_math
+Out=unknown.h/estack_to_float, estack.h/is_constant, unknown.h/NG_control, unknown.h/replace_top2_with_prod, basfunc.h/push_dimension, unknown.h/push_float_qr_fact, unknown.h/push_symbolic_qr_fact, basfunc.h/push_max1, basfunc.h/push_rownorm, estack.h/is_free_of_tag, estack.h/is_matrix, estack.h/top_estack, unknown.h/_bcd_math
 Out_EV_eventLoop=1

+ 3 - 3
tigcc/doc/System/Include/unknown.h/push_format.hsf → tigcc/doc/System/Include/basfunc.h/push_format.hsf

@@ -2,15 +2,15 @@
 Name=push_format
 Type=Function
 Subtype=ROM Call
-Header Files=unknown.h
-Definition=unknown_retval push_format ();
+Header Files=basfunc.h
+Definition=void push_format (ESI, ESI);
 MinAMS=1.01
 
 [ROM Call]
 Index=$315
 
 [Description]
-
+Executes TI-Basic 'format' function.
 
 [Explanation]
 

+ 1 - 1
tigcc/doc/System/Include/basfunc.h/push_string.hsf

@@ -34,5 +34,5 @@ always works would be:
 </PRE>
 
 [References]
-In=basfunc.h/push_median, basfunc.h/push_part, bascmd.h/cmd_sorta, bascmd.h/cmd_sortd, unknown.h/push_format
+In=basfunc.h/push_median, basfunc.h/push_part, bascmd.h/cmd_sorta, bascmd.h/cmd_sortd, basfunc.h/push_format
 Out=alloc.h/HeapFree, estack.h/check_estack_size, estack.h/Parse1DExpr, estack.h/push_quantum, estack.h/push_quantum_pair, estack.h/top_estack, mem.h/memmove, string.h/strlen

File diff suppressed because it is too large
+ 0 - 0
tigcc/doc/System/Include/error.h/ER_catch.hsf


File diff suppressed because it is too large
+ 0 - 0
tigcc/doc/System/Include/error.h/ER_success.hsf


File diff suppressed because it is too large
+ 0 - 0
tigcc/doc/System/Include/error.h/ER_throwVar.hsf


File diff suppressed because it is too large
+ 0 - 0
tigcc/doc/System/Include/estack.h/NG_approxESI.hsf


File diff suppressed because it is too large
+ 0 - 0
tigcc/doc/System/Include/estack.h/delete_between.hsf


File diff suppressed because it is too large
+ 0 - 0
tigcc/doc/System/Include/estack.h/next_expression_index.hsf


File diff suppressed because it is too large
+ 0 - 0
tigcc/doc/System/Include/estack.h/push_internal_simplify.hsf


File diff suppressed because it is too large
+ 0 - 0
tigcc/doc/System/Include/estack.h/push_quantum.hsf


File diff suppressed because it is too large
+ 0 - 0
tigcc/doc/System/Include/estack.h/top_estack.hsf


File diff suppressed because it is too large
+ 0 - 0
tigcc/doc/System/Include/system.h/CTypeTable.hsf


File diff suppressed because it is too large
+ 0 - 0
tigcc/doc/System/Include/unknown.h/_ms32s32.hsf


+ 2 - 1
tigcc/doc/System/Include/unknown.h/push_float_qr_fact.hsf

@@ -3,7 +3,7 @@ Name=push_float_qr_fact
 Type=Function
 Subtype=ROM Call
 Header Files=unknown.h
-Definition=unknown_retval push_float_qr_fact ();
+Definition=ESI push_float_qr_fact (ESI, float);
 MinAMS=1.01
 
 [ROM Call]
@@ -17,4 +17,5 @@ Index=$2BC
 
 [References]
 Out=args.h/RemainingArgCnt, basfunc.h/push_approx, estack.h/check_estack_size, estack.h/delete_between, estack.h/deleted_between, estack.h/is_free_of_tag, estack.h/next_expression_index, estack.h/push_Float, estack.h/push_quantum, estack.h/top_estack, timath.h/sqrt, unknown.h/_bcd_math
+In=bascmd.h/cmd_qr_fact
 Out_EV_eventLoop=1

+ 1 - 1
tigcc/doc/System/Include/unknown.h/push_lu_fact.hsf

@@ -3,7 +3,7 @@ Name=push_lu_fact
 Type=Function
 Subtype=ROM Call
 Header Files=unknown.h
-Definition=unknown_retval push_lu_fact ();
+Definition=ESI push_lu_fact (ESI, float);
 MinAMS=1.01
 
 [ROM Call]

File diff suppressed because it is too large
+ 1 - 1
tigcc/doc/System/Include/unknown.h/push_symbolic_qr_fact.hsf


Some files were not shown because too many files changed in this diff