Home
last modified time | relevance | path

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

/external/XNNPACK/src/f32-vlrelu/
Dwasm.c.in37 const float vposx${ABC[N]} = __builtin_wasm_max_f32(vx${ABC[N]}, vzero);
40 vacc${ABC[N]} += vposx${ABC[N]};
52 const float vposx = __builtin_wasm_max_f32(vx, vzero); variable
53 vacc += vposx;
61 const float vposx = __builtin_wasm_max_f32(vx, vzero); variable
62 vacc += vposx;
70 const float vposx = __builtin_wasm_max_f32(vx, vzero); variable
71 vacc += vposx;
/external/XNNPACK/src/f32-vlrelu/gen/
Dvlrelu-wasm-x1.c32 const float vposx = __builtin_wasm_max_f32(vx, vzero); in xnn_f32_vlrelu_ukernel__wasm_x1() local
33 vacc += vposx; in xnn_f32_vlrelu_ukernel__wasm_x1()
Dvlrelu-wasm-x2.c52 const float vposx = __builtin_wasm_max_f32(vx, vzero); in xnn_f32_vlrelu_ukernel__wasm_x2() local
53 vacc += vposx; in xnn_f32_vlrelu_ukernel__wasm_x2()
Dvlrelu-wasm-x4.c65 const float vposx = __builtin_wasm_max_f32(vx, vzero); in xnn_f32_vlrelu_ukernel__wasm_x4() local
66 vacc += vposx; in xnn_f32_vlrelu_ukernel__wasm_x4()