Searched refs:updated_status (Results 1 – 11 of 11) sorted by relevance
325 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 …]
187 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()
184 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()
141 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()
140 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()
238 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()
199 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()
149 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()
200 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()
176 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()
43 bool updated_status; member