Home
last modified time | relevance | path

Searched defs:prescale (Results 1 – 7 of 7) sorted by relevance

/external/XNNPACK/test/
Df32-velu.cc65 TEST(F32_VELU__NEON_RR2_LUT16_P3_X4, prescale) { in TEST() argument
67 for (float prescale : std::vector<float>({0.1f, 10.0f})) { in TEST() local
148 TEST(F32_VELU__NEON_RR2_LUT16_P3_X8, prescale) { in TEST() argument
150 for (float prescale : std::vector<float>({0.1f, 10.0f})) { in TEST() local
231 TEST(F32_VELU__NEON_RR2_LUT16_P3_X12, prescale) { in TEST() argument
233 for (float prescale : std::vector<float>({0.1f, 10.0f})) { in TEST() local
314 TEST(F32_VELU__NEON_RR2_LUT16_P3_X16, prescale) { in TEST() argument
316 for (float prescale : std::vector<float>({0.1f, 10.0f})) { in TEST() local
397 TEST(F32_VELU__NEON_RR2_LUT16_P3_X20, prescale) { in TEST() argument
399 for (float prescale : std::vector<float>({0.1f, 10.0f})) { in TEST() local
[all …]
Dvunary-microkernel-tester.h73 inline VUnOpMicrokernelTester& prescale(float prescale) { in prescale() argument
78 inline float prescale() const { in prescale() function
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_framebuffer.c407 struct svga_prescale *prescale) in get_viewport_prescale()
700 struct svga_prescale prescale[SVGA3D_DX_MAX_VIEWPORTS]; in emit_viewport() local
Dsvga_state_constants.c137 const struct svga_prescale *prescale) in svga_get_prescale_constants()
Dsvga_context.h356 struct svga_prescale prescale[SVGA3D_DX_MAX_VIEWPORTS]; member
/external/XNNPACK/src/xnnpack/
Dparams-init.h904 static inline union xnn_f32_elu_params xnn_init_f32_elu_params(float prescale, float alpha, float b… in xnn_init_f32_elu_params()
921 static inline union xnn_f32_elu_params xnn_init_scalar_f32_elu_params(float prescale, float alpha, … in xnn_init_scalar_f32_elu_params()
Dparams.h103 float prescale; member