OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:float32_to_int64
(Results
1 - 6
of
6
) sorted by null
/external/qemu/fpu/
softfloat-native.c
155
int64_t
float32_to_int64
( float32 a STATUS_PARAM)
function
softfloat-native.h
190
int64_t
float32_to_int64
( float32 STATUS_PARAM);
softfloat.h
303
int64
float32_to_int64
( float32 STATUS_PARAM );
softfloat.c
1489
int64
float32_to_int64
( float32 a STATUS_PARAM )
function
[
all
...]
/external/qemu/target-mips/
op_helper.c
[
all
...]
/external/qemu/target-i386/
ops_sse.h
721
return
float32_to_int64
(s->XMM_S(0), &env->sse_status);
[
all
...]
Completed in 263 milliseconds