Home
last modified time | relevance | path

Searched refs:prop_compare (Results 1 – 14 of 14) sorted by relevance

/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/brick-0.62/tests/
H A DMain.hs59 prop_compare :: I -> I -> Bool
60 prop_compare l r = compare l r == compare (lower l) (lower r) function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/brick-0.62/tests/
H A DMain.hs59 prop_compare :: I -> I -> Bool
60 prop_compare l r = compare l r == compare (lower l) (lower r) function
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/brick-0.62/tests/
H A DMain.hs59 prop_compare :: I -> I -> Bool
60 prop_compare l r = compare l r == compare (lower l) (lower r) function
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/brick-0.55/tests/
H A DMain.hs59 prop_compare :: I -> I -> Bool
60 prop_compare l r = compare l r == compare (lower l) (lower r) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/fingertree-0.1.4.2/tests/
H A Dft-properties.hs33 , testProperty "compare" prop_compare
108 prop_compare :: Seq OrdA -> Seq OrdA -> Bool
109 prop_compare xs ys =
/dports/games/scummvm/scummvm-2.5.1/engines/glk/adrift/
H A Dscprops.cpp159 static int prop_compare(const void *string1, const void *string2) { in prop_compare() function
185 sizeof(bundle->dictionary[0]), prop_compare); in prop_dictionary_lookup()
204 sizeof(bundle->dictionary[0]), prop_compare); in prop_dictionary_lookup()
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/fingertree-0.1.4.2/tests/
H A Dft-properties.hs33 , testProperty "compare" prop_compare
108 prop_compare :: Seq OrdA -> Seq OrdA -> Bool
109 prop_compare xs ys =
/dports/games/scare/scare-1.3.10/source/
H A Dscprops.c175 prop_compare (const void *string1, const void *string2) in prop_compare() function
205 sizeof (bundle->dictionary[0]), prop_compare); in prop_dictionary_lookup()
224 sizeof (bundle->dictionary[0]), prop_compare); in prop_dictionary_lookup()
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/data-dword-0.3.2/tests/
H A DTests.hs57 , testGroup "Ord" [ testProperty "compare" $ prop_compare t ]
153 prop_compare = propBinary' compare compare function
/dports/games/tads/tads-3.0.8/tads3/
H A Dvmimgrb.cpp806 static int prop_compare(const void *p1, const void *p2) in prop_compare() function
892 qsort(props, prop_cnt, 7, &prop_compare); in rebuild_image()
H A Dtct3img.cpp1945 static int prop_compare(const void *p1, const void *p2) in prop_compare() function
2036 qsort(sort_buf_, prop_cnt, TCT3_TADSOBJ_PROP_SIZE, &prop_compare); in sort_object_prop_table()
/dports/lang/elm/compiler-0.19.1/_cabal_deps/containers-0.5.11.0/tests/
H A Dseq-properties.hs62 , testProperty "compare" prop_compare
337 prop_compare :: Seq OrdA -> Seq OrdA -> Bool
338 prop_compare xs ys =
/dports/lang/ghc/ghc-8.10.7/libraries/containers/containers-tests/tests/
H A Dseq-properties.hs65 , testProperty "compare" prop_compare
364 prop_compare :: Seq OrdA -> Seq OrdA -> Bool
365 prop_compare xs ys =
/dports/devel/libical/libical-3.0.8/src/libical/
H A Dicalcomponent.c2525 static int prop_compare(void *a, void *b) in prop_compare() function
2712 pvl_insert_ordered(sorted_props, prop_compare, prop); in icalcomponent_normalize()