Home
last modified time | relevance | path

Searched refs:float64_round_to_int (Results 1 – 6 of 6) sorted by relevance

/external/qemu/target-i386/
Dops_sse.h1596 d->L(0) = float64_round_to_int(s->L(0), &env->sse_status); in glue()
1597 d->L(1) = float64_round_to_int(s->L(1), &env->sse_status); in glue()
1598 d->L(2) = float64_round_to_int(s->L(2), &env->sse_status); in glue()
1599 d->L(3) = float64_round_to_int(s->L(3), &env->sse_status); in glue()
1632 d->Q(0) = float64_round_to_int(s->Q(0), &env->sse_status); in glue()
1633 d->Q(1) = float64_round_to_int(s->Q(1), &env->sse_status); in glue()
1666 d->L(0) = float64_round_to_int(s->L(0), &env->sse_status); in glue()
1699 d->Q(0) = float64_round_to_int(s->Q(0), &env->sse_status); in glue()
Dexec.h122 #define floatx_round_to_int float64_round_to_int
/external/qemu/fpu/
Dsoftfloat-native.c373 float64 float64_round_to_int( float64 a STATUS_PARAM ) in float64_round_to_int() function
Dsoftfloat-native.h323 float64 float64_round_to_int( float64 STATUS_PARAM );
Dsoftfloat.h433 float64 float64_round_to_int( float64 STATUS_PARAM );
Dsoftfloat.c3019 float64 float64_round_to_int( float64 a STATUS_PARAM ) in float64_round_to_int() function
3080 res = float64_round_to_int(a STATUS_VAR); in float64_trunc_to_int()