Home
last modified time | relevance | path

Searched defs:decimal (Results 151 – 175 of 4726) sorted by relevance

12345678910>>...190

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/Locale/bcp47u/
H A DSymbolsTests.java86 public void test_DecimalFormatSymbols(Locale locale, char decimal, char grouping) { in test_DecimalFormatSymbols()
88 assertEquals(dfs.getDecimalSeparator(), decimal); in test_DecimalFormatSymbols() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/Locale/bcp47u/
H A DSymbolsTests.java86 public void test_DecimalFormatSymbols(Locale locale, char decimal, char grouping) { in test_DecimalFormatSymbols()
88 assertEquals(dfs.getDecimalSeparator(), decimal); in test_DecimalFormatSymbols() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/Locale/bcp47u/
H A DSymbolsTests.java86 public void test_DecimalFormatSymbols(Locale locale, char decimal, char grouping) { in test_DecimalFormatSymbols()
88 assertEquals(dfs.getDecimalSeparator(), decimal); in test_DecimalFormatSymbols() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/Locale/bcp47u/
H A DSymbolsTests.java86 public void test_DecimalFormatSymbols(Locale locale, char decimal, char grouping) { in test_DecimalFormatSymbols()
88 assertEquals(dfs.getDecimalSeparator(), decimal); in test_DecimalFormatSymbols() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/Locale/bcp47u/
H A DSymbolsTests.java86 public void test_DecimalFormatSymbols(Locale locale, char decimal, char grouping) { in test_DecimalFormatSymbols()
88 assertEquals(dfs.getDecimalSeparator(), decimal); in test_DecimalFormatSymbols() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/Locale/bcp47u/
H A DSymbolsTests.java86 public void test_DecimalFormatSymbols(Locale locale, char decimal, char grouping) { in test_DecimalFormatSymbols()
88 assertEquals(dfs.getDecimalSeparator(), decimal); in test_DecimalFormatSymbols() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/Locale/bcp47u/
H A DSymbolsTests.java86 public void test_DecimalFormatSymbols(Locale locale, char decimal, char grouping) { in test_DecimalFormatSymbols()
88 assertEquals(dfs.getDecimalSeparator(), decimal); in test_DecimalFormatSymbols() local
/dports/math/universal/universal-3.48/include/universal/number/decimal/
H A Ddecimal_impl.hpp43 class decimal : public std::vector<uint8_t> { class
49 decimal() { setzero(); } in decimal() function in sw::universal::decimal
58 decimal(char initial_value) { *this = initial_value; } in decimal() function in sw::universal::decimal
59 decimal(short initial_value) { *this = initial_value; } in decimal() function in sw::universal::decimal
60 decimal(int initial_value) { *this = initial_value; } in decimal() function in sw::universal::decimal
61 decimal(long initial_value) { *this = initial_value; } in decimal() function in sw::universal::decimal
62 decimal(long long initial_value) { *this = initial_value; } in decimal() function in sw::universal::decimal
63 decimal(unsigned char initial_value) { *this = initial_value; } in decimal() function in sw::universal::decimal
64 decimal(unsigned short initial_value) { *this = initial_value; } in decimal() function in sw::universal::decimal
65 decimal(unsigned int initial_value) { *this = initial_value; } in decimal() function in sw::universal::decimal
[all …]
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_decimal.py502 decimal = C variable in CIBMTestCases
504 decimal = P variable in PyIBMTestCases
852 decimal = C variable in CExplicitConstructionTest
854 decimal = P variable in PyExplicitConstructionTest
934 decimal = C variable in CImplicitConstructionTest
936 decimal = P variable in PyImplicitConstructionTest
1216 decimal = C variable in CFormatTest
1218 decimal = P variable in PyFormatTest
1516 decimal = C variable in CArithmeticOperatorsTest
1518 decimal = P variable in PyArithmeticOperatorsTest
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_decimal.py502 decimal = C variable in CIBMTestCases
504 decimal = P variable in PyIBMTestCases
852 decimal = C variable in CExplicitConstructionTest
854 decimal = P variable in PyExplicitConstructionTest
934 decimal = C variable in CImplicitConstructionTest
936 decimal = P variable in PyImplicitConstructionTest
1216 decimal = C variable in CFormatTest
1218 decimal = P variable in PyFormatTest
1516 decimal = C variable in CArithmeticOperatorsTest
1518 decimal = P variable in PyArithmeticOperatorsTest
[all …]
/dports/math/spar/spar-0.5.10/lib/io/
H A Dwrite_value.c132 sl_write_value_with_precision (double n, int integer, int decimal) in sl_write_value_with_precision()
151 sl_writeln_value_with_precision (double n, int integer, int decimal) in sl_writeln_value_with_precision()
172 int integer, int decimal) in sl_write_value_with_label_and_precision()
191 int integer, int decimal) in sl_writeln_value_with_label_and_precision()
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/util/
H A D_testing.py91 decimal=7): argument
148 def _assert_series_equal(left_s, right_s, ignore_index=False, decimal=7): argument
161 decimal=7): argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Linq/Parallel/QueryOperators/Inlined/
H A DNullableDecimalSumAggregationOperator.cs65 protected override QueryOperatorEnumerator<decimal?,int> CreateEnumerator<TKey>( in CreateEnumerator()
84 …internal NullableDecimalSumAggregationOperatorEnumerator(QueryOperatorEnumerator<decimal?, TKey> s… in NullableDecimalSumAggregationOperatorEnumerator()
H A DDecimalSumAggregationOperator.cs68 protected override QueryOperatorEnumerator<decimal, int> CreateEnumerator<TKey>( in CreateEnumerator()
87 …internal DecimalSumAggregationOperatorEnumerator(QueryOperatorEnumerator<decimal, TKey> source, in… in DecimalSumAggregationOperatorEnumerator()
H A DNullableDecimalMinMaxAggregationOperator.cs93 protected override QueryOperatorEnumerator<decimal?, int> CreateEnumerator<TKey>( in CreateEnumerator()
113 …internal NullableDecimalMinMaxAggregationOperatorEnumerator(QueryOperatorEnumerator<decimal?, TKey… in NullableDecimalMinMaxAggregationOperatorEnumerator()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/
H A DNullableDecimalSumAggregationOperator.cs61 protected override QueryOperatorEnumerator<decimal?, int> CreateEnumerator<TKey>( in CreateEnumerator()
80 …internal NullableDecimalSumAggregationOperatorEnumerator(QueryOperatorEnumerator<decimal?, TKey> s… in NullableDecimalSumAggregationOperatorEnumerator()
H A DDecimalSumAggregationOperator.cs61 protected override QueryOperatorEnumerator<decimal, int> CreateEnumerator<TKey>( in CreateEnumerator()
80 …internal DecimalSumAggregationOperatorEnumerator(QueryOperatorEnumerator<decimal, TKey> source, in… in DecimalSumAggregationOperatorEnumerator()
H A DNullableDecimalMinMaxAggregationOperator.cs90 protected override QueryOperatorEnumerator<decimal?, int> CreateEnumerator<TKey>( in CreateEnumerator()
110 …internal NullableDecimalMinMaxAggregationOperatorEnumerator(QueryOperatorEnumerator<decimal?, TKey… in NullableDecimalMinMaxAggregationOperatorEnumerator()
/dports/games/gtkradiant/GPL/GtkRadiant/libs/stream/
H A Dtextstream.h40 inline char* write_unsigned_nonzero_decimal_backward(char* ptr, unsigned int decimal) in write_unsigned_nonzero_decimal_backward()
49 inline char* write_signed_nonzero_decimal_backward(char* ptr, int decimal, bool show_positive) in write_signed_nonzero_decimal_backward()
64 …inline char* write_unsigned_nonzero_decimal_backward(char* ptr, unsigned int decimal, bool show_po… in write_unsigned_nonzero_decimal_backward()
74 inline char* write_signed_decimal_backward(char* ptr, int decimal, bool show_positive) in write_signed_decimal_backward()
87 inline char* write_unsigned_decimal_backward(char* ptr, unsigned int decimal, bool show_positive) in write_unsigned_decimal_backward()
282 inline TextOutputStreamType& ostream_write(TextOutputStreamType& ostream, const Decimal& decimal) in ostream_write()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/src/
H A Dfrom_chars.cpp31 struct decimal { struct
32 uint32_t num_digits;
33 int32_t decimal_point;
34 bool negative;
35 bool truncated;
36 uint8_t digits[max_digits];
/dports/textproc/ibus-typing-booster/ibus-typing-booster-2.15.11/data/
H A Demojione.json1 …"output":"1f600","default_matches":["1f600"],"greedy_matches":["1f600"],"decimal":""},"keywords":[… string
/dports/net-im/ruqola/ruqola-1.6.1/src/core/emoticons/
H A Demoji.json1 …children":[],"code_points":{"base":"2764","fully_qualified":"2764-fe0f","decimal":"","diversity_pa… string
/dports/games/frogatto/frogatto-1.3.1/src/
H A Ddecimal.hpp15 class decimal class
22 decimal() : value_(0) {} in decimal() function in decimal
23 explicit decimal(int value) : value_(int64_t(value)*DECIMAL_PRECISION) {} in decimal() function in decimal
25 explicit decimal(double value) : value_(llround(value*DECIMAL_PRECISION)) {} in decimal() function in decimal
27 explicit decimal(double value) : value_(int64_t(value*DECIMAL_PRECISION)) {} in decimal() function in decimal
/dports/math/py-bottleneck/Bottleneck-1.3.2/bottleneck/tests/
H A Dreduce_test.py20 def unit_maker(func, decimal=5, skip_dtype=("nansum", "ss")): argument
87 def unit_maker_argparse(func, decimal=5): argument
/dports/security/gcr/gcr-3.40.0/egg/
H A Dtest-decimal.c33 const gchar *decimal; member
106 gchar *decimal; in main() local

12345678910>>...190