How to prefix CONSTANTS (WP)?

I need some help from community. How to prefix Constants?
Initial code:

define(‘THEMEROOT’, get_stylesheet_directory_uri());
define(‘IMAGES’, THEMEROOT, ‘/images’);

Can somebody enlighten me how it should be written with prefix?
Thanks a lot in advance!