Home
last modified time | relevance | path

Searched refs:vc (Results 1 – 19 of 19) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/
Dmemset.c43 vec_uchar16 vc, mask, one = spu_splats((unsigned char)-1); in memset() local
46 vc = spu_splats((unsigned char)c); in memset()
60 *vs = spu_sel(*vs, vc, mask); in memset()
67 vs[0] = vc; in memset()
68 vs[1] = vc; in memset()
69 vs[2] = vc; in memset()
70 vs[3] = vc; in memset()
71 vs[4] = vc; in memset()
72 vs[5] = vc; in memset()
73 vs[6] = vc; in memset()
[all …]
Dstrchr.c43 vec_uchar16 *ptr, data, vc; in strchr() local
56 vc = spu_splats((unsigned char)(c)); in strchr()
60 cmp_c = spu_and(spu_gather(spu_cmpeq(data, vc)), mask); in strchr()
67 cmp_c = spu_gather(spu_cmpeq(data, vc)); in strchr()
Dstrrchr.c44 vec_uchar16 *ptr, data, vc; in strrchr() local
57 vc = spu_splats((unsigned char)(c)); in strrchr()
62 cmp_c = spu_and(spu_gather(spu_cmpeq(data, vc)), mask); in strrchr()
76 cmp_c = spu_gather(spu_cmpeq(data, vc)); in strrchr()
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/
Dacosh.h44 vector double vc = { 1.0, 1.0 }; in _acosh() local
49 dom_chkd_less_than(vx, vc); in _acosh()
Dacoshf.h44 vector float vc = { 1.0, 1.0, 1.0, 1.0 }; in _acoshf() local
49 dom_chkf_less_than(vx, vc); in _acoshf()
Dlog.h44 vector double vc = { 0.0, 0.0 }; in _log() local
49 dom_chkd_less_than(vx, vc); in _log()
Dlog1p.h44 vector double vc = { -1.0, -1.0 }; in _log1p() local
49 dom_chkd_less_than(vx, vc); in _log1p()
Dlog1pf.h44 vector float vc = { -1.0, -1.0, -1.0, -1.0 }; in _log1pf() local
49 dom_chkf_less_than(vx, vc); in _log1pf()
Dlog2.h44 vector double vc = { 0.0, 0.0 }; in _log2() local
49 dom_chkd_less_than(vx, vc); in _log2()
Dsqrtf.h44 vector float vc = { 0.0, 0.0, 0.0, 0.0 }; in _sqrtf() local
49 dom_chkf_less_than(vx, vc); in _sqrtf()
Dlog10.h44 vector double vc = { 0.0, 0.0 }; in _log10() local
49 dom_chkd_less_than(vx, vc); in _log10()
Ddom_chkd_less_than.h45 static __inline void dom_chkd_less_than (vector double vx, vector double vc) in dom_chkd_less_than() argument
51 domain = spu_cmpgt(vc, vx); 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() argument
51 domain = spu_cmpgt(vc, vx); in dom_chkf_less_than()
Dtgammaf.h46 vector float vc = { 0.0, 0.0 }; in _tgammaf() local
61 cmpres = spu_cmpgt(vc, vx); in _tgammaf()
Dtgamma.h46 vector double vc = { 0.0, 0.0 }; in _tgamma() local
62 cmpres = spu_cmpgt(vc, vx); in _tgamma()
Dlog2f.h80 vector float vc = { 0.0, 0.0, 0.0, 0.0 }; in _log2f() local
119 dom_chkf_less_than(vx, vc); in _log2f()
Dsqrt.h57 vec_double2 vc = { 0.0, 0.0 }; in _sqrt() local
130 dom_chkd_less_than(spu_splats(in), vc); in _sqrt()
Dfmodf.h89 vec_float4 vc = { 0.0, 0.0, 0.0, 0.0 }; in _fmodf()
162 domain = spu_cmpeq(vc, (vec_float4) vy); in _fmodf()
Dfmod.h63 vec_double2 vc = { 0.0, 0.0 }; in _fmod() local
159 domain = spu_cmpeq(vc, (vec_double2) vy); in _fmod()