Searched defs:isFloat (Results 1 - 25 of 29) sorted by relevance

12

/external/opencv3/modules/core/include/opencv2/core/cuda/
H A Dtype_traits.hpp79 enum { isFloat = type_traits_detail::IsFloat<UnqualifiedType>::value }; enumerator in enum:cv::cuda::device::TypeTraits::__anon15638
80 enum { isArith = isIntegral || isFloat };
/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/gles31/functional/
H A Des31fNegativeShaderImageLoadStoreTests.cpp216 bool isFloat = false; local
225 isFloat = true;
263 return isFloat ? ", 1.0" : ", 1";
/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/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/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/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/modules/gles3/functional/
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));
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...]
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp447 bool HexagonMCInstrInfo::isFloat(MCInstrInfo const &MCII, MCInst const &MCI) { function in class:llvm::HexagonMCInstrInfo
/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp993 const bool isFloat = glu::isDataTypeFloatOrVec(attrSpec.type); local
995 const int componentSize = (int)(isFloat ? sizeof(GLfloat) : sizeof(GLint));
1005 if (isFloat)
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp174 bool isFloat() const { return Float && ElementBitwidth == 32; } function in class:__anon3268::Type
/external/deqp/framework/common/
H A DtcuTexture.cpp1641 const bool isFloat = channelClass == tcu::TEXTURECHANNELCLASS_FLOATING_POINT; local
1647 if (isFloat || isFixed)
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1365 bool isFloat = (Ty->isFloatTy() || Ty->isDoubleTy()); local
1366 if (isFloat && !Subtarget->hasVFP2())
1799 bool isFloat = (Ty->isDoubleTy() || Ty->isFloatTy()); local
1800 if (isFloat && !Subtarget->hasVFP2())
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp767 const bool isFloat = isDataTypeFloatOrVec(m_shaderSpec.outputs[outNdx].varType.getBasicType()); local
770 const VkFormat colorFormat = isFloat ? VK_FORMAT_R32G32B32A32_SFLOAT : (isSigned || isBool ? VK_FORMAT_R32G32B32A32_SINT : VK_FORMAT_R32G32B32A32_UINT);
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1857 bool HexagonInstrInfo::isFloat(const MachineInstr *MI) const { function in class:HexagonInstrInfo
/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/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/v8/src/compiler/
H A Dwasm-compiler.cc2651 bool isFloat = IsFloatingPoint(memtype.representation()); local
2702 if (isFloat) {
2791 bool isFloat = IsFloatingPoint(memtype.representation()); local
2810 if (isFloat) {
/external/libgdx/backends/gdx-backend-android/libs/
H A Dandroid-4.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 698 milliseconds

12