Home
last modified time | relevance | path

Searched refs:tme_ieee754_ctl (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/tme/tme-0.8/ic/ieee754/
H A Dieee754-ops-auto.h27 …void (*tme_ieee754_ops_single_sqrt) _TME_P((struct tme_ieee754_ctl *, _tme_const struct tme_float …
30 …void (*tme_ieee754_ops_single_abs) _TME_P((struct tme_ieee754_ctl *, _tme_const struct tme_float *…
33 …void (*tme_ieee754_ops_single_neg) _TME_P((struct tme_ieee754_ctl *, _tme_const struct tme_float *…
36 …void (*tme_ieee754_ops_single_move) _TME_P((struct tme_ieee754_ctl *, _tme_const struct tme_float …
39 …void (*tme_ieee754_ops_single_rint) _TME_P((struct tme_ieee754_ctl *, _tme_const struct tme_float …
42 …void (*tme_ieee754_ops_single_cos) _TME_P((struct tme_ieee754_ctl *, _tme_const struct tme_float *…
45 …void (*tme_ieee754_ops_single_acos) _TME_P((struct tme_ieee754_ctl *, _tme_const struct tme_float …
48 …void (*tme_ieee754_ops_single_cosh) _TME_P((struct tme_ieee754_ctl *, _tme_const struct tme_float …
51 …void (*tme_ieee754_ops_single_sin) _TME_P((struct tme_ieee754_ctl *, _tme_const struct tme_float *…
60 …void (*tme_ieee754_ops_single_tan) _TME_P((struct tme_ieee754_ctl *, _tme_const struct tme_float *…
[all …]
H A Dieee754-ops-auto.c180 _tme_ieee754_strict_single_sqrt(struct tme_ieee754_ctl *ieee754_ctl, const struct tme_float *src0, … in _tme_ieee754_strict_single_sqrt()
212 _tme_ieee754_strict_single_neg(struct tme_ieee754_ctl *ieee754_ctl, const struct tme_float *src0, s… in _tme_ieee754_strict_single_neg()
245 _tme_ieee754_strict_single_move(struct tme_ieee754_ctl *ieee754_ctl, const struct tme_float *src0, … in _tme_ieee754_strict_single_move()
278 _tme_ieee754_strict_single_rint(struct tme_ieee754_ctl *ieee754_ctl, const struct tme_float *src0, … in _tme_ieee754_strict_single_rint()
493 _tme_ieee754_strict_single_from_int32(struct tme_ieee754_ctl *ieee754_ctl, const tme_int32_t src0, … in _tme_ieee754_strict_single_from_int32()
526 _tme_ieee754_strict_single_from_int64(struct tme_ieee754_ctl *ieee754_ctl, const tme_int64_t src0, … in _tme_ieee754_strict_single_from_int64()
559 _tme_ieee754_strict_single_to_int32(struct tme_ieee754_ctl *ieee754_ctl, const struct tme_float *sr… in _tme_ieee754_strict_single_to_int32()
592 _tme_ieee754_strict_single_to_int64(struct tme_ieee754_ctl *ieee754_ctl, const struct tme_float *sr… in _tme_ieee754_strict_single_to_int64()
827 _tme_ieee754_strict_double_neg(struct tme_ieee754_ctl *ieee754_ctl, const struct tme_float *src0, s… in _tme_ieee754_strict_double_neg()
2135 _tme_ieee754_strict_quad_neg(struct tme_ieee754_ctl *ieee754_ctl, const struct tme_float *src0, str… in _tme_ieee754_strict_quad_neg()
[all …]
H A Dieee754-auto.h183 int tme_ieee754_single_check_nan_monadic _TME_P((struct tme_ieee754_ctl *, const struct tme_float *…
186 int tme_ieee754_single_check_nan_dyadic _TME_P((struct tme_ieee754_ctl *, const struct tme_float *,…
201 void tme_ieee754_single_radix10_mantissa_exponent _TME_P((struct tme_ieee754_ctl *, const struct tm…
205 void tme_ieee754_single_radix10_scale _TME_P((struct tme_ieee754_ctl *, const struct tme_float *, c…
387 int tme_ieee754_double_check_nan_monadic _TME_P((struct tme_ieee754_ctl *, const struct tme_float *…
390 int tme_ieee754_double_check_nan_dyadic _TME_P((struct tme_ieee754_ctl *, const struct tme_float *,…
409 void tme_ieee754_double_radix10_scale _TME_P((struct tme_ieee754_ctl *, const struct tme_float *, c…
593 int tme_ieee754_extended80_check_nan_monadic _TME_P((struct tme_ieee754_ctl *, const struct tme_flo…
801 int tme_ieee754_quad_check_nan_monadic _TME_P((struct tme_ieee754_ctl *, const struct tme_float *, …
804 int tme_ieee754_quad_check_nan_dyadic _TME_P((struct tme_ieee754_ctl *, const struct tme_float *, c…
[all …]
H A Dieee754-misc.c478 struct tme_ieee754_ctl *ieee754_ctl; in tme_ieee754_exception_float()
481 ieee754_ctl = (struct tme_ieee754_ctl *) _ieee754_ctl; in tme_ieee754_exception_float()
H A Dsoftfloat-tme.c86 struct tme_ieee754_ctl *tme_ieee754_global_ctl;
/dports/emulators/tme/tme-0.8/tme/ic/
H A Dieee754.h96 struct tme_ieee754_ctl { struct
116 void (*tme_ieee754_ctl_exception) _TME_P((struct tme_ieee754_ctl *, tme_int8_t)); argument
144 …void (*tme_ieee754_ctl_nan_from_nans_single) _TME_P((struct tme_ieee754_ctl *, _tme_const tme_uint… argument
145 …void (*tme_ieee754_ctl_nan_from_nans_double) _TME_P((struct tme_ieee754_ctl *, _tme_const union tm… argument
146 …void (*tme_ieee754_ctl_nan_from_nans_extended80) _TME_P((struct tme_ieee754_ctl *, _tme_const stru… argument
147 …void (*tme_ieee754_ctl_nan_from_nans_quad) _TME_P((struct tme_ieee754_ctl *, _tme_const struct tme… argument
196 extern struct tme_ieee754_ctl *tme_ieee754_global_ctl;
/dports/emulators/tme/tme-0.8/ic/m68k/
H A Dm6888x.c359 _tme_m6888x_exception_ieee754(struct tme_ieee754_ctl *ctl, tme_int8_t exceptions_ieee754) in _tme_m6888x_exception_ieee754()
404 _tme_m6888x_nan_from_nans_extended80(struct tme_ieee754_ctl *ctl, in _tme_m6888x_nan_from_nans_extended80()
534 struct tme_ieee754_ctl *ieee754_ctl; in TME_M68K_INSN()
990 …TME_M6888X_IEEE754_OP_RUN(fpgen->tme_m6888x_fpgen_func_ops_offset, (struct tme_ieee754_ctl *, cons… in TME_M68K_INSN()
993 …TME_M6888X_IEEE754_OP_RUN(fpgen->tme_m6888x_fpgen_func_ops_offset, (struct tme_ieee754_ctl *, cons… in TME_M68K_INSN()
996 …TME_M6888X_IEEE754_OP_RUN(fpgen->tme_m6888x_fpgen_func_ops_offset, (struct tme_ieee754_ctl *, cons… in TME_M68K_INSN()
2092 struct tme_ieee754_ctl *ctl; in tme_m68k_fpu_new()
H A Dm68k-impl.h515 struct tme_ieee754_ctl tme_m68k_fpu_ieee754_ctl;
/dports/emulators/tme/tme-0.8/ic/sparc/
H A Dsparc-fpu.c200 _tme_sparc_fpu_exception_ieee754(struct tme_ieee754_ctl *ctl, tme_int8_t exception_ieee754) in _tme_sparc_fpu_exception_ieee754()
404 struct tme_ieee754_ctl *ctl; in tme_sparc_fpu_new()
H A Dsparc-fpu-auto.c52 _tme_sparc_fpu_nan_from_nans_single(struct tme_ieee754_ctl *ctl, in _tme_sparc_fpu_nan_from_nans_single()
135 _tme_sparc_fpu_nan_from_nans_double(struct tme_ieee754_ctl *ctl, in _tme_sparc_fpu_nan_from_nans_double()
218 _tme_sparc_fpu_nan_from_nans_quad(struct tme_ieee754_ctl *ctl, in _tme_sparc_fpu_nan_from_nans_quad()
H A Dsparc-fpu-auto.sh118 _tme_sparc_fpu_nan_from_nans_${precision}(struct tme_ieee754_ctl *ctl,
H A Dsparc-impl.h920 struct tme_ieee754_ctl tme_sparc_fpu_ieee754_ctl;