Home
last modified time | relevance | path

Searched defs:vc (Results 1 – 18 of 18) sorted by relevance

/picolibc-latest/newlib/libm/machine/spu/headers/
Dlog.h44 vector double vc = { 0.0, 0.0 }; in _log() local
Dlog10.h44 vector double vc = { 0.0, 0.0 }; in _log10() local
Dlog1p.h44 vector double vc = { -1.0, -1.0 }; in _log1p() local
Dlog1pf.h44 vector float vc = { -1.0, -1.0, -1.0, -1.0 }; in _log1pf() local
Dlog2.h44 vector double vc = { 0.0, 0.0 }; in _log2() local
Dacosh.h44 vector double vc = { 1.0, 1.0 }; in _acosh() local
Dacoshf.h44 vector float vc = { 1.0, 1.0, 1.0, 1.0 }; in _acoshf() local
Dsqrtf.h44 vector float vc = { 0.0, 0.0, 0.0, 0.0 }; in _sqrtf() local
Ddom_chkd_less_than.h45 static __inline void dom_chkd_less_than (vector double vx, vector double vc) in dom_chkd_less_than()
Ddom_chkf_less_than.h45 static __inline void dom_chkf_less_than (vector float vx, vector float vc) in dom_chkf_less_than()
Dtgamma.h46 vector double vc = { 0.0, 0.0 }; in _tgamma() local
Dtgammaf.h46 vector float vc = { 0.0, 0.0 }; in _tgammaf() local
Dlog2f.h80 vector float vc = { 0.0, 0.0, 0.0, 0.0 }; in _log2f() local
Dsqrt.h57 vec_double2 vc = { 0.0, 0.0 }; in _sqrt() local
Dfmod.h63 vec_double2 vc = { 0.0, 0.0 }; in _fmod() local
/picolibc-latest/newlib/libc/machine/spu/
Dmemset.c45 vec_uchar16 vc, mask, one = spu_splats((unsigned char)-1); in memset() local
Dstrchr.c45 vec_uchar16 *ptr, data, vc; in strchr() local
Dstrrchr.c46 vec_uchar16 *ptr, data, vc; in strrchr() local