Home
last modified time | relevance | path

Searched refs:referenceValue (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/skia/tests/
H A DWangsFormulaTest.cpp218 float referenceValue = wangs_formula_cubic_reference_impl(kPrecision, pts); in DEF_TEST() local
219 REPORTER_ASSERT(r, std::ceil(std::log2(referenceValue)) == level); in DEF_TEST()
221 REPORTER_ASSERT(r, SkScalarNearlyEqual(c/referenceValue, 1, kTessellationTolerance)); in DEF_TEST()
224 referenceValue = wangs_formula_cubic_reference_impl(kPrecision, pts); in DEF_TEST()
225 REPORTER_ASSERT(r, std::ceil(std::log2(referenceValue)) == level + 1); in DEF_TEST()
227 REPORTER_ASSERT(r, SkScalarNearlyEqual(c/referenceValue, 1, kTessellationTolerance)); in DEF_TEST()
237 float referenceValue = wangs_formula_quadratic_reference_impl(kPrecision, pts); in DEF_TEST() local
238 REPORTER_ASSERT(r, std::ceil(std::log2(referenceValue)) == level); in DEF_TEST()
240 REPORTER_ASSERT(r, SkScalarNearlyEqual(q/referenceValue, 1, kTessellationTolerance)); in DEF_TEST()
243 referenceValue = wangs_formula_quadratic_reference_impl(kPrecision, pts); in DEF_TEST()
[all …]
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/math/
H A DQuantilesAlgorithmTest.java54 double referenceValue = REFERENCE_ALGORITHM.singleQuantile(1, 2, dataset.clone()); in testSingleQuantile_median() local
59 .of(referenceValue); in testSingleQuantile_median()
64 double referenceValue = REFERENCE_ALGORITHM.singleQuantile(99, 100, dataset.clone()); in testSingleQuantile_percentile99() local
69 .of(referenceValue); in testSingleQuantile_percentile99()
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/math/
H A DQuantilesAlgorithmTest.java54 double referenceValue = REFERENCE_ALGORITHM.singleQuantile(1, 2, dataset.clone()); in testSingleQuantile_median() local
59 .of(referenceValue); in testSingleQuantile_median()
64 double referenceValue = REFERENCE_ALGORITHM.singleQuantile(99, 100, dataset.clone()); in testSingleQuantile_percentile99() local
69 .of(referenceValue); in testSingleQuantile_percentile99()
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
H A DReferenceTypeDeserializer.java129 public abstract T referenceValue(Object contents); in referenceValue() method in ReferenceTypeDeserializer
199 return referenceValue(contents); in deserialize()
221 return referenceValue(contents); in deserialize()
251 return referenceValue(_valueTypeDeserializer.deserializeTypedFromAny(p, ctxt)); in deserializeWithType()
H A DAtomicReferenceDeserializer.java56 public AtomicReference<Object> referenceValue(Object contents) { in referenceValue() method in AtomicReferenceDeserializer
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluShaderLibrary.hpp114 int referenceValue; member
119 , referenceValue(0) // not used in RequiredCapability()
126 , referenceValue(referenceValue_) in RequiredCapability()
/aosp_15_r20/external/skia/src/gpu/graphite/mtl/
H A DMtlRenderCommandEncoder.h167 void setStencilReferenceValue(uint32_t referenceValue) { in setStencilReferenceValue() argument
168 if (referenceValue != fCurrentStencilReferenceValue) { in setStencilReferenceValue()
169 [(*fCommandEncoder) setStencilReferenceValue:referenceValue]; in setStencilReferenceValue()
170 fCurrentStencilReferenceValue = referenceValue; in setStencilReferenceValue()
/aosp_15_r20/external/deqp/external/vulkancts/data/vulkan/amber/texture/texel_buffer/uniform/srgb/
H A Dr8g8_srgb.amber35 vec4 referenceValue = texture(referenceSampler, texCoordsIn);
38 if (bufferValue == referenceValue)
H A Dr8g8b8_srgb.amber35 vec4 referenceValue = texture(referenceSampler, texCoordsIn);
38 if (bufferValue == referenceValue)
H A Dr8_srgb.amber35 vec4 referenceValue = texture(referenceSampler, texCoordsIn);
38 if (bufferValue.r == referenceValue.r)
H A Dr8g8b8a8_srgb.amber35 vec4 referenceValue = texture(referenceSampler, texCoordsIn);
38 if (bufferValue == referenceValue)
H A Db8g8r8_srgb.amber35 vec4 referenceValue = texture(referenceSampler, texCoordsIn);
38 if (bufferValue == referenceValue)
H A Db8g8r8a8_srgb.amber35 vec4 referenceValue = texture(referenceSampler, texCoordsIn);
38 if (bufferValue == referenceValue)
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fIntegerStateQueryTests.cpp1431 const int referenceValue = alignments[ndx]; in test() local
1433 glPixelStorei(m_testTargetName, referenceValue); in test()
1436 m_verifier->verifyInteger(m_testCtx, m_testTargetName, referenceValue); in test()
1481 const GLenum referenceValue = blendFuncValues[ndx]; in test() local
1484 if (referenceValue == GL_SRC_ALPHA_SATURATE && in test()
1488 SetBlendFunc(referenceValue); in test()
1491 m_verifier->verifyInteger(m_testCtx, m_testTargetName, referenceValue); in test()
1579 const GLenum referenceValue = blendFuncValues[ndx]; in test() local
1581 SetBlendEquation(referenceValue); in test()
1584 m_verifier->verifyInteger(m_testCtx, m_testTargetName, referenceValue); in test()
H A Des2fFloatStateQueryTests.cpp56 const GLuint64 referenceValue = (GLint64)((f * double(0xFFFFFFFFULL) - 1) / 2); in expandGLFloatToInteger() local
57 return referenceValue; in expandGLFloatToInteger()
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/combinator/
H A DMutatorCombinators.java74 R referenceValue = getter.apply(reference); in mutateProperty() local
76 R crossedOver = prng.pickValue(referenceValue, otherReferenceValue, in mutateProperty()
78 -> mutator.crossOver(referenceValue, otherReferenceValue, prng), in mutateProperty()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fIntegerStateQueryTests.cpp1729 const int referenceValue = rnd.getInt(0, 64000); in test() local
1731 glPixelStorei(m_testTargetName, referenceValue); in test()
1734 m_verifier->verifyInteger(m_testCtx, m_testTargetName, referenceValue); in test()
1765 const int referenceValue = alignments[ndx]; in test() local
1767 glPixelStorei(m_testTargetName, referenceValue); in test()
1770 m_verifier->verifyInteger(m_testCtx, m_testTargetName, referenceValue); in test()
1815 const GLenum referenceValue = blendFuncValues[ndx]; in test() local
1817 SetBlendFunc(referenceValue); in test()
1820 m_verifier->verifyInteger(m_testCtx, m_testTargetName, referenceValue); in test()
1908 const GLenum referenceValue = blendFuncValues[ndx]; in test() local
[all …]
H A Des3fFloatStateQueryTests.cpp56 const GLuint64 referenceValue = (GLint64)(f * 2147483647.0); in expandGLFloatToInteger() local
57 return referenceValue; in expandGLFloatToInteger()
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlRenderCommandEncoder.h162 void setStencilReferenceValue(uint32_t referenceValue) { in setStencilReferenceValue() argument
163 [fCommandEncoder setStencilReferenceValue:referenceValue]; in setStencilReferenceValue()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fTextureBorderClampTests.cpp1135 const tcu::Vec4 referenceValue = effectiveView.gatherOffsets( in verifyTextureGatherResult() local
1137 …const tcu::Vec4 referencePixel = referenceValue * samplerParams.colorScale + samplerParams.colorBi… in verifyTextureGatherResult()
1141 reference.setPixel(px, py, tcu::toRGBAMasked(referenceValue, fbColormask)); in verifyTextureGatherResult()
1205 const tcu::Vec4 referenceValue = effectiveView.gatherOffsetsCompare( in verifyTextureGatherCmpResult() local
1209 reference.setPixel(px, py, tcu::toRGBAMasked(referenceValue, fbColormask)); in verifyTextureGatherCmpResult()
1211 … if (tcu::boolAny(tcu::logicalAnd(colorMask, tcu::notEqual(referenceValue, resultValue)))) in verifyTextureGatherCmpResult()
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanGraphicsPipeline.cpp226 uint32_t referenceValue) { in setup_stencil_op_state() argument
233 opState->reference = referenceValue; in setup_stencil_op_state()
/aosp_15_r20/external/guava/android/guava/src/com/google/common/cache/
H A DLocalCache.java385 <K, V> ValueReference<K, V> referenceValue( in referenceValue() method
399 <K, V> ValueReference<K, V> referenceValue( in referenceValue() method
414 <K, V> ValueReference<K, V> referenceValue( in referenceValue() method
429 abstract <K, V> ValueReference<K, V> referenceValue( in referenceValue() method in LocalCache.Strength
1728 return valueStrength.referenceValue(segmentFor(hash), entry, checkNotNull(value), weight); in newValueReference()
2043 map.valueStrength.referenceValue(this, entry, value, weight); in setValue()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.cpp3004 const tcu::Vec4 referenceValue(component, component, component, 1.0f); in verifyVertexWriteResults() local
3010 const tcu::Vec4 diff = tcu::absDiff(referenceValue, realValue); in verifyVertexWriteResults()
3014 …<< "): expected " << referenceValue << " but found " << realValue << " (threshold " << threshold <… in verifyVertexWriteResults()
3139 const tcu::Vec4 referenceValue(component, component, component, 1.0f); in verifyVertexWriteResults() local
3145 const tcu::Vec4 diff = tcu::absDiff(referenceValue, realValue); in verifyVertexWriteResults()
3149 …<< "): expected " << referenceValue << " but found " << realValue << " (threshold " << threshold <… in verifyVertexWriteResults()
/aosp_15_r20/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java389 <K, V> ValueReference<K, V> referenceValue( in referenceValue() method
403 <K, V> ValueReference<K, V> referenceValue( in referenceValue() method
418 <K, V> ValueReference<K, V> referenceValue( in referenceValue() method
433 abstract <K, V> ValueReference<K, V> referenceValue( in referenceValue() method in LocalCache.Strength
1732 return valueStrength.referenceValue(segmentFor(hash), entry, checkNotNull(value), weight); in newValueReference()
2047 map.valueStrength.referenceValue(this, entry, value, weight); in setValue()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp6833 bool stencilPasses(vk::VkCompareOp op, uint8_t storedValue, uint8_t referenceValue) in stencilPasses() argument
6840 return (referenceValue < storedValue); in stencilPasses()
6842 return (referenceValue == storedValue); in stencilPasses()
6844 return (referenceValue <= storedValue); in stencilPasses()
6846 return (referenceValue > storedValue); in stencilPasses()
6848 return (referenceValue >= storedValue); in stencilPasses()
6859 uint8_t stencilResult(vk::VkStencilOp op, uint8_t storedValue, uint8_t referenceValue, uint8_t min,… in stencilResult() argument
6871 result = referenceValue; in stencilResult()

12345678910>>...14