OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:floatx80_to_int64_round_to_zero
(Results
1 - 3
of
3
) sorted by null
/external/qemu/include/fpu/
softfloat.h
485
int64
floatx80_to_int64_round_to_zero
( floatx80 STATUS_PARAM );
/external/qemu/target-i386/
fpu_helper.c
284
val =
floatx80_to_int64_round_to_zero
(ST0, &env->fp_status);
/external/qemu/fpu/
softfloat.c
4352
int64
floatx80_to_int64_round_to_zero
( floatx80 a STATUS_PARAM )
function
[
all
...]
Completed in 44 milliseconds