Home
last modified time | relevance | path

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

/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.Core.Tests/
H A DMetadataTest.cs301 var xyzValue = metadata.GetValue("xyz"); in GetValue()
302 Assert.AreEqual("xyz-value1", xyzValue); in GetValue()
332 var xyzValue = metadata.GetValueBytes("xyz-bin"); in GetValueBytes()
333 Assert.AreEqual(Encoding.ASCII.GetBytes("xyz-value1"), xyzValue); in GetValueBytes()
347 var xyzValue = metadata.GetValueBytes("xyz"); in GetValueBytes_StringValue()
348 Assert.AreEqual(Encoding.ASCII.GetBytes("xyz-value1"), xyzValue); in GetValueBytes_StringValue()
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.Core.Tests/
H A DMetadataTest.cs301 var xyzValue = metadata.GetValue("xyz"); in GetValue()
302 Assert.AreEqual("xyz-value1", xyzValue); in GetValue()
332 var xyzValue = metadata.GetValueBytes("xyz-bin"); in GetValueBytes()
333 Assert.AreEqual(Encoding.ASCII.GetBytes("xyz-value1"), xyzValue); in GetValueBytes()
347 var xyzValue = metadata.GetValueBytes("xyz"); in GetValueBytes_StringValue()
348 Assert.AreEqual(Encoding.ASCII.GetBytes("xyz-value1"), xyzValue); in GetValueBytes_StringValue()
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.Core.Tests/
H A DMetadataTest.cs309 var xyzValue = metadata.GetValue("xyz"); in GetValue()
310 Assert.AreEqual("xyz-value1", xyzValue); in GetValue()
343 var xyzValue = metadata.GetValueBytes("xyz-bin"); in GetValueBytes()
344 Assert.AreEqual(Encoding.ASCII.GetBytes("xyz-value1"), xyzValue); in GetValueBytes()
361 var xyzValue = metadata.GetValueBytes("xyz"); in GetValueBytes_StringValue()
362 Assert.AreEqual(Encoding.ASCII.GetBytes("xyz-value1"), xyzValue); in GetValueBytes_StringValue()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dfractal_coloring.cpp190 double xyzValue = 0.0; in CalculateColorIndex() local
208 xyzValue = (xyzAxis.x + xyzAxis.y + xyzAxis.z) in CalculateColorIndex()
212 addValue += xyzValue; // addValue accumulates outputs in CalculateColorIndex()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/opencl/engines/
H A Dfractal_coloring.cl109 float xyzValue = 0.0f;
127 xyzValue = (xyzAxis.x + xyzAxis.y + xyzAxis.z)
131 addValue += xyzValue; // addValue accumulates outputs