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
159 # define HALF_OF(x) ((x)>>1) macro163 # define HALF_OF(x) ((x)*_mm_set1_ps(.5f)) macro167 # define HALF_OF(x) ((x)*.5f) macro