Home
last modified time | relevance | path

Searched refs:strictness (Results 1 – 9 of 9) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp84 const float strictness = 0.5f; in moveTowardsFraction() local
85 DE_ASSERT(0.0f < strictness && strictness <= 1.0f); in moveTowardsFraction()
88 …return deFloatFloor(y) + deFloatFrac(y)*(1.0f-strictness) + strictness*0.5f - 0.5f + targetFractio… in moveTowardsFraction()
/external/eigen/doc/
DA10_Eigen2SupportModes.dox29 …Stage40 "Eigen 2 support stage 40". This mode enables the full Eigen 3 strictness on matters, such…
68 This mode tightens the last bits of strictness, especially const-correctness, that had to be loosen…
/external/llvm/test/Transforms/Inline/
Dinline_ssp.ll12 ; strictest(caller-ssp-attr, callee-ssp-attr), where strictness is ordered as:
/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp102 const float strictness = 0.5f; in moveTowardsFraction() local
103 DE_ASSERT(0.0f < strictness && strictness <= 1.0f); in moveTowardsFraction()
106 …return deFloatFloor(y) + deFloatFrac(y)*(1.0f-strictness) + strictness*0.5f - 0.5f + targetFractio… in moveTowardsFraction()
/external/clang/docs/
DControlFlowIntegrity.rst46 <cfi-strictness>`.
161 .. _cfi-strictness:
/external/bison/
Dconfigure.ac42 # We want gnits strictness only when rolling a stable release. For
DChangeLog-20123604 Set gnu or gnits strictness.
3605 * configure.ac (AM_INIT_AUTOMAKE): Set gnu strictness during
3606 development and gnits strictness for releases. Based on Eric Blake's
/external/clang/utils/analyzer/
DSATestBuild.py690 Strictness = Args.strictness
/external/libxml2/
DChangeLog17231 * xpath.c: Bjorn found the error related to strictness of comparison.