Home
last modified time | relevance | path

Searched defs:out_scale (Results 1 – 25 of 68) sorted by relevance

123

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/gandiva/precompiled/
H A Ddecimal_ops.cc70 int32_t out_scale) { in AddLargePositive()
103 int32_t out_scale) { in AddLargeNegative()
212 int32_t out_precision, int32_t out_scale) { in Add()
234 int32_t out_precision, int32_t out_scale) { in Subtract()
242 int32_t out_scale, in MultiplyMaxPrecisionNoScaleDown()
264 int32_t out_scale, in MultiplyMaxPrecisionAndScaleDown()
321 int32_t out_scale, bool* overflow) { in MultiplyMaxPrecision()
352 int32_t out_scale, bool* overflow) { in Divide()
397 int32_t out_scale, bool* overflow) { in Mod()
564 int32_t out_scale, RoundType type) { in ComputeRoundingDelta()
[all …]
H A Ddecimal_wrapper.cc27 int32_t out_precision, int32_t out_scale, in add_large_decimal128_decimal128()
41 int32_t out_precision, int32_t out_scale, in multiply_decimal128_decimal128()
58 int32_t out_precision, int32_t out_scale, in divide_decimal128_decimal128()
75 int32_t out_precision, int32_t out_scale, in mod_decimal128_decimal128()
101 int32_t out_precision, int32_t out_scale, int64_t* out_high, in abs_decimal128()
111 int32_t out_precision, int32_t out_scale, int64_t* out_high, in ceil_decimal128()
123 int32_t x_scale, int32_t out_precision, int32_t out_scale, in floor_decimal128()
135 int32_t x_scale, int32_t out_precision, int32_t out_scale, in round_decimal128()
161 int32_t x_scale, int32_t out_precision, int32_t out_scale, in truncate_decimal128()
174 int32_t out_precision, int32_t out_scale, in truncate_decimal128_int32()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/gandiva/precompiled/
H A Ddecimal_ops.cc70 int32_t out_scale) { in AddLargePositive()
103 int32_t out_scale) { in AddLargeNegative()
212 int32_t out_precision, int32_t out_scale) { in Add()
234 int32_t out_precision, int32_t out_scale) { in Subtract()
242 int32_t out_scale, in MultiplyMaxPrecisionNoScaleDown()
264 int32_t out_scale, in MultiplyMaxPrecisionAndScaleDown()
321 int32_t out_scale, bool* overflow) { in MultiplyMaxPrecision()
352 int32_t out_scale, bool* overflow) { in Divide()
397 int32_t out_scale, bool* overflow) { in Mod()
564 int32_t out_scale, RoundType type) { in ComputeRoundingDelta()
[all …]
H A Ddecimal_wrapper.cc27 int32_t out_precision, int32_t out_scale, in add_large_decimal128_decimal128()
41 int32_t out_precision, int32_t out_scale, in multiply_decimal128_decimal128()
58 int32_t out_precision, int32_t out_scale, in divide_decimal128_decimal128()
75 int32_t out_precision, int32_t out_scale, in mod_decimal128_decimal128()
101 int32_t out_precision, int32_t out_scale, int64_t* out_high, in abs_decimal128()
111 int32_t out_precision, int32_t out_scale, int64_t* out_high, in ceil_decimal128()
123 int32_t x_scale, int32_t out_precision, int32_t out_scale, in floor_decimal128()
135 int32_t x_scale, int32_t out_precision, int32_t out_scale, in round_decimal128()
161 int32_t x_scale, int32_t out_precision, int32_t out_scale, in truncate_decimal128()
174 int32_t out_precision, int32_t out_scale, in truncate_decimal128_int32()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/gandiva/precompiled/
H A Ddecimal_ops.cc70 int32_t out_scale) { in AddLargePositive()
103 int32_t out_scale) { in AddLargeNegative()
212 int32_t out_precision, int32_t out_scale) { in Add()
234 int32_t out_precision, int32_t out_scale) { in Subtract()
242 int32_t out_scale, in MultiplyMaxPrecisionNoScaleDown()
264 int32_t out_scale, in MultiplyMaxPrecisionAndScaleDown()
321 int32_t out_scale, bool* overflow) { in MultiplyMaxPrecision()
352 int32_t out_scale, bool* overflow) { in Divide()
397 int32_t out_scale, bool* overflow) { in Mod()
564 int32_t out_scale, RoundType type) { in ComputeRoundingDelta()
[all …]
H A Ddecimal_wrapper.cc27 int32_t out_precision, int32_t out_scale, in add_large_decimal128_decimal128()
41 int32_t out_precision, int32_t out_scale, in multiply_decimal128_decimal128()
58 int32_t out_precision, int32_t out_scale, in divide_decimal128_decimal128()
75 int32_t out_precision, int32_t out_scale, in mod_decimal128_decimal128()
101 int32_t out_precision, int32_t out_scale, int64_t* out_high, in abs_decimal128()
111 int32_t out_precision, int32_t out_scale, int64_t* out_high, in ceil_decimal128()
123 int32_t x_scale, int32_t out_precision, int32_t out_scale, in floor_decimal128()
135 int32_t x_scale, int32_t out_precision, int32_t out_scale, in round_decimal128()
161 int32_t x_scale, int32_t out_precision, int32_t out_scale, in truncate_decimal128()
174 int32_t out_precision, int32_t out_scale, in truncate_decimal128_int32()
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/relay/
H A Dtest_pass_fold_scale_axis.py256 def before(x, conv_weight, out_bias, out_scale, channels): argument
268 def expected(x, conv_weight, out_bias, out_scale, channels): argument
307 def before(x, conv_weight, out_bias, out_scale, channels): argument
323 def expected(x, conv_weight, out_bias, out_scale, channels): argument
365 def before(x, conv_weight, out_bias, out_scale, channels): argument
438 def fail1(x, conv_weight, out_bias, out_scale, channels): argument
458 def fail2(x, conv_weight, out_bias, out_scale, channels): argument
488 def before(x, conv_weight, out_scale, channels): argument
498 def check(shape, channels, out_scale): argument
515 def before(x, conv_weight, out_scale, channels): argument
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/relay/
H A Dtest_pass_fold_scale_axis.py256 def before(x, conv_weight, out_bias, out_scale, channels): argument
268 def expected(x, conv_weight, out_bias, out_scale, channels): argument
307 def before(x, conv_weight, out_bias, out_scale, channels): argument
323 def expected(x, conv_weight, out_bias, out_scale, channels): argument
365 def before(x, conv_weight, out_bias, out_scale, channels): argument
438 def fail1(x, conv_weight, out_bias, out_scale, channels): argument
458 def fail2(x, conv_weight, out_bias, out_scale, channels): argument
488 def before(x, conv_weight, out_scale, channels): argument
498 def check(shape, channels, out_scale): argument
515 def before(x, conv_weight, out_scale, channels): argument
[all …]
/dports/net-mgmt/observium/observium/html/includes/graphs/
H A Dgeneric_duplex.inc.php33 $out_scale = 1; variable
37 $out_scale = -1; variable
H A Dgeneric_data.inc.php69 $out_scale = 1; variable
71 $out_scale = -1; variable
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/relay/
H A Dtest_pass_fold_scale_axis.py381 def before(x, conv_weight, out_bias, out_scale, in_channels, channels, blocking): argument
403 def expected(x, conv_weight, out_bias, out_scale, in_channels, channels, blocking): argument
467 def before(x, conv_weight, out_bias, out_scale, in_channels, channels, blocking): argument
493 def expected(x, conv_weight, out_bias, out_scale, in_channels, channels, blocking): argument
562 def before(x, conv_weight, out_bias, out_scale, in_channels, channels, blocking): argument
682 def fail1(x, conv_weight, out_bias, out_scale, in_channels, channels, blocking): argument
711 def fail2(x, conv_weight, out_bias, out_scale, in_channels, channels, blocking): argument
753 def before(x, conv_weight, out_scale, channels, blocking): argument
767 def check(shape, channels, blocking, out_scale): argument
792 def before(x, conv_weight, out_scale, channels, blocking): argument
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/nnvm/tests/python/compiler/
H A Dtest_fold_axis.py27 def before(x, conv_weight, conv_bias, in_scale, out_scale, channels): argument
38 def expected(x, conv_weight, conv_bias, in_scale, out_scale, channels): argument
72 def before(x, conv_weight, conv_bias, in_scale, out_scale, channels): argument
84 def expected(x, conv_weight, conv_bias, in_scale, out_scale, channels): argument
/dports/misc/py-tvm/incubator-tvm-0.6.1/nnvm/tests/python/compiler/
H A Dtest_fold_axis.py27 def before(x, conv_weight, conv_bias, in_scale, out_scale, channels): argument
38 def expected(x, conv_weight, conv_bias, in_scale, out_scale, channels): argument
72 def before(x, conv_weight, conv_bias, in_scale, out_scale, channels): argument
84 def expected(x, conv_weight, conv_bias, in_scale, out_scale, channels): argument
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/video/
H A Dviewport.cpp46 Rect& out_viewport, Vector& out_scale) in apply_pixel_aspect_ratio_post()
117 Vector& out_scale, in calculate_viewport()
/dports/science/py-dlib/dlib-19.22/dlib/cuda/
H A Dcudnn_dlibapi.cpp366 const float out_scale = 0; in batch_normalize_inference() local
426 const float out_scale = 0; in batch_normalize() local
486 const float out_scale = 1; in batch_normalize_gradient() local
555 const float out_scale = 0; in batch_normalize_conv_inference() local
616 const float out_scale = 0; in batch_normalize_conv() local
674 const float out_scale = 1; in batch_normalize_conv_gradient() local
/dports/science/dlib-cpp/dlib-19.22/dlib/cuda/
H A Dcudnn_dlibapi.cpp366 const float out_scale = 0; in batch_normalize_inference() local
426 const float out_scale = 0; in batch_normalize() local
486 const float out_scale = 1; in batch_normalize_gradient() local
555 const float out_scale = 0; in batch_normalize_conv_inference() local
616 const float out_scale = 0; in batch_normalize_conv() local
674 const float out_scale = 1; in batch_normalize_conv_gradient() local
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/dblib/unittests/
H A Dnumeric.c41 …nd_type, const char *bind_name, int override_prec, int override_scale, int out_prec, int out_scale) in test()
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/dblib/unittests/
H A Dnumeric.c39 …onst char *bind_name, int override_prec, int override_scale, int out_prec, int out_scale, int line) in test()
/dports/databases/freetds/freetds-1.3.4/src/dblib/unittests/
H A Dnumeric.c39 …onst char *bind_name, int override_prec, int override_scale, int out_prec, int out_scale, int line) in test()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/dblib/unittests/
H A Dnumeric.c41 …onst char *bind_name, int override_prec, int override_scale, int out_prec, int out_scale, int line) in test()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dunits_utility.cpp180 double convert_volume( int volume, int *out_scale ) in convert_volume()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dunits_utility.cpp180 double convert_volume( int volume, int *out_scale ) in convert_volume()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/quantization/mkldnn/
H A Dmkldnn_quantized_concat.cc61 auto out_scale = GetScale(out_data[quantized_concat_enum::kOut], output_neg_min, output_pos_max); in MKLDNNQuantizedConcatForward() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/quantization/mkldnn/
H A Dmkldnn_quantized_concat.cc61 auto out_scale = GetScale(out_data[quantized_concat_enum::kOut], output_neg_min, output_pos_max); in MKLDNNQuantizedConcatForward() local
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/kernels/
H A Dscalar_cast_numeric.cc416 const auto out_scale = out_type.scale(); in Exec() local
520 const auto out_scale = out_type.scale(); in Exec() local
571 const auto out_scale = out_type.scale(); in Exec() local

123