Searched refs:threshold (Results 1 – 3 of 3) sorted by relevance
61 vec_uint4 threshold = (vec_uint4)spu_splats(0x3F800000); in _coshf4() local92 vec_uint4 use_exp = spu_cmpgt(xabs,threshold); in _coshf4()
61 vec_uint4 threshold = (vec_uint4)spu_splats(0x3F800000); in _sinhf4() local92 vec_uint4 use_exp = spu_cmpgt(xabs,threshold); in _sinhf4()
39 def dump(s, stage, threshold=1): argument40 if verbose > threshold: