Searched refs:strictness (Results 1 – 9 of 9) sorted by relevance
84 const float strictness = 0.5f; in moveTowardsFraction() local85 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()
29 …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…
12 ; strictest(caller-ssp-attr, callee-ssp-attr), where strictness is ordered as:
102 const float strictness = 0.5f; in moveTowardsFraction() local103 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()
46 <cfi-strictness>`.161 .. _cfi-strictness:
42 # We want gnits strictness only when rolling a stable release. For
3604 Set gnu or gnits strictness.3605 * configure.ac (AM_INIT_AUTOMAKE): Set gnu strictness during3606 development and gnits strictness for releases. Based on Eric Blake's
690 Strictness = Args.strictness
17231 * xpath.c: Bjorn found the error related to strictness of comparison.