2 CPU MODULE INSTRUCTIONS
2.3 Application Instructions
105
2
■Calculating the common logarithm of single-precision real number
■Calculating the common logarithm of double-precision real number
■Searching the maximum value of single-precision real number
■Searching the maximum value of double-precision real number
■Searching the minimum value of single-precision real number
■Searching the minimum value of double-precision real number
Instruction symbol Processing details Reference
LOG10 Calculates the logarithm using the common logarithm (using 10 as the base) of the value specified
by a single-precision real number.
Page 835 LOG10(P)
LOG10P
Instruction symbol Processing details Reference
LOG10D Calculates the logarithm using the common logarithm (using 10 as the base) of the value specified
by a double-precision real number.
Page 837 LOG10D(P)
LOG10DP
Instruction symbol Processing details Reference
EMAX Searches for the maximum value in the (n) points of single-precision real number block data in the
device starting from the one specified by (s), and stores the maximum value in the search result
(maximum value) in the device specified by (d).
Page 839 EMAX(P)
EMAXP
Instruction symbol Processing details Reference
EDMAX Searches for the maximum value in the (n) points of double-precision real number block data in the
device starting from the one specified by (s), and stores the maximum value in the search result
(maximum value) in the device specified by (d).
Page 841 EDMAX(P)
EDMAXP
Instruction symbol Processing details Reference
EMIN Searches for the minimum value in the (n) points of single-precision real number block data in the
device starting from the one specified by (s), and stores the maximum value in the search result
(minimum value) in the device specified by (d).
Page 843 EMIN(P)
EMINP
Instruction symbol Processing details Reference
EDMIN Searches for the minimum value in the (n) points of double-precision real number block data in the
device starting from the one specified by (s), and stores the maximum value in the search result
(minimum value) in the device specified by (d).
Page 845 EDMIN(P)
EDMINP