Lines Matching refs:ctx
167 libc_feholdexcept_setround_mips_ctx (struct rm_ctx *ctx, int round) in libc_feholdexcept_setround_mips_ctx() argument
173 ctx->env.__fp_control_register = old; in libc_feholdexcept_setround_mips_ctx()
184 ctx->updated_status = true; in libc_feholdexcept_setround_mips_ctx()
187 ctx->updated_status = false; in libc_feholdexcept_setround_mips_ctx()
194 libc_fesetenv_mips_ctx (struct rm_ctx *ctx) in libc_fesetenv_mips_ctx() argument
196 libc_fesetenv_mips (&ctx->env); in libc_fesetenv_mips_ctx()
203 libc_feupdateenv_mips_ctx (struct rm_ctx *ctx) in libc_feupdateenv_mips_ctx() argument
205 if (__glibc_unlikely (ctx->updated_status)) in libc_feupdateenv_mips_ctx()
206 libc_feupdateenv_test_mips (&ctx->env, 0); in libc_feupdateenv_mips_ctx()
216 libc_feholdsetround_mips_ctx (struct rm_ctx *ctx, int round) in libc_feholdsetround_mips_ctx() argument
222 ctx->env.__fp_control_register = old; in libc_feholdsetround_mips_ctx()
230 ctx->updated_status = true; in libc_feholdsetround_mips_ctx()
233 ctx->updated_status = false; in libc_feholdsetround_mips_ctx()