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

123

/external/deqp/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsArithmeticTests.cpp310 bool isFloat = false; local
338 isFloat = true;
362 if (isFloat)
381 if (isFloat)
980 bool isFloat = false; local
994 isFloat = true;
1023 if (isFloat && isBitwiseOp)
H A DvktSubgroupsClusteredTests.cpp255 bool isFloat = false; local
283 isFloat = true;
301 if (isFloat)
318 if (isFloat)
852 bool isFloat = false; local
866 isFloat = true;
889 if (isFloat && isBitwiseOp)
/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp342 bool isFloat = Val0->getType()->getScalarType()->isFloatingPointTy();
344 unsigned R = Ran->Rand() % (isFloat ? 7 : 13);
349 case 0:{Op = (isFloat?Instruction::FAdd : Instruction::Add); break; }
350 case 1:{Op = (isFloat?Instruction::FSub : Instruction::Sub); break; }
351 case 2:{Op = (isFloat?Instruction::FMul : Instruction::Mul); break; }
352 case 3:{Op = (isFloat?Instruction::FDiv : Instruction::SDiv); break; }
353 case 4:{Op = (isFloat?Instruction::FDiv : Instruction::UDiv); break; }
354 case 5:{Op = (isFloat?Instruction::FRem : Instruction::SRem); break; }
355 case 6:{Op = (isFloat?Instruction::FRem : Instruction::URem); break; }
/external/clang/include/clang/AST/
H A DAPValue.h183 bool isFloat() const { return Kind == Float; } function in class:clang::APValue
209 assert(isFloat() && "Invalid accessor");
352 assert(isFloat() && "Invalid accessor");
/external/deqp/framework/randomshaders/
H A DrsgUtils.cpp132 bool isFloat = valueRange.getType().getBaseType() == VariableType::TYPE_FLOAT; local
133 Scalar infMin = isFloat ? Scalar::min<float>() : Scalar::min<int>();
134 Scalar infMax = isFloat ? Scalar::max<float>() : Scalar::max<int>();
/external/deqp/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp185 bool isFloat = glu::isDataTypeFloatOrVec(output.type); local
186 const char* interp = isFloat ? "smooth" : "flat";
187 const char* interpPrec = isFloat ? "highp" : outputPrec;
628 bool isFloat = glu::isDataTypeFloatOrVec(output.type); local
643 if (isFloat)
779 bool isFloat = glu::isDataTypeFloatOrVec(output.type); local
783 deUint32 glScalarType = isFloat ? GL_FLOAT :
796 if (isFloat)
842 const bool isFloat = glu::isDataTypeFloatOrVec(output.type); local
862 else if (isFloat)
[all...]
H A Des3fTransformFeedbackTests.cpp537 const bool isFloat = glu::isDataTypeFloatOrVec(attrib.type.getBasicType()); local
548 if (isFloat)
1666 bool isFloat = glu::getDataTypeScalarType(type) == glu::TYPE_FLOAT;
1673 primitiveGroup->addChild(new BasicTypeCase(m_context, name.c_str(), "", bufferMode, primitiveType, type, precision, isFloat ? INTERPOLATION_SMOOTH : INTERPOLATION_FLAT));
1700 bool isFloat = glu::getDataTypeScalarType(type) == glu::TYPE_FLOAT;
1707 primitiveGroup->addChild(new BasicArrayCase(m_context, name.c_str(), "", bufferMode, primitiveType, type, precision, isFloat ? INTERPOLATION_SMOOTH : INTERPOLATION_FLAT));
1734 bool isFloat = glu::getDataTypeScalarType(type) == glu::TYPE_FLOAT;
1741 primitiveGroup->addChild(new ArrayElementCase(m_context, name.c_str(), "", bufferMode, primitiveType, type, precision, isFloat ? INTERPOLATION_SMOOTH : INTERPOLATION_FLAT));
/external/skia/src/sksl/ir/
H A DSkSLType.cpp29 if (this->isNumber() && other.isFloat()) {
H A DSkSLType.h214 bool isFloat() const { function in class:SkSL::Type
/external/skqp/src/sksl/ir/
H A DSkSLType.cpp29 if (this->isNumber() && other.isFloat()) {
H A DSkSLType.h214 bool isFloat() const { function in class:SkSL::Type
/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderImageLoadStoreTests.cpp216 bool isFloat = false; local
225 isFloat = true;
263 return isFloat ? ", 1.0" : ", 1";
/external/clang/include/clang/Lex/
H A DLiteralSupport.h66 bool isFloat : 1; // 1.0f
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp186 HexagonMCInstrInfo::isFloat(MCII, MCI)));
198 HexagonMCInstrInfo::isFloat(MCII, MCI)));
H A DHexagonMCInstrInfo.h213 bool isFloat(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonShuffler.cpp213 if (HexagonMCInstrInfo::isFloat(MCII, *ID))
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMFastISel.cpp1108 bool isFloat = (Ty->isDoubleTy() || Ty->isFloatTy()); local
1109 if (isFloat && !Subtarget->hasVFP2())
1152 if (isFloat)
1225 bool isFloat = (Ty->isDoubleTy() || Ty->isFloatTy());
1226 if (isFloat && !Subtarget->hasVFP2())
1265 if (isFloat)
1477 bool isFloat = (Ty->isDoubleTy() || Ty->isFloatTy()); local
1478 if (isFloat && !Subtarget->hasVFP2())
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp685 bool isFloat, bool isIntZero,
722 } else if (isFloat && Suff::has("f", text)) {
724 } else if (isFloat && Suff::has("F", text)) {
745 else if (!isFloat && !isIntZero && text.startswith("0"))
684 getLiteralInfo(SourceRange literalRange, bool isFloat, bool isIntZero, ASTContext &Ctx, LiteralInfo &Info) argument
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h308 bool isFloat(const MachineInstr *MI) const;
/external/abi-compliance-checker/modules/Internals/
H A DCallConv.pm62 if(isFloat($Type{"Name"})) {
130 if(isFloat($Type{"Name"})) {
1255 sub isFloat($) { subroutine
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_g_l_y_f.py544 if coordinates.isFloat():
958 def isFloat(self): member in class:GlyphCoordinates
962 if self.isFloat():
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_g_l_y_f.py544 if coordinates.isFloat():
958 def isFloat(self): member in class:GlyphCoordinates
962 if self.isFloat():
/external/deqp/executor/
H A DxeTestResultParser.cpp275 const bool isFloat = value.find('.') != std::string::npos || value.find('e') != std::string::npos; local
277 if (isFloat)
/external/error_prone/jFormatString/
H A DjFormatString-3.0.0.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A DjFormatString.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ...

Completed in 1171 milliseconds

123