Home
last modified time | relevance | path

Searched defs:get_const_value (Results 1 – 6 of 6) sorted by relevance

/external/libjpeg-turbo/simd/loongson/
Djsimd_mmi.h57 #define get_const_value(index) (*(__m64 *)&const_value[index]) macro
Djccolor-mmi.c62 #define get_const_value(index) (*(__m64 *)&const_value[index]) macro
/external/python/cpython3/Python/
Dast_opt.c27 get_const_value(expr_ty e) in get_const_value() function
Dcompile.c1396 get_const_value(expr_ty e) in get_const_value() function
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_shader.cpp344 value* shader::get_const_value(const literal &v) { in get_const_value() function in r600_sb::shader
Dsb_ir.h562 literal & get_const_value() { in get_const_value() function