a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 mathieeesingbas.library
  --Background--
  IEEESPAbs
  IEEESPAdd
  IEEESPCeil
  IEEESPCmp
  IEEESPDiv
  IEEESPFix
  IEEESPFloor
  IEEESPFlt
  IEEESPMul
  IEEESPNeg
  IEEESPSub
  IEEESPTst
Include
GuruMeditation
Docs » Autodocs » mathieeesingbas.library » IEEESPTst

NAME

	IEEESPTst -- compare IEEE single precision value to 0.0

SYNOPSIS

	  c   = IEEESPTst(  y  );
d0 d0
float y;
long c;

FUNCTION

	Compare y to 0.0, set the condition codes for less than, greater
than, or equal to 0.0. Set the return value c to -1 if less than,
to +1 if greater than, or 0 if equal to 0.0.

INPUTS

	y -- IEEE single precision floating point value

RESULT

	c = 1	cc = gt		for (y > 0.0)
c = 0 cc = eq for (y == 0.0)
c = -1 cc = lt for (y < 0.0)

BUGS

SEE ALSO

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Spaceballs

SPB
PHA
AFL
ATX

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se