/aosp_15_r20/external/python/cpython2/Lib/test/decimaltestdata/ |
D | exp.decTest | 2 -- exp.decTest -- decimal natural exponentiation -- 32 expx001 exp -Infinity -> 0 33 expx002 exp -10 -> 0.0000453999298 Inexact Rounded 34 expx003 exp -1 -> 0.367879441 Inexact Rounded 35 expx004 exp 0 -> 1 36 expx005 exp -0 -> 1 37 expx006 exp 1 -> 2.71828183 Inexact Rounded 38 expx007 exp 0.693147181 -> 2.00000000 Inexact Rounded 39 expx008 exp 10 -> 22026.4658 Inexact Rounded 40 expx009 exp +Infinity -> Infinity [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/decimaltestdata/ |
D | exp.decTest | 2 -- exp.decTest -- decimal natural exponentiation -- 32 expx001 exp -Infinity -> 0 33 expx002 exp -10 -> 0.0000453999298 Inexact Rounded 34 expx003 exp -1 -> 0.367879441 Inexact Rounded 35 expx004 exp 0 -> 1 36 expx005 exp -0 -> 1 37 expx006 exp 1 -> 2.71828183 Inexact Rounded 38 expx007 exp 0.693147181 -> 2.00000000 Inexact Rounded 39 expx008 exp 10 -> 22026.4658 Inexact Rounded 40 expx009 exp +Infinity -> Infinity [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/testdata/ |
D | cmpConst_test.go | 226 exp result // expected results 229 {idx: 0, exp: lt, fn: lt_0_uint64}, 230 {idx: 0, exp: le, fn: le_0_uint64}, 231 {idx: 0, exp: gt, fn: gt_0_uint64}, 232 {idx: 0, exp: ge, fn: ge_0_uint64}, 233 {idx: 0, exp: eq, fn: eq_0_uint64}, 234 {idx: 0, exp: ne, fn: ne_0_uint64}, 235 {idx: 1, exp: lt, fn: lt_1_uint64}, 236 {idx: 1, exp: le, fn: le_1_uint64}, 237 {idx: 1, exp: gt, fn: gt_1_uint64}, [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/lib/abi/ |
H A D | powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist | 1 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt12bad_any_cast4whatEv', 'storage_mappin… 2 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt12experimental15fundamentals_v112bad_an… 3 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt16nested_exception14rethrow_nestedEv', … 4 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt18bad_variant_access4whatEv', 'storage_… 5 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt19bad_optional_access4whatEv', 'storage… 6 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt3__110__time_put8__do_putEPcRS1_PK2tmcc… 7 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt3__110__time_put8__do_putEPwRS1_PK2tmcc… 8 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt3__110error_code7messageEv', 'storage_m… 9 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt3__112bad_weak_ptr4whatEv', 'storage_ma… 10 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt3__112ctype_bynameIcE10do_tolowerEPcPKc… [all …]
|
H A D | powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist | 1 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt12bad_any_cast4whatEv', 'storage_mappin… 2 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt12experimental15fundamentals_v112bad_an… 3 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt16nested_exception14rethrow_nestedEv', … 4 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt18bad_variant_access4whatEv', 'storage_… 5 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt19bad_optional_access4whatEv', 'storage… 6 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt3__110__time_put8__do_putEPcRS1_PK2tmcc… 7 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt3__110__time_put8__do_putEPwRS1_PK2tmcc… 8 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt3__110error_code7messageEv', 'storage_m… 9 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt3__112bad_weak_ptr4whatEv', 'storage_ma… 10 {'import_export': 'EXP', 'is_defined': True, 'name': '_ZNKSt3__112ctype_bynameIcE10do_tolowerEPcPKc… [all …]
|
/aosp_15_r20/external/libnl/lib/netfilter/ |
H A D | exp_obj.c | 19 #include <netlink/netfilter/exp.h> 66 struct nfnl_exp *exp = (struct nfnl_exp *) c; in exp_free_data() local 68 if (exp == NULL) in exp_free_data() 71 nl_addr_put(exp->exp_expect.src); in exp_free_data() 72 nl_addr_put(exp->exp_expect.dst); in exp_free_data() 73 nl_addr_put(exp->exp_master.src); in exp_free_data() 74 nl_addr_put(exp->exp_master.dst); in exp_free_data() 75 nl_addr_put(exp->exp_mask.src); in exp_free_data() 76 nl_addr_put(exp->exp_mask.dst); in exp_free_data() 77 nl_addr_put(exp->exp_nat.src); in exp_free_data() [all …]
|
H A D | exp.c | 12 * @defgroup exp Expectation 25 #include <netlink/netfilter/exp.h> 76 static int exp_parse_ip(struct nfnl_exp *exp, int tuple, struct nlattr *attr) in exp_parse_ip() argument 90 err = nfnl_exp_set_src(exp, tuple, addr); in exp_parse_ip() 99 err = nfnl_exp_set_dst(exp, tuple, addr); in exp_parse_ip() 108 err = nfnl_exp_set_src(exp, tuple, addr); in exp_parse_ip() 117 err = nfnl_exp_set_dst(exp, tuple, addr); in exp_parse_ip() 131 static int exp_parse_proto(struct nfnl_exp *exp, int tuple, struct nlattr *attr) in exp_parse_proto() argument 143 nfnl_exp_set_l4protonum(exp, tuple, nla_get_u8(tb[CTA_PROTO_NUM])); in exp_parse_proto() 150 nfnl_exp_set_ports(exp, tuple, srcport, dstport); in exp_parse_proto() [all …]
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/ |
H A D | KMDecoder.java | 75 public short decodeArray(short exp, byte[] buffer, short startOff, short length) { in decodeArray() argument 80 short expLength = KMArray.cast(exp).length(); in decodeArray() 89 type = KMArray.cast(exp).get(index); in decodeArray() 97 private short decode(short exp) { in decode() argument 98 byte type = KMType.getType(exp); in decode() 101 return decodeByteBlob(exp); in decode() 103 return decodeTstr(exp); in decode() 105 return decodeInteger(exp); in decode() 107 return decodeSimpleValue(exp); in decode() 109 return decodeSemanticTagValue(exp); in decode() [all …]
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/ |
H A D | KMDecoder.java | 75 public short decodeArray(short exp, byte[] buffer, short startOff, short length) { in decodeArray() argument 80 short expLength = KMArray.cast(exp).length(); in decodeArray() 89 type = KMArray.cast(exp).get(index); in decodeArray() 97 private short decode(short exp) { in decode() argument 98 byte type = KMType.getType(exp); in decode() 101 return decodeByteBlob(exp); in decode() 103 return decodeTstr(exp); in decode() 105 return decodeInteger(exp); in decode() 107 return decodeSimpleValue(exp); in decode() 109 return decodeSemanticTagValue(exp); in decode() [all …]
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/resources/com/ibm/icu/dev/test/message2/ |
H A D | icu-test-functions.json | 4 "src": "Expires on {$exp}", 5 "exp": "Expires on 8/3/24, 9:43 PM" string 8 "src": "Expires on {$exp :datetime}", 9 "exp": "Expires on 8/3/24, 9:43 PM" string 12 "src": "Expires on {$exp :datetime icu:skeleton=yMMMMdjmsSSEE}", 13 "exp": "Expires on Sat, August 3, 2024 at 9:43:57.00 PM" string 16 "src": "Expires on {$exp :datetime dateStyle=full}", 17 "exp": "Expires on Saturday, August 3, 2024" string 20 "src": "Expires on {$exp :datetime dateStyle=long}", 21 "exp": "Expires on August 3, 2024" string [all …]
|
H A D | icu-test-previous-release.json | 4 "exp": "hello" string 8 "exp": "hello world" string 12 "exp": "hello " string 17 "exp": "hello world" string 21 "exp": "hello {$place}", string 27 "exp": "1.3 and 4.2" string 33 "exp": "1,3 et 4,2" string 37 "exp": "hello 4.2" string 42 "exp": "hello \u0664\u066B\u0662" string 46 "exp": "hello {|foo|}" string [all …]
|
H A D | test-functions.json | 3 { "src": "{:date}", "exp": "{:date}", "errorsJs": [{ "type": "bad-input" }] }, string 6 "exp": "{|horse|}", string 9 { "src": "{|2006-01-02| :date}", "exp": "1/2/06" }, string 10 { "src": "{|2006-01-02T15:04:06| :date}", "exp": "1/2/06" }, string 11 { "src": "{|2006-01-02| :date style=long}", "exp": "January 2, 2006" }, string 14 "exp": "January 2, 2006" string 19 "exp": "1/2/06" string 23 { "src": "{:time}", "exp": "{:time}", "errorsJs": [{ "type": "bad-input" }] }, string 26 "exp": "{|horse|}", string 29 { "src": "{|2006-01-02T15:04:06| :time}", "expJs": "3:04 PM", "exp": "3:04 PM" }, string [all …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/message2/ |
H A D | icu-test-functions.json | 4 "src": "Expires on {$exp}", 5 "exp": "Expires on 8/3/24, 9:43 PM" string 8 "src": "Expires on {$exp :datetime}", 9 "exp": "Expires on 8/3/24, 9:43 PM" string 12 "src": "Expires on {$exp :datetime icu:skeleton=yMMMMdjmsSSEE}", 13 "exp": "Expires on Sat, August 3, 2024 at 9:43:57.00 PM" string 16 "src": "Expires on {$exp :datetime dateStyle=full}", 17 "exp": "Expires on Saturday, August 3, 2024" string 20 "src": "Expires on {$exp :datetime dateStyle=long}", 21 "exp": "Expires on August 3, 2024" string [all …]
|
H A D | icu-test-previous-release.json | 4 "exp": "hello" string 8 "exp": "hello world" string 12 "exp": "hello " string 17 "exp": "hello world" string 21 "exp": "hello {$place}", string 27 "exp": "1.3 and 4.2" string 33 "exp": "1,3 et 4,2" string 37 "exp": "hello 4.2" string 42 "exp": "hello \u0664\u066B\u0662" string 46 "exp": "hello {|foo|}" string [all …]
|
H A D | test-functions.json | 3 { "src": "{:date}", "exp": "{:date}", "errorsJs": [{ "type": "bad-input" }] }, string 6 "exp": "{|horse|}", string 9 { "src": "{|2006-01-02| :date}", "exp": "1/2/06" }, string 10 { "src": "{|2006-01-02T15:04:06| :date}", "exp": "1/2/06" }, string 11 { "src": "{|2006-01-02| :date style=long}", "exp": "January 2, 2006" }, string 14 "exp": "January 2, 2006" string 19 "exp": "1/2/06" string 23 { "src": "{:time}", "exp": "{:time}", "errorsJs": [{ "type": "bad-input" }] }, string 26 "exp": "{|horse|}", string 29 { "src": "{|2006-01-02T15:04:06| :time}", "expJs": "3:04 PM", "exp": "3:04 PM" }, string [all …]
|
/aosp_15_r20/external/libnl/src/lib/ |
H A D | exp.c | 17 #include <netlink/cli/exp.h> 21 struct nfnl_exp *exp; in nl_cli_exp_alloc() local 23 exp = nfnl_exp_alloc(); in nl_cli_exp_alloc() 24 if (!exp) in nl_cli_exp_alloc() 27 return exp; in nl_cli_exp_alloc() 35 void nl_cli_exp_parse_family(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_family() argument 44 nfnl_exp_set_family(exp, family); in nl_cli_exp_parse_family() 47 void nl_cli_exp_parse_timeout(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_timeout() argument 50 nfnl_exp_set_timeout(exp, timeout); in nl_cli_exp_parse_timeout() 53 void nl_cli_exp_parse_id(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_id() argument [all …]
|
/aosp_15_r20/external/libnetfilter_conntrack/src/expect/ |
H A D | api.c | 18 * \defgroup exp Expect object handling 30 struct nf_expect *exp; in nfexp_new() local 32 exp = malloc(sizeof(struct nf_expect)); in nfexp_new() 33 if (!exp) in nfexp_new() 36 memset(exp, 0, sizeof(struct nf_expect)); in nfexp_new() 38 return exp; in nfexp_new() 43 * \param exp pointer to the expectation object 45 void nfexp_destroy(struct nf_expect *exp) in nfexp_destroy() argument 47 assert(exp != NULL); in nfexp_destroy() 48 free(exp); in nfexp_destroy() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/strconv/ |
D | ftoa.go | 72 exp := int(bits>>flt.mantbits) & (1<<flt.expbits - 1) 75 switch exp { 91 exp++ 97 exp += flt.bias 101 return fmtB(dst, neg, mant, exp, flt) 104 return fmtX(dst, prec, fmt, neg, mant, exp, flt) 108 return bigFtoa(dst, prec, fmt, neg, mant, exp, flt) 119 ryuFtoaShortest(&digs, mant, exp-int(flt.mantbits), flt) 148 ryuFtoaFixed32(&digs, uint32(mant), exp-int(flt.mantbits), digits) 152 ryuFtoaFixed64(&digs, mant, exp-int(flt.mantbits), digits) [all …]
|
/aosp_15_r20/external/cldr/common/testData/messageFormat/ |
H A D | test-functions.json | 3 { "src": "{:date}", "exp": "{:date}", "errors": [{ "type": "bad-input" }] }, string 6 "exp": "{|horse|}", string 20 { "src": "{:time}", "exp": "{:time}", "errors": [{ "type": "bad-input" }] }, string 23 "exp": "{|horse|}", string 40 "exp": "{:datetime}", string 45 "exp": "{$x}", string 51 "exp": "{|horse|}", string 70 { "src": "hello {4.2 :integer}", "exp": "hello 4" }, string 71 { "src": "hello {-4.20 :integer}", "exp": "hello -4" }, string 72 { "src": "hello {0.42e+1 :integer}", "exp": "hello 4" }, string [all …]
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcMisc.cpp | 51 unsigned int exp; in floatToHalfFloat() local 57 exp = x & FLOAT_MAX_BIASED_EXP; in floatToHalfFloat() 58 if (exp >= HALF_FLOAT_MAX_BIASED_EXP_AS_SINGLE_FP_EXP) in floatToHalfFloat() 61 if (mantissa && (exp == FLOAT_MAX_BIASED_EXP)) in floatToHalfFloat() 74 else if (exp <= HALF_FLOAT_MIN_BIASED_EXP_AS_SINGLE_FP_EXP) in floatToHalfFloat() 77 exp = (HALF_FLOAT_MIN_BIASED_EXP_AS_SINGLE_FP_EXP - exp) >> 23; in floatToHalfFloat() 80 if (exp < 18) in floatToHalfFloat() 81 mantissa >>= (14 + exp); in floatToHalfFloat() 89 … hf = (((GLhalf)sign) << 15) | (GLhalf)((exp - HALF_FLOAT_MIN_BIASED_EXP_AS_SINGLE_FP_EXP) >> 13) | in floatToHalfFloat() 113 unsigned int exp; in floatToUnisgnedF11() local [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | Pow.cpp | 19 TORCH_META_FUNC2(pow, Tensor_Tensor) (const Tensor& base, const Tensor& exp) { in TORCH_META_FUNC2() 20 build_borrowing_binary_op(maybe_get_output(), base, exp); in TORCH_META_FUNC2() 23 TORCH_META_FUNC2(pow, Tensor_Scalar) (const Tensor& base, const Scalar& exp) { in TORCH_META_FUNC2() 26 exp.isIntegral(true) && exp.toLong() < 0), in TORCH_META_FUNC2() 29 auto common_dtype = at::result_type(base, exp); in TORCH_META_FUNC2() 33 TORCH_META_FUNC2(pow, Scalar) (const Scalar& base, const Tensor& exp) { in TORCH_META_FUNC2() 36 …ype = maybe_get_output().defined() ? maybe_get_output().scalar_type() : at::result_type(base, exp); in TORCH_META_FUNC2() 37 …set_output_raw_strided(0, exp.sizes(), {}, exp.options().dtype(dtype), exp.has_names() ? exp.names… in TORCH_META_FUNC2() 47 TORCH_IMPL_FUNC(pow_Tensor_Tensor_out) (const Tensor& base, const Tensor& exp, const Tensor& out) { in TORCH_IMPL_FUNC() 51 TORCH_IMPL_FUNC(pow_Tensor_Scalar_out) (const Tensor& base, const Scalar& exp, const Tensor& out) { in TORCH_IMPL_FUNC() [all …]
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
H A D | float_conversion.cc | 124 // Generates the decimal representation for an integer of the form `v * 2^exp`, 125 // where `v` and `exp` are both positive integers. 129 // Requires `0 <= exp` and `exp <= numeric_limits<MaxFloatType>::max_exponent`. 131 static constexpr size_t ChunksNeeded(int exp) { in ChunksNeeded() argument 132 // We will left shift a uint128 by `exp` bits, so we need `128+exp` total in ChunksNeeded() 135 return static_cast<size_t>((128 + exp + 31) / 32 * 11 / 10); in ChunksNeeded() 139 // Run the conversion for `v * 2^exp` and call `f(binary_to_decimal)`. 141 static void RunConversion(uint128 v, int exp, in RunConversion() argument 143 assert(exp > 0); in RunConversion() 144 assert(exp <= std::numeric_limits<MaxFloatType>::max_exponent); in RunConversion() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | float_conversion.cc | 124 // Generates the decimal representation for an integer of the form `v * 2^exp`, 125 // where `v` and `exp` are both positive integers. 129 // Requires `0 <= exp` and `exp <= numeric_limits<MaxFloatType>::max_exponent`. 131 static constexpr size_t ChunksNeeded(int exp) { in ChunksNeeded() argument 132 // We will left shift a uint128 by `exp` bits, so we need `128+exp` total in ChunksNeeded() 135 return static_cast<size_t>((128 + exp + 31) / 32 * 11 / 10); in ChunksNeeded() 139 // Run the conversion for `v * 2^exp` and call `f(binary_to_decimal)`. 141 static void RunConversion(uint128 v, int exp, in RunConversion() argument 143 assert(exp > 0); in RunConversion() 144 assert(exp <= std::numeric_limits<MaxFloatType>::max_exponent); in RunConversion() [all …]
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/ |
H A D | float_conversion.cc | 124 // Generates the decimal representation for an integer of the form `v * 2^exp`, 125 // where `v` and `exp` are both positive integers. 129 // Requires `0 <= exp` and `exp <= numeric_limits<MaxFloatType>::max_exponent`. 131 static constexpr size_t ChunksNeeded(int exp) { in ChunksNeeded() argument 132 // We will left shift a uint128 by `exp` bits, so we need `128+exp` total in ChunksNeeded() 135 return static_cast<size_t>((128 + exp + 31) / 32 * 11 / 10); in ChunksNeeded() 139 // Run the conversion for `v * 2^exp` and call `f(binary_to_decimal)`. 141 static void RunConversion(uint128 v, int exp, in RunConversion() argument 143 assert(exp > 0); in RunConversion() 144 assert(exp <= std::numeric_limits<MaxFloatType>::max_exponent); in RunConversion() [all …]
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/internal/str_format/ |
H A D | float_conversion.cc | 124 // Generates the decimal representation for an integer of the form `v * 2^exp`, 125 // where `v` and `exp` are both positive integers. 129 // Requires `0 <= exp` and `exp <= numeric_limits<MaxFloatType>::max_exponent`. 131 static constexpr size_t ChunksNeeded(int exp) { in ChunksNeeded() argument 132 // We will left shift a uint128 by `exp` bits, so we need `128+exp` total in ChunksNeeded() 135 return static_cast<size_t>((128 + exp + 31) / 32 * 11 / 10); in ChunksNeeded() 139 // Run the conversion for `v * 2^exp` and call `f(binary_to_decimal)`. 141 static void RunConversion(uint128 v, int exp, in RunConversion() argument 143 assert(exp > 0); in RunConversion() 144 assert(exp <= std::numeric_limits<MaxFloatType>::max_exponent); in RunConversion() [all …]
|