Searched refs:isFloat (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DTypedArrayType.h123 inline bool isFloat(TypedArrayType type) function in namespace:JSC
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-stress/
H A Dllvm-stress.cpp333 bool isFloat = Val0->getType()->getScalarType()->isFloatingPointTy();
335 unsigned R = Ran->Rand() % (isFloat ? 7 : 13);
340 case 0:{Op = (isFloat?Instruction::FAdd : Instruction::Add); break; }
341 case 1:{Op = (isFloat?Instruction::FSub : Instruction::Sub); break; }
342 case 2:{Op = (isFloat?Instruction::FMul : Instruction::Mul); break; }
343 case 3:{Op = (isFloat?Instruction::FDiv : Instruction::SDiv); break; }
344 case 4:{Op = (isFloat?Instruction::FDiv : Instruction::UDiv); break; }
345 case 5:{Op = (isFloat?Instruction::FRem : Instruction::SRem); break; }
346 case 6:{Op = (isFloat?Instruction::FRem : Instruction::URem); break; }
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DImages.py234 isFloat = False
247 isFloat = bool(properties[kCGImagePropertyIsFloat])
249 if not isFloat:
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DImages.py234 isFloat = False
247 isFloat = bool(properties[kCGImagePropertyIsFloat])
249 if not isFloat:
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Programming with Quartz/BasicDrawing/
H A DImages.py234 isFloat = False
247 isFloat = bool(properties[kCGImagePropertyIsFloat])
249 if not isFloat:
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dbigfloat.tcl108 # The isInt, isFloat, checkNumber and checkFloat procedures are used
612 if {![isFloat $n]} {
625 if {![isInt $x] && ![isFloat $x]} {
1252 proc ::math::bigfloat::isFloat {x} {
2303 int2float isInt isFloat
H A Dbigfloat2.tcl55 # The isInt, isFloat, checkNumber and checkFloat procedures are used
544 if {![isFloat $number]} {
554 if {![isFloat $x] && ![isInt $x]} {
1155 proc ::math::bigfloat::isFloat {x} {
2208 int2float isInt isFloat
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJITPropertyAccess.cpp1170 ASSERT(isFloat(type));
1294 ASSERT(isFloat(type));
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMFastISel.cpp1405 bool isFloat = (Ty->isFloatTy() || Ty->isDoubleTy());
1406 if (isFloat && !Subtarget->hasVFP2())
1814 bool isFloat = (Ty->isDoubleTy() || Ty->isFloatTy()); local
1815 if (isFloat && !Subtarget->hasVFP2())
/macosx-10.10.1/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c12378 Boolean isFloat = false; local
12417 isFloat = CFNumberGetTypeID() == CFGetTypeID(value) &&
12420 if (expectedType != CFGetTypeID(value) || isFloat) {
12425 } else if (expectedType == CFNumberGetTypeID() && isFloat) {
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGSpeculativeJIT.cpp2492 ASSERT(isFloat(type));
2525 ASSERT(isFloat(type));
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLLowerDFGToLLVM.cpp2171 ASSERT(isFloat(type));

Completed in 251 milliseconds