Home
last modified time | relevance | path

Searched refs:not_ge (Results 1 – 2 of 2) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/
Dremquo.h57 vec_uint4 nan_out, not_ge, quo_pos, overflow; in _remquo() local
186 not_ge = spu_or(gt, spu_and(eq, spu_rlqwbyte(gt, 4))); in _remquo()
187 not_ge = spu_shuffle(not_ge, not_ge, splat_hi); in _remquo()
188 not_ge = spu_or(not_ge, overflow); in _remquo()
190 abs_x = spu_sel((vec_uint4)spu_sub((vec_double2)abs_x, (vec_double2)y4), abs_x, not_ge); in _remquo()
191 quotient = spu_andc(four, (vec_int4)not_ge); in _remquo()
202 not_ge = spu_or(gt, spu_and(eq, spu_rlqwbyte(gt, 4))); in _remquo()
203 not_ge = spu_shuffle(not_ge, not_ge, splat_hi); in _remquo()
204 not_ge = spu_or(not_ge, overflow); in _remquo()
207 abs_x = spu_sel((vec_uint4)spu_sub((vec_double2)abs_x, (vec_double2)y2), abs_x, not_ge); in _remquo()
[all …]
Dremquof.h51 vec_uint4 not_ge, overflow, quo_pos; in _remquof() local
139 not_ge = spu_or(spu_cmpgt(y4, abs_x), overflow); in _remquof()
141 abs_x = spu_sel((vec_uint4)spu_sub((vec_float4)abs_x, (vec_float4)y4), abs_x, not_ge); in _remquof()
142 quotient = spu_andc (four, (vec_int4)not_ge); in _remquof()
149 not_ge = spu_cmpgt(y2, abs_x); in _remquof()
151 abs_x = spu_sel((vec_uint4)spu_sub((vec_float4)abs_x, (vec_float4)y2), abs_x, not_ge); in _remquof()
152 quotient = spu_sel(spu_add(quotient, 2), quotient, not_ge); in _remquof()