Searched defs:prescale (Results 1 – 7 of 7) sorted by relevance
/external/XNNPACK/test/ |
D | f32-velu.cc | 65 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 …]
|
D | vunary-microkernel-tester.h | 73 inline VUnOpMicrokernelTester& prescale(float prescale) { in prescale() argument 78 inline float prescale() const { in prescale() function
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_framebuffer.c | 407 struct svga_prescale *prescale) in get_viewport_prescale() 700 struct svga_prescale prescale[SVGA3D_DX_MAX_VIEWPORTS]; in emit_viewport() local
|
D | svga_state_constants.c | 137 const struct svga_prescale *prescale) in svga_get_prescale_constants()
|
D | svga_context.h | 356 struct svga_prescale prescale[SVGA3D_DX_MAX_VIEWPORTS]; member
|
/external/XNNPACK/src/xnnpack/ |
D | params-init.h | 904 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()
|
D | params.h | 103 float prescale; member
|