Home
last modified time | relevance | path

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

/external/XNNPACK/src/f32-vlrelu/
Dwasm.c.in33 const float vnegx${ABC[N]} = __builtin_wasm_min_f32(vx${ABC[N]}, vzero);
36 float vacc${ABC[N]} = vnegx${ABC[N]} * vslope;
50 const float vnegx = __builtin_wasm_min_f32(vx, vzero); variable
51 float vacc = vnegx * vslope;
59 const float vnegx = __builtin_wasm_min_f32(vx, vzero); variable
60 float vacc = vnegx * vslope;
68 const float vnegx = __builtin_wasm_min_f32(vx, vzero); variable
69 float vacc = vnegx * vslope;
/external/XNNPACK/src/f32-vlrelu/gen/
Dvlrelu-wasm-x1.c30 const float vnegx = __builtin_wasm_min_f32(vx, vzero); in xnn_f32_vlrelu_ukernel__wasm_x1() local
31 float vacc = vnegx * vslope; in xnn_f32_vlrelu_ukernel__wasm_x1()
Dvlrelu-wasm-x2.c50 const float vnegx = __builtin_wasm_min_f32(vx, vzero); in xnn_f32_vlrelu_ukernel__wasm_x2() local
51 float vacc = vnegx * vslope; in xnn_f32_vlrelu_ukernel__wasm_x2()
Dvlrelu-wasm-x4.c63 const float vnegx = __builtin_wasm_min_f32(vx, vzero); in xnn_f32_vlrelu_ukernel__wasm_x4() local
64 float vacc = vnegx * vslope; in xnn_f32_vlrelu_ukernel__wasm_x4()