Home
last modified time | relevance | path

Searched refs:aux_code (Results 1 – 4 of 4) sorted by relevance

/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/fusion/
H A Dfused_op.cu569 std::string aux_code = "static const int nvec = " + std::to_string(nvec) + ";\n"; in GenerateCode() local
582 aux_code = "using " + dtype_var + " = " + type_name + ";\n" + aux_code; in GenerateCode()
583 aux_code = "static const int " + dim_var + " = " + dim_val + ";\n" + aux_code; in GenerateCode()
598 aux_code = "static const int " + dim_var + " = " + dim_val + ";\n" + aux_code; in GenerateCode()
599 aux_code = "using " + dtype_var + " = " + type_name + ";\n" + aux_code; in GenerateCode()
611 return aux_code + "\n" + in GenerateCode()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/fusion/
H A Dfused_op.cu569 std::string aux_code = "static const int nvec = " + std::to_string(nvec) + ";\n"; in GenerateCode() local
582 aux_code = "using " + dtype_var + " = " + type_name + ";\n" + aux_code; in GenerateCode()
583 aux_code = "static const int " + dim_var + " = " + dim_val + ";\n" + aux_code; in GenerateCode()
598 aux_code = "static const int " + dim_var + " = " + dim_val + ";\n" + aux_code; in GenerateCode()
599 aux_code = "using " + dtype_var + " = " + type_name + ";\n" + aux_code; in GenerateCode()
611 return aux_code + "\n" + in GenerateCode()
/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Drefclock_ripencc.c313 unsigned char *time_code, unsigned char *aux_code);
2375 unsigned char *aux_code in rpt_0x55() argument
2385 *aux_code = buf[3]; in rpt_0x55()
3787 pos_code, vel_code, time_code, aux_code; in rpt_io_opt() local
3791 &pos_code, &vel_code, &time_code, &aux_code)) { in rpt_io_opt()
3798 pos_code, vel_code, time_code, aux_code); in rpt_io_opt()
3856 if (aux_code & 0x01) { in rpt_io_opt()
3860 if (aux_code & 0x02) { in rpt_io_opt()
3864 if (aux_code & 0x04) { in rpt_io_opt()
3868 pbuf += sprintf(pbuf, (aux_code & 0x08)? in rpt_io_opt()
/dports/math/gretl/gretl-2021d/lib/src/
H A Dcompare.c944 DATASET *dset, int aux_code, in real_nonlinearity_test() argument
973 aux.aux = aux_code; in real_nonlinearity_test()
978 nonlin_test_header(aux_code, prn); in real_nonlinearity_test()
991 test = model_test_new((aux_code == AUX_SQ)? in real_nonlinearity_test()