Home
last modified time | relevance | path

Searched refs:isOrdinary (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DRawCommentList.h85 bool isOrdinary() const LLVM_READONLY { in isOrdinary() function
92 return !isInvalid() && !isOrdinary(); in isDocumentation()
/external/clang/lib/AST/
DRawCommentList.cpp287 if (RC.isOrdinary()) in addComment()
/external/deqp/framework/common/
DtcuInterval.hpp104 bool isOrdinary (double maxValue) const { return !hasNaN() && !empty() && isFinite(maxValue); } in isOrdinary() function in tcu::Interval
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp1930 if (iargs.a.isOrdinary(ctx.format.getMaxValue()) && iargs.b.isOrdinary(ctx.format.getMaxValue())) in doApply()
1957 if (a.isOrdinary(ctx.format.getMaxValue()) && b.isOrdinary(ctx.format.getMaxValue())) in doApply()
2005 if (iargs.a.isOrdinary(ctx.format.getMaxValue()) && iargs.b.isOrdinary(ctx.format.getMaxValue())) in doApply()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp2561 if (iargs.a.isOrdinary(ctx.format.getMaxValue()) && iargs.b.isOrdinary(ctx.format.getMaxValue())) in doApply()
2589 if (a.isOrdinary(ctx.format.getMaxValue()) && b.isOrdinary(ctx.format.getMaxValue())) in doApply()
2638 if (iargs.a.isOrdinary(ctx.format.getMaxValue()) && iargs.b.isOrdinary(ctx.format.getMaxValue())) in doApply()