Home
last modified time | relevance | path

Searched refs:updated_status (Results 1 – 11 of 11) sorted by relevance

/glibc-2.36/sysdeps/x86/fpu/
Dfenv_private.h325 ctx->updated_status = true; in libc_feholdexcept_setround_sse_ctx()
328 ctx->updated_status = false; in libc_feholdexcept_setround_sse_ctx()
343 if (__glibc_unlikely (ctx->updated_status)) in libc_feupdateenv_sse_ctx()
360 ctx->updated_status = true; in libc_feholdexcept_setround_387_prec_ctx()
363 ctx->updated_status = false; in libc_feholdexcept_setround_387_prec_ctx()
392 ctx->updated_status = true; in libc_feholdsetround_387_prec_ctx()
395 ctx->updated_status = false; in libc_feholdsetround_387_prec_ctx()
422 ctx->updated_status = true; in libc_feholdsetround_sse_ctx()
425 ctx->updated_status = false; in libc_feholdsetround_sse_ctx()
431 if (__glibc_unlikely (ctx->updated_status)) in libc_feresetround_sse_ctx()
[all …]
/glibc-2.36/sysdeps/loongarch/
Dmath_private.h187 ctx->updated_status = true; in libc_feholdexcept_setround_loongarch_ctx()
190 ctx->updated_status = false; in libc_feholdexcept_setround_loongarch_ctx()
210 if (__glibc_unlikely (ctx->updated_status)) in libc_feupdateenv_loongarch_ctx()
235 ctx->updated_status = true; in libc_feholdsetround_loongarch_ctx()
238 ctx->updated_status = false; in libc_feholdsetround_loongarch_ctx()
/glibc-2.36/sysdeps/mips/fpu/
Dfenv_private.h184 ctx->updated_status = true; in libc_feholdexcept_setround_mips_ctx()
187 ctx->updated_status = false; in libc_feholdexcept_setround_mips_ctx()
205 if (__glibc_unlikely (ctx->updated_status)) in libc_feupdateenv_mips_ctx()
230 ctx->updated_status = true; in libc_feholdsetround_mips_ctx()
233 ctx->updated_status = false; in libc_feholdsetround_mips_ctx()
/glibc-2.36/sysdeps/sparc/fpu/
Dfenv_private.h141 ctx->updated_status = true; in libc_feholdexcept_setround_sparc_ctx()
144 ctx->updated_status = false; in libc_feholdexcept_setround_sparc_ctx()
156 if (__glibc_unlikely (ctx->updated_status)) in libc_feupdateenv_sparc_ctx()
170 ctx->updated_status = true; in libc_feholdsetround_sparc_ctx()
173 ctx->updated_status = false; in libc_feholdsetround_sparc_ctx()
/glibc-2.36/sysdeps/powerpc/fpu/
Dfenv_private.h140 ctx->updated_status = (r != (old.l & FPSCR_RN_MASK)); in libc_feholdsetround_ppc_ctx()
157 ctx->updated_status = true; in libc_feholdsetround_noex_ppc_ctx()
160 ctx->updated_status = false; in libc_feholdsetround_noex_ppc_ctx()
172 if (__glibc_unlikely (ctx->updated_status)) in libc_feupdateenv_ppc_ctx()
179 if (__glibc_unlikely (ctx->updated_status)) in libc_feresetround_ppc_ctx()
/glibc-2.36/sysdeps/aarch64/fpu/
Dfenv_private.h238 ctx->updated_status = round != 0; in libc_feholdsetround_aarch64_ctx()
253 if (__glibc_unlikely (ctx->updated_status)) in libc_feresetround_aarch64_ctx()
275 ctx->updated_status = round != 0; in libc_feholdsetround_noex_aarch64_ctx()
290 if (__glibc_unlikely (ctx->updated_status)) in libc_feresetround_noex_aarch64_ctx()
/glibc-2.36/sysdeps/s390/fpu/
Dfenv_private.h199 ctx->updated_status = true; in libc_feholdsetround_s390_ctx()
203 ctx->updated_status = false; in libc_feholdsetround_s390_ctx()
214 if (__glibc_unlikely (ctx->updated_status)) in libc_feresetround_s390_ctx()
/glibc-2.36/sysdeps/arm/
Dfenv_private.h149 ctx->updated_status = false; in libc_feholdsetround_vfp_ctx()
158 ctx->updated_status = true; in libc_feholdsetround_vfp_ctx()
167 if (__glibc_unlikely (ctx->updated_status)) in libc_feresetround_vfp_ctx()
/glibc-2.36/sysdeps/generic/
Dfenv_private.h200 ctx->updated_status = false; in default_libc_feholdsetround_ctx()
205 ctx->updated_status = true; in default_libc_feholdsetround_ctx()
215 if (__glibc_unlikely (ctx->updated_status)) in default_libc_feresetround_ctx()
/glibc-2.36/sysdeps/csky/fpu/
Dfenv_private.h176 ctx->updated_status = false; in libc_feholdsetround_vfp_ctx()
186 ctx->updated_status = true; in libc_feholdsetround_vfp_ctx()
195 if (__glibc_unlikely (ctx->updated_status)) in libc_feresetround_vfp_ctx()
/glibc-2.36/include/
Dfenv.h43 bool updated_status; member