Home
last modified time | relevance | path

Searched refs:exp0 (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_flrp.c273 int exp0; in sources_are_constants_with_similar_magnitudes() local
276 frexpf(val0[swizzle0[i]].f32, &exp0); in sources_are_constants_with_similar_magnitudes()
285 if (abs(exp0 - exp1) > (23 / 2)) in sources_are_constants_with_similar_magnitudes()
290 int exp0; in sources_are_constants_with_similar_magnitudes() local
293 frexp(val0[swizzle0[i]].f64, &exp0); in sources_are_constants_with_similar_magnitudes()
302 if (abs(exp0 - exp1) > (52 / 2)) in sources_are_constants_with_similar_magnitudes()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/cl/
Dactivation.cl82 FLT4 exp0 = exp(in_c4);
84 in_c4 = (exp0 - exp1) / (exp0 + exp1);
Dconv2d.cl42 exp0 = exp(data); \
44 data = (exp0 - exp1) / (exp0 + exp1);
98 FLT4 exp0, exp1;
174 FLT4 exp0, exp1;
277 FLT4 exp0, exp1;
404 FLT4 exp0, exp1;
557 FLT4 exp0, exp1;
743 FLT4 exp0, exp1;
847 FLT4 exp0, exp1;
919 FLT4 exp0, exp1;
[all …]
Dwinograd.cl256 FLT4 exp0 = exp(acc); \
258 acc = (exp0 - exp1) / (exp0 + exp1); \
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/
Dfusion_eltwise.cc452 std::string exp0 = GetFormatVarName(); in CodegenCore() local
454 code << cl_prefix << "FLT4 " << exp0 << " = exp(" + var0 + ");\n"; in CodegenCore()
456 …code << cl_prefix << "FLT4 " << out_name << " = (" << exp0 << " - " << exp1 << ") / (" << exp0 <<… in CodegenCore()
/third_party/ffmpeg/libavcodec/
Dac3enc.c652 int exp0, exp1; in ac3_group_exponents() local
672 exp0 = exp1; in ac3_group_exponents()
675 delta0 = exp1 - exp0 + 2; in ac3_group_exponents()
678 exp0 = exp1; in ac3_group_exponents()
681 delta1 = exp1 - exp0 + 2; in ac3_group_exponents()
684 exp0 = exp1; in ac3_group_exponents()
687 delta2 = exp1 - exp0 + 2; in ac3_group_exponents()
/third_party/typescript/tests/cases/compiler/
DmanyConstExports.ts3 export const exp0 = "test"; constant
/third_party/typescript/tests/baselines/reference/
DmanyConstExports.js2 export const exp0 = "test"; constant
5007 …= exports.exp5 = exports.exp4 = exports.exp3 = exports.exp2 = exports.exp1 = exports.exp0 = void 0;
5107 exports.exp0 = "test";
DmanyConstExports.symbols2 export const exp0 = "test";
3 >exp0 : Symbol(exp0, Decl(manyConstExports.ts, 0, 12))
DmanyConstExports.types2 export const exp0 = "test";
3 >exp0 : "test"