Home
last modified time | relevance | path

Searched refs:float32_compare (Results 1 – 4 of 4) sorted by relevance

/external/qemu/fpu/
Dsoftfloat-native.c224 int float32_compare( float32 a, float32 b STATUS_PARAM ) in float32_compare() function
Dsoftfloat-native.h254 int float32_compare( float32, float32 STATUS_PARAM );
Dsoftfloat.h333 int float32_compare( float32, float32 STATUS_PARAM );
/external/qemu/target-i386/
Dops_sse.h919 ret = float32_compare(s0, s1, &env->sse_status); in helper_comiss()