Home
last modified time | relevance | path

Searched refs:fix2 (Results 26 – 50 of 189) sorted by relevance

12345678

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/AArch64/
H A Dfcvt-fixed.ll18 %fix2 = fmul float %flt, 4294967296.0
19 %cvt2 = fptosi float %fix2 to i32
64 %fix2 = fmul float %flt, 4294967296.0
65 %cvt2 = fptoui float %fix2 to i32
114 %fix2 = fdiv float %cvt2, 4294967296.0
116 store volatile float %fix2, float* @varfloat
160 %fix2 = fdiv float %cvt2, 4294967296.0
162 store volatile float %fix2, float* @varfloat
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/AArch64/
H A Dfcvt-fixed.ll18 %fix2 = fmul float %flt, 4294967296.0
19 %cvt2 = fptosi float %fix2 to i32
64 %fix2 = fmul float %flt, 4294967296.0
65 %cvt2 = fptoui float %fix2 to i32
114 %fix2 = fdiv float %cvt2, 4294967296.0
116 store volatile float %fix2, float* @varfloat
160 %fix2 = fdiv float %cvt2, 4294967296.0
162 store volatile float %fix2, float* @varfloat
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/
H A Dfcvt-fixed.ll18 %fix2 = fmul float %flt, 4294967296.0
19 %cvt2 = fptosi float %fix2 to i32
64 %fix2 = fmul float %flt, 4294967296.0
65 %cvt2 = fptoui float %fix2 to i32
114 %fix2 = fdiv float %cvt2, 4294967296.0
116 store volatile float %fix2, float* @varfloat
160 %fix2 = fdiv float %cvt2, 4294967296.0
162 store volatile float %fix2, float* @varfloat
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/AArch64/
H A Dfcvt-fixed.ll18 %fix2 = fmul float %flt, 4294967296.0
19 %cvt2 = fptosi float %fix2 to i32
64 %fix2 = fmul float %flt, 4294967296.0
65 %cvt2 = fptoui float %fix2 to i32
114 %fix2 = fdiv float %cvt2, 4294967296.0
116 store volatile float %fix2, float* @varfloat
160 %fix2 = fdiv float %cvt2, 4294967296.0
162 store volatile float %fix2, float* @varfloat
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/AArch64/
H A Dfcvt-fixed.ll18 %fix2 = fmul float %flt, 4294967296.0
19 %cvt2 = fptosi float %fix2 to i32
64 %fix2 = fmul float %flt, 4294967296.0
65 %cvt2 = fptoui float %fix2 to i32
114 %fix2 = fdiv float %cvt2, 4294967296.0
116 store volatile float %fix2, float* @varfloat
160 %fix2 = fdiv float %cvt2, 4294967296.0
162 store volatile float %fix2, float* @varfloat
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/AArch64/
H A Dfcvt-fixed.ll18 %fix2 = fmul float %flt, 4294967296.0
19 %cvt2 = fptosi float %fix2 to i32
64 %fix2 = fmul float %flt, 4294967296.0
65 %cvt2 = fptoui float %fix2 to i32
114 %fix2 = fdiv float %cvt2, 4294967296.0
116 store volatile float %fix2, float* @varfloat
160 %fix2 = fdiv float %cvt2, 4294967296.0
162 store volatile float %fix2, float* @varfloat
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/AArch64/
H A Dfcvt-fixed.ll18 %fix2 = fmul float %flt, 4294967296.0
19 %cvt2 = fptosi float %fix2 to i32
64 %fix2 = fmul float %flt, 4294967296.0
65 %cvt2 = fptoui float %fix2 to i32
114 %fix2 = fdiv float %cvt2, 4294967296.0
116 store volatile float %fix2, float* @varfloat
160 %fix2 = fdiv float %cvt2, 4294967296.0
162 store volatile float %fix2, float* @varfloat
/dports/audio/py-fmoo-audiotools/audiotools-3.0/audiotools/
H A Dvorbiscomment.py525 fix2 = fix1.lstrip()
526 if fix2 != fix1:
534 match = re.match(r'(.*?)\s*/\s*(.*)', fix2)
542 if fix3 != fix2:
548 fix3 = fix2.lstrip(u"0")
550 if fix3 != fix2:
556 fix3 = fix2.lstrip(u"0")
557 if fix3 != fix2:
562 fix3 = fix2
H A Did3v1.py283 fix2 = fix1.lstrip()
284 if fix2 != fix1:
289 fields[attr] = fix2
H A Dape.py671 fix2 = fix1.lstrip()
672 if fix2 != fix1:
678 if u"/" in fix2:
680 (current, total) = fix2.split(u"/", 1)
686 fix3 = fix2
699 current_int = re.search(r'\d+', fix2)
708 fix3 = fix2
710 if fix3 != fix2:
715 fix3 = fix2
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/iterator/
H A Dand_test.go76 fix2 := NewFixed(
81 and := NewAnd(qs, fix1, fix2)
119 fix2 := NewFixed(
124 and := NewAnd(qs, fix1, fix2)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/apply-refact-0.9.3.0/src/Refact/
H A DFixity.hs64 mkOpAppRn fs loc e1@(GHC.L _ (GHC.OpApp x1 e11 op1 e12)) op2 fix2 e2
70 new_e <- mkOpAppRn fs loc' e12 op2 fix2 e2
77 (nofix_error, associate_right) = GHC.compareFixity fix1 fix2
81 mkOpAppRn fs loc e1@(GHC.L _ (GHC.NegApp _ neg_arg neg_name)) op2 fix2 e2
88 new_e <- mkOpAppRn fs loc' neg_arg op2 fix2 e2
101 (nofix_error, associate_right) = GHC.compareFixity GHC.negateFixity fix2
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/testing/example_scripts/fixtures/fill_fixtures/
H A Dtest_detect_recursive_dependency_error.py5 def fix1(fix2): argument
10 def fix2(fix1): function
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/example_scripts/fixtures/fill_fixtures/
H A Dtest_detect_recursive_dependency_error.py5 def fix1(fix2): argument
10 def fix2(fix1): function
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/example_scripts/fixtures/fill_fixtures/
H A Dtest_detect_recursive_dependency_error.py5 def fix1(fix2): argument
10 def fix2(fix1): function
/dports/devel/py-pytest/pytest-4.6.11/testing/example_scripts/fixtures/fill_fixtures/
H A Dtest_detect_recursive_dependency_error.py6 def fix1(fix2): argument
11 def fix2(fix1): function
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DSide_of_bounded_square_2.h340 FT fix2; in predicate() local
358 fix2 = (*top_p + *bot_p + *rgt_p - *lft_p)/two; in predicate()
362 top_p = &fix2; in predicate()
383 fix2 = *bot_p + *rgt_p - *lft_p; in predicate()
384 top_p = &fix2; in predicate()
403 fix2 = (*lft_p + *rgt_p - *top_p + *bot_p)/two; in predicate()
406 << fix2 << std::endl;); in predicate()
410 lft_p = &fix2; in predicate()
431 fix2 = *rgt_p - *top_p + *bot_p; in predicate()
432 lft_p = &fix2; in predicate()
/dports/math/arb/arb-2.21.1/arf/test/
H A Dt-set_round_uiui.c27 slong prec, fix1, fix2; in main() local
67 ret2 = _arf_set_round_uiui(y, &fix2, t[1], t[0], sgnbit, prec, rnd); in main()
68 fmpz_set_si(ARF_EXPREF(y), 2 * FLINT_BITS + fix2); in main()
/dports/lang/ghc/ghc-8.10.7/compiler/rename/
H A DRnTypes.hs1098 = do { fix2 <- lookupTyFixityRn op2
1101 (unLoc op2) fix2 ty21 ty22 loc2 }
1117 mk2 op2 fix2 ty21 ty22 loc2
1138 = do precParseErr (get_op op1,fix1) (get_op op2,fix2)
1139 return (OpApp fix2 e1 op2 e2)
1142 new_e <- mkOpAppRn e12 op2 fix2 e2
1153 return (OpApp fix2 e1 op2 e2)
1156 = do new_e <- mkOpAppRn neg_arg op2 fix2 e2
1206 right_op_ok fix1 (OpApp fix2 _ _ _)
1236 op2 fix2 a2
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/regalloc/src/
H A Dbt_spillslot_allocator.rs79 fix2: RangeFragIx, in cmp_tree_entries_for_SpillSlotAllocator()
82 cmp_range_frags(&frag_env[fix1], &frag_env[fix2]) in cmp_tree_entries_for_SpillSlotAllocator()
143 Some(&|fix1, fix2| cmp_tree_entries_for_SpillSlotAllocator(fix1, fix2, frag_env)), in ssal_add_if_possible()
/dports/lang/ghc/ghc-8.10.7/libraries/base/tests/
H A DlazySTexamples.hs26 fix2 :: (a -> a) -> a
27 fix2 f = L.runST $ do function
105 print $ fix2 fact 6
/dports/math/polymake/polymake-4.5/apps/matroid/src/
H A Dsums.cc118 …(drop_shift(select_k(sets2, e2), e2), n1), operations::fix2<Int, operations::add>(operations::fix2 in split_flacets()
168 …truct_unary2_with_arg<pm::SelectedSubset, operations::fix2<Int, operations::ne> >(operations::fix2 in split_flacets()
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-releasenotes-merging.t126 $ touch fix2
132 > this is fix2.
142 * this is fix2.
159 * this is fix2.
/dports/lang/cocor/cocor-1.7_3/taste/
H A Dtaste.atg97 int fix, fix2, loopstart; .)
109 [ "ELSE" (. fix2 = pc + 1; Emit2(JMP, 0);
110 Fixup(fix); fix = fix2; .)
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/test/
H A Dbeamptied6.inp424 *NSET,NSET=fix2
448 fix2,1
451 fix2,2
454 fix2,3
472 fix2,3,3,-0.05

12345678