Home
last modified time | relevance | path

Searched refs:math_op (Results 1 – 25 of 39) sorted by relevance

12

/dports/cad/gerbv/gerbv-2.7.0/src/
H A Damacro.c81 math_op_prec(gerbv_opcodes_t math_op) in math_op_prec() argument
83 switch (math_op) { in math_op_prec()
105 #define MATH_OP_PUSH(val) math_op[math_op_idx++] = val
106 #define MATH_OP_POP math_op[--math_op_idx]
107 #define MATH_OP_TOP (math_op_idx > 0)?math_op[math_op_idx - 1]:GERBV_OPCODE_NOP
120 gerbv_opcodes_t math_op[MATH_OP_STACK_SIZE]; in parse_aperture_macro() local
129 memset(math_op, GERBV_OPCODE_NOP, sizeof(math_op)); in parse_aperture_macro()
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/shared/tests/
H A DMakefile5 …$(CC) -g -o prime_test prime_test.c ../math_op.c -I../ -I../../ -I../../headers/ -I../headers/ -Wa…
6 …$(CC) -g -o hash_test hash_test.c ../hash_op.c ../math_op.c -I../ -I../../ -I../../headers/ -I../h…
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/shared/tests/
H A DMakefile5 …$(CC) -g -o prime_test prime_test.c ../math_op.c -I../ -I../../ -I../../headers/ -I../headers/ -Wa…
6 …$(CC) -g -o hash_test hash_test.c ../hash_op.c ../math_op.c -I../ -I../../ -I../../headers/ -I../h…
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/shared/tests/
H A DMakefile5 …$(CC) -g -o prime_test prime_test.c ../math_op.c -I../ -I../../ -I../../headers/ -I../headers/ -Wa…
6 …$(CC) -g -o hash_test hash_test.c ../hash_op.c ../math_op.c -I../ -I../../ -I../../headers/ -I../h…
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/rust/arrow/src/compute/kernels/
H A Darithmetic.rs51 pub fn math_op<T, F>( in math_op() function
241 math_op(left, right, |a, b| Ok(a + b)) in add()
262 math_op(left, right, |a, b| Ok(a - b)) in subtract()
283 math_op(left, right, |a, b| Ok(a * b)) in multiply()
306 math_op(left, right, |a, b| { in divide()
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/frontend/tflite/
H A Dtest_forward.py565 def _test_elemwise(math_op, data, fused_activation_function=None, quantized=False): argument
579 out = math_op(inq_data[0], inq_data[1])
584 out = math_op(in_data[0], in_data[1])
596 … out = math_op(inq_data, ops.convert_to_tensor(inq_const, dtype='float32', name='inq_const'))
601 out = math_op(in_data[0], ops.convert_to_tensor(data[1], dtype=data[1].dtype))
714 def _test_reduce(math_op, data, keep_dims=None): argument
722 out = math_op(in_data, data[1], keep_dims)
725 def _test_reduce_quantize(math_op, data, keep_dims=None): argument
734 out = math_op(inq_data, data[1], keep_dims)
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/frontend/tflite/
H A Dtest_forward.py565 def _test_elemwise(math_op, data, fused_activation_function=None, quantized=False): argument
579 out = math_op(inq_data[0], inq_data[1])
584 out = math_op(in_data[0], in_data[1])
596 … out = math_op(inq_data, ops.convert_to_tensor(inq_const, dtype='float32', name='inq_const'))
601 out = math_op(in_data[0], ops.convert_to_tensor(data[1], dtype=data[1].dtype))
714 def _test_reduce(math_op, data, keep_dims=None): argument
722 out = math_op(in_data, data[1], keep_dims)
725 def _test_reduce_quantize(math_op, data, keep_dims=None): argument
734 out = math_op(inq_data, data[1], keep_dims)
/dports/audio/vo-amrwbenc/vo-amrwbenc-0.1.3/amrwbenc/inc/
H A Dlag_wind.tab24 | Special double precision format. See "math_op.c" |
/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/XEval/
H A DPrepare.pm385 if (exists($genTree->{math_op}))
389 if (($genTree->{math_op} eq 'perlish_substitution')
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/oss-fuzz/
H A Druby.proto170 required Mops math_op = 1; field
H A Dproto_to_ruby.cpp249 switch (x.math_op()) { in visit()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/oss-fuzz/
H A Druby.proto170 required Mops math_op = 1; field
H A Dproto_to_ruby.cpp249 switch (x.math_op()) { in visit()
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/oss-fuzz/
H A Druby.proto170 required Mops math_op = 1; field
H A Dproto_to_ruby.cpp249 switch (x.math_op()) { in visit()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/rust/arrow/benches/
H A Darithmetic_kernels.rs48 criterion::black_box(math_op(&arr_a, &arr_b, op).unwrap()); in bin_op_no_simd()
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/oss-fuzz/
H A Druby.proto170 required Mops math_op = 1; field
H A Dproto_to_ruby.cpp249 switch (x.math_op()) { in visit()
/dports/audio/vo-amrwbenc/vo-amrwbenc-0.1.3/
H A DMakefile.in145 $(ENC_SRC)/math_op.c $(ENC_SRC)/mem_align.c \
198 math_op.lo mem_align.lo oper_32b.lo p_med_ol.lo pit_shrp.lo \
420 $(ENC_SRC)/math_op.c $(ENC_SRC)/mem_align.c \
605 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/math_op.Plo@am__quote@
827 math_op.lo: $(ENC_SRC)/math_op.c
828 …LAGS) -MT math_op.lo -MD -MP -MF $(DEPDIR)/math_op.Tpo -c -o math_op.lo `test -f '$(ENC_SRC)/math_…
829 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/math_op.Tpo $(DEPDIR)/math_op.Plo
832 …LAGS) $(AM_CFLAGS) $(CFLAGS) -c -o math_op.lo `test -f '$(ENC_SRC)/math_op.c' || echo '$(srcdir)/'…
H A DMakefile.am53 $(ENC_SRC)/math_op.c \
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/arrow/src/compute/kernels/
H A Darithmetic.rs149 pub fn math_op<T, F>( in math_op() function
629 return math_op(left, right, |a, b| a + b); in add()
649 return math_op(left, right, |a, b| a - b); in subtract()
703 return math_op(left, right, |a, b| a * b); in multiply()
/dports/audio/vo-amrwbenc/vo-amrwbenc-0.1.3/amrwbenc/
H A DAndroid.mk32 src/math_op.c \
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/frontend/tflite/
H A Dtest_forward.py1357 def _test_unary_elemwise(math_op, data): argument
1362 out = math_op(in_data)
1543 math_op, argument
1593 out = math_op(inq_data[0], inq_data[1])
1610 out = math_op(
2035 def _test_reduce(math_op, data, keep_dims=None): argument
2043 out = math_op(in_data, data[1], keep_dims)
2047 def _test_reduce_quantize(math_op, data, keep_dims=None): argument
2061 out = math_op(inq_data, data[1], keep_dims)
2189 out = math_op(input=inq_data, axis=axis)
[all …]
/dports/graphics/geomorph/geomorph-0.60.1/src/hf/
H A Dimg_process.h102 void hf_math_fn (hf_struct_type *hf, gint math_op, gdouble parameter);
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Dfortout.spad318 IREC1 ==> Record(math_op : Symbol, i_fort_op : Symbol, d_fort_op : Symbol)
340 if r1.math_op = sy then
348 fort_ops : List(Record(math_op : Symbol, fort_op : Symbol)) := [ _
356 if p1.math_op = sy then return p1.fort_op

12