Home
last modified time | relevance | path

Searched refs:mini (Results 1 – 25 of 151) sorted by relevance

1234567

/third_party/typescript/tests/baselines/reference/
DtypeFromPropertyAssignment17.types3 var mini = require('./minimatch')
4 >mini : typeof mini
5 >require('./minimatch') : typeof mini
9 mini.M.defaults()
10 >mini.M.defaults() : any
11 >mini.M.defaults : (def: any) => any
12 >mini.M : typeof M
13 >mini : typeof mini
17 var m = new mini.M()
19 >new mini.M() : M
[all …]
DtypeFromPropertyAssignment17.symbols3 var mini = require('./minimatch')
4 >mini : Symbol(mini, Decl(use.js, 1, 3))
8 mini.M.defaults()
9 >mini.M.defaults : Symbol(M.defaults, Decl(minimatch.js, 8, 1))
10 >mini.M : Symbol(mini.M, Decl(minimatch.js, 1, 26))
11 >mini : Symbol(mini, Decl(use.js, 1, 3))
12 >M : Symbol(mini.M, Decl(minimatch.js, 1, 26))
15 var m = new mini.M()
17 >mini.M : Symbol(mini.M, Decl(minimatch.js, 1, 26))
18 >mini : Symbol(mini, Decl(use.js, 1, 3))
[all …]
/third_party/ffmpeg/libavcodec/
Daudiodsp.c25 static inline uint32_t clipf_c_one(uint32_t a, uint32_t mini, in clipf_c_one() argument
28 if (a > mini) in clipf_c_one()
29 return mini; in clipf_c_one()
40 uint32_t mini = *(uint32_t *) min; in vector_clipf_c_opposite_sign() local
47 dsti[i + 0] = clipf_c_one(srci[i + 0], mini, maxi, maxisign); in vector_clipf_c_opposite_sign()
48 dsti[i + 1] = clipf_c_one(srci[i + 1], mini, maxi, maxisign); in vector_clipf_c_opposite_sign()
49 dsti[i + 2] = clipf_c_one(srci[i + 2], mini, maxi, maxisign); in vector_clipf_c_opposite_sign()
50 dsti[i + 3] = clipf_c_one(srci[i + 3], mini, maxi, maxisign); in vector_clipf_c_opposite_sign()
51 dsti[i + 4] = clipf_c_one(srci[i + 4], mini, maxi, maxisign); in vector_clipf_c_opposite_sign()
52 dsti[i + 5] = clipf_c_one(srci[i + 5], mini, maxi, maxisign); in vector_clipf_c_opposite_sign()
[all …]
/third_party/typescript/tests/cases/conformance/salsa/
DtypeFromPropertyAssignment17.ts27 var mini = require('./minimatch') variable
28 mini.M.defaults()
29 var m = new mini.M()
31 mini.filter()
/third_party/boost/libs/icl/example/large_bitset_/
Dbits.hpp18 namespace mini namespace
62 struct is_set<mini::bits<NaturalT> >
64 typedef is_set<mini::bits<NaturalT> > type;
69 struct has_set_semantics<mini::bits<NaturalT> >
71 typedef has_set_semantics<mini::bits<NaturalT> > type;
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dcommon_func_int8.c21 … size_t out_oc_stride, size_t in_plane_stride, int32_t multiplier, int32_t mini, int32_t maxi, in PostConvFuncCommInt8() argument
37 value = MSMAX(mini, value); in PostConvFuncCommInt8()
45 … int32_t multiplier, int32_t left_shift, int32_t right_shift, int32_t zp, int32_t mini, in PostFuncInt8C4() argument
49 …cCommInt8(in, out, bias, oc, plane, stride, UP_ROUND(plane, C4NUM) * C4NUM, multiplier, mini, maxi, in PostFuncInt8C4()
55 right_shift, zp, mini, maxi); in PostFuncInt8C4()
Dmatmul_int8.h46 … const int32_t *right_shift, const int32_t *multiplier, int32_t output_zp, int32_t mini,
55 … const int32_t *right_shift, const int32_t *multiplier, int32_t output_zp, int32_t mini,
65 … const int32_t *right_shift, const int32_t *multiplier, int32_t output_zp, int32_t mini,
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
Dopt_op_handler.cc35 … int32_t output_zp, int32_t mini, int32_t maxi, size_t per_channel) { in MatMulRInt8_optimize_handler() argument
36 …pNeon64(a, b, dst, UP_ROUND(row, C8NUM), UP_ROUND(col, C8NUM), deep_4, input_sum, bias, mini, maxi, in MatMulRInt8_optimize_handler()
42 … int32_t output_zp, int32_t mini, int32_t maxi, size_t per_channel, in MatMulDpInt8_optimize_handler() argument
44 …return MatmulInt8DpOpt(a, b, dst, row, col, deep_4, input_sum, bias, mini, maxi, output_zp, multip… in MatMulDpInt8_optimize_handler()
/third_party/mindspore/mindspore/lite/micro/coder/wrapper/base/
Doptimize_handler_wrapper.c39 … int32_t output_zp, int32_t mini, int32_t maxi, size_t per_channel) { in MatMulRInt8_optimize_handler() argument
40 …pNeon64(a, b, dst, UP_ROUND(row, C8NUM), UP_ROUND(col, C8NUM), deep_4, input_sum, bias, mini, maxi, in MatMulRInt8_optimize_handler()
46 … int32_t output_zp, int32_t mini, int32_t maxi, size_t per_channel, in MatMulDpInt8_optimize_handler() argument
48 …return MatmulInt8DpOpt(a, b, dst, row, col, deep_4, input_sum, bias, mini, maxi, output_zp, multip… in MatMulDpInt8_optimize_handler()
Doptimize_handler_wrapper.h34 … int32_t output_zp, int32_t mini, int32_t maxi, size_t per_channel);
38 … int32_t output_zp, int32_t mini, int32_t maxi, size_t per_channel,
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcraw_create/
Drpc_svcraw_create_performance.c53 double mini(double *tbl) in mini() function
135 printf("%lf\n", mini(resultTbl)); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create/
Drpc_clntraw_create_performance.c53 double mini(double *tbl) in mini() function
136 printf("%lf\n", mini(resultTbl)); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svctcp_create/
Drpc_svctcp_create_performance.c53 double mini(double *tbl) in mini() function
138 printf("%lf\n", mini(resultTbl)); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcudp_create/
Drpc_svcudp_create_performance.c53 double mini(double *tbl) in mini() function
138 printf("%lf\n", mini(resultTbl)); in main()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/
Dmatmul_parameter.h28 … int32_t output_zp, int32_t mini, int32_t maxi, size_t per_channel);
33 … int32_t output_zp, int32_t mini, int32_t maxi, size_t per_channel,
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/
Dtirpc_rpc_broadcast_performance.c59 double mini(double *tbl) in mini() function
149 printf("%lf\n", mini(resultTbl)); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc/
Drpc_callrpc_performance.c53 double mini(double *tbl) in mini() function
144 printf("%lf\n", mini(resultTbl)); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/
Dtirpc_rpc_call_performance.c54 double mini(double *tbl) in mini() function
150 printf("%lf\n", mini(resultTbl)); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/
Dtirpc_rpc_broadcast_exp_performance.c59 double mini(double *tbl) in mini() function
150 printf("%lf\n", mini(resultTbl)); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast/
Drpc_clnt_broadcast_performance.c55 double mini(double *tbl) in mini() function
147 printf("%lf\n", mini(resultTbl)); in main()
/third_party/gettext/libtextstyle/lib/
DMakefile.am77 textstyle/stdbool.h : $(STDBOOL_H) stdbool.mini.h
89 cat $(srcdir)/stdbool.mini.h; \
97 EXTRA_DIST += stdbool.mini.h
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/
Drpc_clnt_call_performance.c53 double mini(double *tbl) in mini() function
155 printf("%lf\n", mini(resultTbl)); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/
Drpc_clnttcp_create_performance.c56 double mini(double *tbl) in mini() function
156 printf("%lf\n", mini(resultTbl)); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
Dtirpc_toplevel_clnt_call_performance.c53 double mini(double *tbl) in mini() function
154 printf("%lf\n", mini(resultTbl)); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/
Dtirpc_interlevel_clnt_call_performance.c53 double mini(double *tbl) in mini() function
162 printf("%lf\n", mini(resultTbl)); in main()

1234567