Home
last modified time | relevance | path

Searched refs:float128_abs (Results 1 – 2 of 2) sorted by relevance

/qemu/target/s390x/tcg/
H A Dvec_fpu_helper.c1042 a = float128_abs(a); in vfminmax128()
1043 b = float128_abs(b); in vfminmax128()
/qemu/include/fpu/
H A Dsoftfloat.h1262 static inline float128 float128_abs(float128 a) in float128_abs() function