4 references to IsFloatingPoint
System.Core (4)
Microsoft\Scripting\Compiler\ILGen.cs (1)
656
bool isFromFloatingPoint = TypeUtils.
IsFloatingPoint
(typeFrom);
Microsoft\Scripting\Compiler\LambdaCompiler.Binary.cs (3)
177
if (TypeUtils.
IsFloatingPoint
(leftType)) {
189
if (TypeUtils.
IsFloatingPoint
(leftType)) {
201
if (TypeUtils.
IsFloatingPoint
(leftType)) {