Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libm/machine/spu/headers/
Dcoshf4.h61 vec_uint4 threshold = (vec_uint4)spu_splats(0x3F800000); in _coshf4() local
92 vec_uint4 use_exp = spu_cmpgt(xabs,threshold); in _coshf4()
Dsinhf4.h61 vec_uint4 threshold = (vec_uint4)spu_splats(0x3F800000); in _sinhf4() local
92 vec_uint4 use_exp = spu_cmpgt(xabs,threshold); in _sinhf4()
/picolibc-latest/newlib/doc/
Dmakedocbook.py39 def dump(s, stage, threshold=1): argument
40 if verbose > threshold: