Home
last modified time | relevance | path

Searched refs:negVal (Results 1 – 25 of 31) sorted by relevance

12

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/render_rfx/
H A Drfx_state.cpp556 long negVal = val; in DecodeColor() local
557 while (negVal < 0) { in DecodeColor()
559 negVal += _A; in DecodeColor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Ddead_branch_elim_pass.cpp53 bool negVal; in GetConstCondition() local
55 GetConstCondition(cInst->GetSingleWordInOperand(0), &negVal); in GetConstCondition()
56 if (condIsConst) *condVal = !negVal; in GetConstCondition()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Ddead_branch_elim_pass.cpp54 bool negVal; in GetConstCondition() local
56 GetConstCondition(cInst->GetSingleWordInOperand(0), &negVal); in GetConstCondition()
57 if (condIsConst) *condVal = !negVal; in GetConstCondition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddead_branch_elim_pass.cpp54 bool negVal; in GetConstCondition() local
56 GetConstCondition(cInst->GetSingleWordInOperand(0), &negVal); in GetConstCondition()
57 if (condIsConst) *condVal = !negVal; in GetConstCondition()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Ddead_branch_elim_pass.cpp53 bool negVal; in GetConstCondition() local
55 GetConstCondition(cInst->GetSingleWordInOperand(0), &negVal); in GetConstCondition()
56 if (condIsConst) *condVal = !negVal; in GetConstCondition()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Ddead_branch_elim_pass.cpp53 bool negVal; in GetConstCondition() local
55 GetConstCondition(cInst->GetSingleWordInOperand(0), &negVal); in GetConstCondition()
56 if (condIsConst) *condVal = !negVal; in GetConstCondition()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Ddead_branch_elim_pass.cpp54 bool negVal; in GetConstCondition() local
56 GetConstCondition(cInst->GetSingleWordInOperand(0), &negVal); in GetConstCondition()
57 if (condIsConst) *condVal = !negVal; in GetConstCondition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Ddead_branch_elim_pass.cpp54 bool negVal; in GetConstCondition() local
56 GetConstCondition(cInst->GetSingleWordInOperand(0), &negVal); in GetConstCondition()
57 if (condIsConst) *condVal = !negVal; in GetConstCondition()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkPlanesIntersection.cxx830 double negVal = in EvaluateFacePlane() local
834 if (negVal > 0) in EvaluateFacePlane()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkPlanesIntersection.cxx821 double negVal = in EvaluateFacePlane() local
825 if (negVal > 0) in EvaluateFacePlane()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkPlanesIntersection.cxx806 double negVal = in EvaluateFacePlane() local
810 if (negVal > 0) in EvaluateFacePlane()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/fgt/edit_virtual_scan/vs/
H A Dresources.h499 float negVal = texelFetch( deadMask, coords, 0 ).x; in createAliveMaskerShader()
500 if( negVal < 0.5f ) in createAliveMaskerShader()
/dports/security/vault/vault-1.8.2/vendor/k8s.io/apimachinery/pkg/api/resource/
H A Dquantity_test.go127 negVal := value.DeepCopy()
128 negVal.Neg()
129 if v2.String() != negVal.String() {
130 t.Errorf("Expected %v, actual %v", negVal.String(), v2.String())
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/k8s.io/apimachinery/pkg/api/resource/
H A Dquantity_test.go127 negVal := value.DeepCopy()
128 negVal.Neg()
129 if v2.String() != negVal.String() {
130 t.Errorf("Expected %v, actual %v", negVal.String(), v2.String())
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/apimachinery/apimachinery-0.16.8/pkg/api/resource/
H A Dquantity_test.go132 negVal := value.DeepCopy()
133 negVal.Neg()
134 if v2.String() != negVal.String() {
135 t.Errorf("Expected %v, actual %v", negVal.String(), v2.String())
/dports/misc/concourse/concourse-6.7.2/vendor/k8s.io/apimachinery/pkg/api/resource/
H A Dquantity_test.go132 negVal := *value.Copy()
133 negVal.Neg()
134 if v2.String() != negVal.String() {
135 t.Errorf("Expected %v, actual %v", negVal.String(), v2.String())
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/k8s.io/apimachinery/apimachinery-6fa4771c83b3/pkg/api/resource/
H A Dquantity_test.go132 negVal := *value.Copy()
133 negVal.Neg()
134 if v2.String() != negVal.String() {
135 t.Errorf("Expected %v, actual %v", negVal.String(), v2.String())
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/k8s.io/apimachinery/pkg/api/resource/
H A Dquantity_test.go132 negVal := *value.Copy()
133 negVal.Neg()
134 if v2.String() != negVal.String() {
135 t.Errorf("Expected %v, actual %v", negVal.String(), v2.String())
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/k8s.io/apimachinery/pkg/api/resource/
H A Dquantity_test.go127 negVal := value.DeepCopy()
128 negVal.Neg()
129 if v2.String() != negVal.String() {
130 t.Errorf("Expected %v, actual %v", negVal.String(), v2.String())
/dports/devel/mutagen/mutagen-0.11.8/vendor/k8s.io/apimachinery/pkg/api/resource/
H A Dquantity_test.go132 negVal := *value.Copy()
133 negVal.Neg()
134 if v2.String() != negVal.String() {
135 t.Errorf("Expected %v, actual %v", negVal.String(), v2.String())
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/k8s.io/apimachinery/pkg/api/resource/
H A Dquantity_test.go132 negVal := value.DeepCopy()
133 negVal.Neg()
134 if v2.String() != negVal.String() {
135 t.Errorf("Expected %v, actual %v", negVal.String(), v2.String())
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/apimachinery/pkg/api/resource/
H A Dquantity_test.go127 negVal := value.DeepCopy()
128 negVal.Neg()
129 if v2.String() != negVal.String() {
130 t.Errorf("Expected %v, actual %v", negVal.String(), v2.String())
/dports/sysutils/terraform/terraform-1.0.11/vendor/k8s.io/apimachinery/pkg/api/resource/
H A Dquantity_test.go132 negVal := value.DeepCopy()
133 negVal.Neg()
134 if v2.String() != negVal.String() {
135 t.Errorf("Expected %v, actual %v", negVal.String(), v2.String())
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/apimachinery/pkg/api/resource/
H A Dquantity_test.go129 negVal := value.DeepCopy()
130 negVal.Neg()
131 if v2.String() != negVal.String() {
132 t.Errorf("Expected %v, actual %v", negVal.String(), v2.String())
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/k8s.io/apimachinery/pkg/api/resource/
H A Dquantity_test.go129 negVal := value.DeepCopy()
130 negVal.Neg()
131 if v2.String() != negVal.String() {
132 t.Errorf("Expected %v, actual %v", negVal.String(), v2.String())

12