Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/arch/AVX512/
DMathFunctions.h264 Packet16f neg_half = pmul(_x, p16f_minus_half); variable
273 x = pmul(x, pmadd(neg_half, pmul(x, x), p16f_one_point_five));
287 Packet8d neg_half = pmul(_x, p8d_minus_half); variable
296 x = pmul(x, pmadd(neg_half, pmul(x, x), p8d_one_point_five));
299 x = pmul(x, pmadd(neg_half, pmul(x, x), p8d_one_point_five));
331 Packet16f neg_half = pmul(_x, p16f_minus_half); variable
346 x = pmul(x, pmadd(neg_half, pmul(x, x), p16f_one_point_five));
361 Packet8d neg_half = pmul(_x, p8d_minus_half); variable
376 x = pmul(x, pmadd(neg_half, pmul(x, x), p8d_one_point_five));
379 x = pmul(x, pmadd(neg_half, pmul(x, x), p8d_one_point_five));
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c500 LLVMValueRef neg_half; in emit_apply_cyl_wrap() local
511 neg_half = lp_build_const_vec(gallivm, type, -0.5f); in emit_apply_cyl_wrap()
526 offset = lp_build_compare(gallivm, type, PIPE_FUNC_LESS, delta, neg_half); in emit_apply_cyl_wrap()
539 offset = lp_build_compare(gallivm, type, PIPE_FUNC_LESS, delta, neg_half); in emit_apply_cyl_wrap()
552 offset = lp_build_compare(gallivm, type, PIPE_FUNC_LESS, delta, neg_half); in emit_apply_cyl_wrap()
/external/eigen/Eigen/src/Core/arch/AVX/
DMathFunctions.h400 Packet8f neg_half = pmul(_x, p8f_minus_half); variable
414 x = pmul(x, pmadd(neg_half, pmul(x, x), p8f_one_point_five));
/external/eigen/Eigen/src/Core/arch/SSE/
DMathFunctions.h491 Packet4f neg_half = pmul(_x, p4f_minus_half); variable
505 x = pmul(x, pmadd(neg_half, pmul(x, x), p4f_one_point_five));