Searched defs:HALF_OF (Results 1 – 2 of 2) sorted by relevance
135 # define HALF_OF(x) ((x)>>1) macro139 # define HALF_OF(x) ((x)*_mm_set1_ps(.5)) macro143 # define HALF_OF(x) ((x)*.5) macro
160 # define HALF_OF(x) ((x)>>1) macro164 # define HALF_OF(x) ((x)*_mm_set1_ps(.5f)) macro168 # define HALF_OF(x) ((x)*.5f) macro