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

/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/clang/include/clang/Lex/
H A DLiteralSupport.h64 bool isFloat; // 1.0f member in class:clang::NumericLiteralParser
/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.cpp273 const bool isFloat = value.find('.') != std::string::npos || value.find('e') != std::string::npos; local
275 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.cpp526 bool isFloat = glu::isDataTypeFloatOrVec(attrib.type.getBasicType()); local
537 if (isFloat)
1653 bool isFloat = glu::getDataTypeScalarType(type) == glu::TYPE_FLOAT;
1660 primitiveGroup->addChild(new BasicTypeCase(m_context, name.c_str(), "", bufferMode, primitiveType, type, precision, isFloat ? INTERPOLATION_SMOOTH : INTERPOLATION_FLAT));
1687 bool isFloat = glu::getDataTypeScalarType(type) == glu::TYPE_FLOAT;
1694 primitiveGroup->addChild(new BasicArrayCase(m_context, name.c_str(), "", bufferMode, primitiveType, type, precision, isFloat ? INTERPOLATION_SMOOTH : INTERPOLATION_FLAT));
1721 bool isFloat = glu::getDataTypeScalarType(type) == glu::TYPE_FLOAT;
1728 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";
563 bool isFloat = glu::isDataTypeFloatOrVec(output.type); local
578 if (isFloat)
714 bool isFloat = glu::isDataTypeFloatOrVec(output.type); local
718 deUint32 glScalarType = isFloat ? GL_FLOAT :
731 if (isFloat)
771 const bool isFloat = glu::isDataTypeFloatOrVec(output.type); local
791 else if (isFloat)
999 bool isFloat
[all...]
/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.cpp171 bool isFloat() const { return Float && ElementBitwidth == 32; } function in class:__anon19562::Type
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1369 bool isFloat = (Ty->isFloatTy() || Ty->isDoubleTy()); local
1370 if (isFloat && !Subtarget->hasVFP2())
1800 bool isFloat = (Ty->isDoubleTy() || Ty->isFloatTy()); local
1801 if (isFloat && !Subtarget->hasVFP2())
/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/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp3617 void WebGLRenderingContextBase::texParameter(GLenum target, GLenum pname, GLfloat paramf, GLint parami, bool isFloat) argument
3630 if ((isFloat && paramf != GL_CLAMP_TO_EDGE && paramf != GL_MIRRORED_REPEAT && paramf != GL_REPEAT)
3631 || (!isFloat && parami != GL_CLAMP_TO_EDGE && parami != GL_MIRRORED_REPEAT && parami != GL_REPEAT)) {
3646 if (isFloat) {
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 445 milliseconds