Home
last modified time | relevance | path

Searched refs:bools2 (Results 1 – 21 of 21) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/issues/
H A Dissue-2989.rs29 let bools2 = to_bools(Storage{storage: vec![0b01100100]}); in main() localVariable
32 println!("{} => {} vs {}", i, bools[i], bools2[i]); in main()
35 assert_eq!(bools, bools2); in main()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/
H A DCellTreeSimplifier.cs557 List<BoolExpression> bools2 = query2.BoolVars; in MergeBoolExpressions()
567 bools2 = BoolExpression.AddConjunctionToBools(bools2, conjunct2); in MergeBoolExpressions()
571 Debug.Assert(bools1.Count == bools2.Count); in MergeBoolExpressions()
582 merged = bools2[i]; in MergeBoolExpressions()
584 else if (bools2[i] == null) in MergeBoolExpressions()
592 merged = BoolExpression.CreateAnd(bools1[i], bools2[i]); in MergeBoolExpressions()
596 merged = BoolExpression.CreateOr(bools1[i], bools2[i]); in MergeBoolExpressions()
601 BoolExpression.CreateNot(bools2[i])); in MergeBoolExpressions()
/dports/games/retroarch/RetroArch-1.9.7/deps/SPIRV-Cross/shaders-hlsl/frag/
H A Dbvec-operations.frag11 bvec2 bools2 = lessThanEqual(value, vec2(1.5, 0.5));
12 FragColor = vec4(1.0, 0.0, bools1.x ? 1.0 : 0.0, bools2.x ? 1.0 : 0.0);
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/SPIRV-Cross/shaders-hlsl/frag/
H A Dbvec-operations.frag11 bvec2 bools2 = lessThanEqual(value, vec2(1.5, 0.5));
12 FragColor = vec4(1.0, 0.0, bools1.x ? 1.0 : 0.0, bools2.x ? 1.0 : 0.0);
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/shaders-hlsl/frag/
H A Dbvec-operations.frag11 bvec2 bools2 = lessThanEqual(value, vec2(1.5, 0.5));
12 FragColor = vec4(1.0, 0.0, bools1.x ? 1.0 : 0.0, bools2.x ? 1.0 : 0.0);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/spirv-cross/spirv-cross/shaders-hlsl/frag/
H A Dbvec-operations.frag11 bvec2 bools2 = lessThanEqual(value, vec2(1.5, 0.5));
12 FragColor = vec4(1.0, 0.0, bools1.x ? 1.0 : 0.0, bools2.x ? 1.0 : 0.0);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/spirv-cross/spirv-cross/shaders-hlsl/frag/
H A Dbvec-operations.frag11 bvec2 bools2 = lessThanEqual(value, vec2(1.5, 0.5));
12 FragColor = vec4(1.0, 0.0, bools1.x ? 1.0 : 0.0, bools2.x ? 1.0 : 0.0);
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/shaders-hlsl/frag/
H A Dbvec-operations.frag11 bvec2 bools2 = lessThanEqual(value, vec2(1.5, 0.5));
12 FragColor = vec4(1.0, 0.0, bools1.x ? 1.0 : 0.0, bools2.x ? 1.0 : 0.0);
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/shaders-hlsl/frag/
H A Dbvec-operations.frag11 bvec2 bools2 = lessThanEqual(value, vec2(1.5, 0.5));
12 FragColor = vec4(1.0, 0.0, bools1.x ? 1.0 : 0.0, bools2.x ? 1.0 : 0.0);
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/shaders-hlsl/frag/
H A Dbvec-operations.frag11 bvec2 bools2 = lessThanEqual(value, vec2(1.5, 0.5));
12 FragColor = vec4(1.0, 0.0, bools1.x ? 1.0 : 0.0, bools2.x ? 1.0 : 0.0);
/dports/graphics/rx/rx-0.4.0/cargo-crates/spirv_cross-0.16.0/src/vendor/SPIRV-Cross/shaders-hlsl/frag/
H A Dbvec-operations.frag11 bvec2 bools2 = lessThanEqual(value, vec2(1.5, 0.5));
12 FragColor = vec4(1.0, 0.0, bools1.x ? 1.0 : 0.0, bools2.x ? 1.0 : 0.0);
/dports/games/retroarch/RetroArch-1.9.7/deps/SPIRV-Cross/reference/shaders-hlsl/frag/
H A Dbvec-operations.frag18 bool2 bools2 = bool2(value.x <= float2(1.5f, 0.5f).x, value.y <= float2(1.5f, 0.5f).y);
19 FragColor = float4(1.0f, 0.0f, float(bools1.x), float(bools2.x));
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/SPIRV-Cross/reference/shaders-hlsl/frag/
H A Dbvec-operations.frag18 bool2 bools2 = bool2(value.x <= float2(1.5f, 0.5f).x, value.y <= float2(1.5f, 0.5f).y);
19 FragColor = float4(1.0f, 0.0f, float(bools1.x), float(bools2.x));
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/reference/shaders-hlsl/frag/
H A Dbvec-operations.frag18 bool2 bools2 = bool2(value.x <= float2(1.5f, 0.5f).x, value.y <= float2(1.5f, 0.5f).y);
19 FragColor = float4(1.0f, 0.0f, float(bools1.x), float(bools2.x));
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/spirv-cross/spirv-cross/reference/shaders-hlsl/frag/
H A Dbvec-operations.frag18 bool2 bools2 = bool2(value.x <= float2(1.5f, 0.5f).x, value.y <= float2(1.5f, 0.5f).y);
19 FragColor = float4(1.0f, 0.0f, float(bools1.x), float(bools2.x));
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/reference/shaders-hlsl/frag/
H A Dbvec-operations.frag18 bool2 bools2 = bool2(value.x <= float2(1.5f, 0.5f).x, value.y <= float2(1.5f, 0.5f).y);
19 FragColor = float4(1.0f, 0.0f, float(bools1.x), float(bools2.x));
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/reference/shaders-hlsl/frag/
H A Dbvec-operations.frag18 bool2 bools2 = bool2(value.x <= float2(1.5f, 0.5f).x, value.y <= float2(1.5f, 0.5f).y);
19 FragColor = float4(1.0f, 0.0f, float(bools1.x), float(bools2.x));
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/reference/shaders-hlsl/frag/
H A Dbvec-operations.frag18 bool2 bools2 = bool2(value.x <= float2(1.5f, 0.5f).x, value.y <= float2(1.5f, 0.5f).y);
19 FragColor = float4(1.0f, 0.0f, float(bools1.x), float(bools2.x));
/dports/graphics/rx/rx-0.4.0/cargo-crates/spirv_cross-0.16.0/src/vendor/SPIRV-Cross/reference/shaders-hlsl/frag/
H A Dbvec-operations.frag18 bool2 bools2 = bool2(value.x <= float2(1.5f, 0.5f).x, value.y <= float2(1.5f, 0.5f).y);
19 FragColor = float4(1.0f, 0.0f, float(bools1.x), float(bools2.x));
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/internals/
H A Dtest_internals.py704 bools2 = mgr.get_bool_data(copy=True)
705 bools2.iset(0, np.array([False, True, False]))
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c164 …SCIP_Bool* bools2; /**< cleared memory array, all entries are set to zero i… member
9904 …SCIP_CALL( SCIPreallocBlockMemoryArray(scip, &conshdlrdata->bools2, oldsize, conshdlrdata->bools2s… in tightenWeightsLift()
9905 …BMSclearMemoryArray(&(conshdlrdata->bools2[oldsize]), conshdlrdata->bools2size - oldsize); /*lint … in tightenWeightsLift()
9909 zeroiteminserted[1] = conshdlrdata->bools2; in tightenWeightsLift()
12057 SCIP_CALL( SCIPallocClearBlockMemoryArray(scip, &conshdlrdata->bools2, nvars) ); in SCIP_DECL_CONSINITPRE()
12105 SCIPfreeBlockMemoryArrayNull(scip, &conshdlrdata->bools2, conshdlrdata->bools2size); in SCIP_DECL_CONSEXITPRE()