OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:float64_to_int64
(Results
1 - 4
of
4
) sorted by null
/external/qemu/include/fpu/
softfloat.h
380
int64
float64_to_int64
( float64 STATUS_PARAM );
/external/qemu/target-mips/
op_helper.c
[
all
...]
/external/qemu/fpu/
softfloat.c
2873
int64
float64_to_int64
( float64 a STATUS_PARAM )
function
[
all
...]
/external/qemu/target-i386/
ops_sse.h
755
return
float64_to_int64
(s->XMM_D(0), &env->sse_status);
[
all
...]
Completed in 200 milliseconds