Home
last modified time | relevance | path

Searched refs:Div (Results 1 – 25 of 5451) sorted by relevance

12345678910>>...219

/dports/security/libadacrypt/Ada-Crypto-Library-abc534f/test/
H A Dtest-big_number_div_mod_utils.adb1540 X := Div(X_3812, X_1, X_1);
1543 X := Div(X_3812, X_0, X_1);
1558 X := Div(X_1, X_3812, X_1);
1561 X := Div(X_0, X_3812, X_1);
1573 X := Div(X_2048, X_1, X_1);
1576 X := Div(X_2048, X_0, X_1);
1588 X := Div(X_1, X_2048, X_1);
1591 X := Div(X_0, X_2048, X_1);
1600 X := Div(X_1025, X_1, X_1);
1603 X := Div(X_1025, X_0, X_1);
[all …]
/dports/www/py-django-crispy-forms/django-crispy-forms-1.13.0/crispy_forms/tests/
H A Dtest_dynamic_api.py154 layout_2 = Layout(Div(Div(Div("email")), Div("password1"), "password2"))
172 Div(
199 helper.filter(Div).wrap(Div, css_class="test-class")
208 Div(
222 layout_2 = Div(Div("field_name"))
225 layout_3 = Div(Div("field_name"), "password")
229 Div(
244 Div(
271 layout_3 = Layout(Div(Div(Div("email")), Div("password1"), "password2"))
372 layout = Layout(Div(Div(Div("email")), Div("password1"), "password2"))
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/lens-5.0.1/benchmarks/
H A Dplated.hs32 | Div !Expr !Expr constructor
40 rnf (Div a b) = rnf a `seq` rnf b
49 plate f (Div a b) = Div <$> f a <*> f b
59 uniplate (Div a b) = Uni.plate Div |* a |* b
80Div (Add (Val 4) (Var "kxm")) (Sub (Mul (Div (Var "") (Var "")) (Var "w")) (Var "ed"))) (Var "whpd…
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/lens-5.0.1/benchmarks/
H A Dplated.hs32 | Div !Expr !Expr constructor
40 rnf (Div a b) = rnf a `seq` rnf b
49 plate f (Div a b) = Div <$> f a <*> f b
59 uniplate (Div a b) = Uni.plate Div |* a |* b
80Div (Add (Val 4) (Var "kxm")) (Sub (Mul (Div (Var "") (Var "")) (Var "w")) (Var "ed"))) (Var "whpd…
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/lens-4.19.2/benchmarks/
H A Dplated.hs32 | Div !Expr !Expr constructor
40 rnf (Div a b) = rnf a `seq` rnf b
49 plate f (Div a b) = Div <$> f a <*> f b
59 uniplate (Div a b) = Uni.plate Div |* a |* b
80Div (Add (Val 4) (Var "kxm")) (Sub (Mul (Div (Var "") (Var "")) (Var "w")) (Var "ed"))) (Var "whpd…
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/lens-4.19.2/benchmarks/
H A Dplated.hs32 | Div !Expr !Expr constructor
40 rnf (Div a b) = rnf a `seq` rnf b
49 plate f (Div a b) = Div <$> f a <*> f b
59 uniplate (Div a b) = Uni.plate Div |* a |* b
80Div (Add (Val 4) (Var "kxm")) (Sub (Mul (Div (Var "") (Var "")) (Var "w")) (Var "ed"))) (Var "whpd…
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/lens-4.19.1/benchmarks/
H A Dplated.hs31 | Div !Expr !Expr constructor
39 rnf (Div a b) = rnf a `seq` rnf b
48 plate f (Div a b) = Div <$> f a <*> f b
58 uniplate (Div a b) = Uni.plate Div |* a |* b
79Div (Add (Val 4) (Var "kxm")) (Sub (Mul (Div (Var "") (Var "")) (Var "w")) (Var "ed"))) (Var "whpd…
/dports/textproc/hs-pandoc/pandoc-2.14.2/test/epub/
H A Dwasteland.native9 [Div ("",[],[])
11 ,Div ("",[],[])
13 ,Div ("",[],[])
15 ,Div ("",[],[])
17 ,Div ("",[],[])
19 ,Div ("",[],[])
21 ,Div ("",[],[])
23 ,Div ("",[],[])
25 ,Div ("",[],[])
27 ,Div ("",[],[])
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/test/epub/
H A Dwasteland.native9 [Div ("",[],[])
11 ,Div ("",[],[])
13 ,Div ("",[],[])
15 ,Div ("",[],[])
17 ,Div ("",[],[])
19 ,Div ("",[],[])
21 ,Div ("",[],[])
23 ,Div ("",[],[])
25 ,Div ("",[],[])
27 ,Div ("",[],[])
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp438 IRBuilder<> Builder(Div); in expandDivision()
455 Div->eraseFromParent(); in expandDivision()
464 Div = BO; in expandDivision()
472 Div->dropAllReferences(); in expandDivision()
473 Div->eraseFromParent(); in expandDivision()
600 IRBuilder<> Builder(Div); in expandDivisionUpTo32Bits()
620 Div->dropAllReferences(); in expandDivisionUpTo32Bits()
621 Div->eraseFromParent(); in expandDivisionUpTo32Bits()
649 IRBuilder<> Builder(Div); in expandDivisionUpTo64Bits()
669 Div->dropAllReferences(); in expandDivisionUpTo64Bits()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp438 IRBuilder<> Builder(Div); in expandDivision()
455 Div->eraseFromParent(); in expandDivision()
464 Div = BO; in expandDivision()
472 Div->dropAllReferences(); in expandDivision()
473 Div->eraseFromParent(); in expandDivision()
600 IRBuilder<> Builder(Div); in expandDivisionUpTo32Bits()
620 Div->dropAllReferences(); in expandDivisionUpTo32Bits()
621 Div->eraseFromParent(); in expandDivisionUpTo32Bits()
649 IRBuilder<> Builder(Div); in expandDivisionUpTo64Bits()
669 Div->dropAllReferences(); in expandDivisionUpTo64Bits()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp438 IRBuilder<> Builder(Div); in expandDivision()
455 Div->eraseFromParent(); in expandDivision()
464 Div = BO; in expandDivision()
472 Div->dropAllReferences(); in expandDivision()
473 Div->eraseFromParent(); in expandDivision()
600 IRBuilder<> Builder(Div); in expandDivisionUpTo32Bits()
620 Div->dropAllReferences(); in expandDivisionUpTo32Bits()
621 Div->eraseFromParent(); in expandDivisionUpTo32Bits()
649 IRBuilder<> Builder(Div); in expandDivisionUpTo64Bits()
669 Div->dropAllReferences(); in expandDivisionUpTo64Bits()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp438 IRBuilder<> Builder(Div); in expandDivision()
455 Div->eraseFromParent(); in expandDivision()
464 Div = BO; in expandDivision()
472 Div->dropAllReferences(); in expandDivision()
473 Div->eraseFromParent(); in expandDivision()
600 IRBuilder<> Builder(Div); in expandDivisionUpTo32Bits()
620 Div->dropAllReferences(); in expandDivisionUpTo32Bits()
621 Div->eraseFromParent(); in expandDivisionUpTo32Bits()
649 IRBuilder<> Builder(Div); in expandDivisionUpTo64Bits()
669 Div->dropAllReferences(); in expandDivisionUpTo64Bits()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Utils/
H A DIntegerDivision.cpp438 IRBuilder<> Builder(Div); in expandDivision()
455 Div->eraseFromParent(); in expandDivision()
464 Div = BO; in expandDivision()
472 Div->dropAllReferences(); in expandDivision()
473 Div->eraseFromParent(); in expandDivision()
600 IRBuilder<> Builder(Div); in expandDivisionUpTo32Bits()
620 Div->dropAllReferences(); in expandDivisionUpTo32Bits()
621 Div->eraseFromParent(); in expandDivisionUpTo32Bits()
649 IRBuilder<> Builder(Div); in expandDivisionUpTo64Bits()
669 Div->dropAllReferences(); in expandDivisionUpTo64Bits()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Utils/
H A DIntegerDivision.cpp438 IRBuilder<> Builder(Div); in expandDivision()
455 Div->eraseFromParent(); in expandDivision()
464 Div = BO; in expandDivision()
472 Div->dropAllReferences(); in expandDivision()
473 Div->eraseFromParent(); in expandDivision()
600 IRBuilder<> Builder(Div); in expandDivisionUpTo32Bits()
620 Div->dropAllReferences(); in expandDivisionUpTo32Bits()
621 Div->eraseFromParent(); in expandDivisionUpTo32Bits()
649 IRBuilder<> Builder(Div); in expandDivisionUpTo64Bits()
669 Div->dropAllReferences(); in expandDivisionUpTo64Bits()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp438 IRBuilder<> Builder(Div); in expandDivision()
455 Div->eraseFromParent(); in expandDivision()
464 Div = BO; in expandDivision()
472 Div->dropAllReferences(); in expandDivision()
473 Div->eraseFromParent(); in expandDivision()
600 IRBuilder<> Builder(Div); in expandDivisionUpTo32Bits()
620 Div->dropAllReferences(); in expandDivisionUpTo32Bits()
621 Div->eraseFromParent(); in expandDivisionUpTo32Bits()
649 IRBuilder<> Builder(Div); in expandDivisionUpTo64Bits()
669 Div->dropAllReferences(); in expandDivisionUpTo64Bits()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Utils/
H A DIntegerDivision.cpp438 IRBuilder<> Builder(Div); in expandDivision()
455 Div->eraseFromParent(); in expandDivision()
464 Div = BO; in expandDivision()
472 Div->dropAllReferences(); in expandDivision()
473 Div->eraseFromParent(); in expandDivision()
600 IRBuilder<> Builder(Div); in expandDivisionUpTo32Bits()
620 Div->dropAllReferences(); in expandDivisionUpTo32Bits()
621 Div->eraseFromParent(); in expandDivisionUpTo32Bits()
649 IRBuilder<> Builder(Div); in expandDivisionUpTo64Bits()
669 Div->dropAllReferences(); in expandDivisionUpTo64Bits()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp438 IRBuilder<> Builder(Div); in expandDivision()
455 Div->eraseFromParent(); in expandDivision()
464 Div = BO; in expandDivision()
472 Div->dropAllReferences(); in expandDivision()
473 Div->eraseFromParent(); in expandDivision()
600 IRBuilder<> Builder(Div); in expandDivisionUpTo32Bits()
620 Div->dropAllReferences(); in expandDivisionUpTo32Bits()
621 Div->eraseFromParent(); in expandDivisionUpTo32Bits()
649 IRBuilder<> Builder(Div); in expandDivisionUpTo64Bits()
669 Div->dropAllReferences(); in expandDivisionUpTo64Bits()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp438 IRBuilder<> Builder(Div); in expandDivision()
455 Div->eraseFromParent(); in expandDivision()
464 Div = BO; in expandDivision()
472 Div->dropAllReferences(); in expandDivision()
473 Div->eraseFromParent(); in expandDivision()
600 IRBuilder<> Builder(Div); in expandDivisionUpTo32Bits()
620 Div->dropAllReferences(); in expandDivisionUpTo32Bits()
621 Div->eraseFromParent(); in expandDivisionUpTo32Bits()
649 IRBuilder<> Builder(Div); in expandDivisionUpTo64Bits()
669 Div->dropAllReferences(); in expandDivisionUpTo64Bits()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp438 IRBuilder<> Builder(Div); in expandDivision()
455 Div->eraseFromParent(); in expandDivision()
464 Div = BO; in expandDivision()
472 Div->dropAllReferences(); in expandDivision()
473 Div->eraseFromParent(); in expandDivision()
600 IRBuilder<> Builder(Div); in expandDivisionUpTo32Bits()
620 Div->dropAllReferences(); in expandDivisionUpTo32Bits()
621 Div->eraseFromParent(); in expandDivisionUpTo32Bits()
649 IRBuilder<> Builder(Div); in expandDivisionUpTo64Bits()
669 Div->dropAllReferences(); in expandDivisionUpTo64Bits()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp438 IRBuilder<> Builder(Div); in expandDivision()
455 Div->eraseFromParent(); in expandDivision()
464 Div = BO; in expandDivision()
472 Div->dropAllReferences(); in expandDivision()
473 Div->eraseFromParent(); in expandDivision()
600 IRBuilder<> Builder(Div); in expandDivisionUpTo32Bits()
620 Div->dropAllReferences(); in expandDivisionUpTo32Bits()
621 Div->eraseFromParent(); in expandDivisionUpTo32Bits()
649 IRBuilder<> Builder(Div); in expandDivisionUpTo64Bits()
669 Div->dropAllReferences(); in expandDivisionUpTo64Bits()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp438 IRBuilder<> Builder(Div); in expandDivision()
455 Div->eraseFromParent(); in expandDivision()
464 Div = BO; in expandDivision()
472 Div->dropAllReferences(); in expandDivision()
473 Div->eraseFromParent(); in expandDivision()
600 IRBuilder<> Builder(Div); in expandDivisionUpTo32Bits()
620 Div->dropAllReferences(); in expandDivisionUpTo32Bits()
621 Div->eraseFromParent(); in expandDivisionUpTo32Bits()
649 IRBuilder<> Builder(Div); in expandDivisionUpTo64Bits()
669 Div->dropAllReferences(); in expandDivisionUpTo64Bits()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp438 IRBuilder<> Builder(Div); in expandDivision()
455 Div->eraseFromParent(); in expandDivision()
464 Div = BO; in expandDivision()
472 Div->dropAllReferences(); in expandDivision()
473 Div->eraseFromParent(); in expandDivision()
600 IRBuilder<> Builder(Div); in expandDivisionUpTo32Bits()
620 Div->dropAllReferences(); in expandDivisionUpTo32Bits()
621 Div->eraseFromParent(); in expandDivisionUpTo32Bits()
649 IRBuilder<> Builder(Div); in expandDivisionUpTo64Bits()
669 Div->dropAllReferences(); in expandDivisionUpTo64Bits()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Utils/
H A DIntegerDivision.cpp438 IRBuilder<> Builder(Div); in expandDivision()
455 Div->eraseFromParent(); in expandDivision()
464 Div = BO; in expandDivision()
472 Div->dropAllReferences(); in expandDivision()
473 Div->eraseFromParent(); in expandDivision()
600 IRBuilder<> Builder(Div); in expandDivisionUpTo32Bits()
620 Div->dropAllReferences(); in expandDivisionUpTo32Bits()
621 Div->eraseFromParent(); in expandDivisionUpTo32Bits()
649 IRBuilder<> Builder(Div); in expandDivisionUpTo64Bits()
669 Div->dropAllReferences(); in expandDivisionUpTo64Bits()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Utils/
H A DIntegerDivision.cpp439 IRBuilder<> Builder(Div); in expandDivision()
456 Div->eraseFromParent(); in expandDivision()
465 Div = BO; in expandDivision()
473 Div->dropAllReferences(); in expandDivision()
474 Div->eraseFromParent(); in expandDivision()
601 IRBuilder<> Builder(Div); in expandDivisionUpTo32Bits()
621 Div->dropAllReferences(); in expandDivisionUpTo32Bits()
622 Div->eraseFromParent(); in expandDivisionUpTo32Bits()
650 IRBuilder<> Builder(Div); in expandDivisionUpTo64Bits()
670 Div->dropAllReferences(); in expandDivisionUpTo64Bits()
[all …]

12345678910>>...219