Home
last modified time | relevance | path

Searched refs:float64_half (Results 1 – 3 of 3) sorted by relevance

/external/qemu/target-arm/
Dhelper.c2954 q = float64_add(q, float64_half, s); in recip_estimate()
2960 q = float64_add(q, float64_half, s); in recip_estimate()
3021 if (float64_lt(a, float64_half, s)) { in recip_sqrt_estimate()
3032 q = float64_add(q, float64_half, s); in recip_sqrt_estimate()
3047 q = float64_add(q, float64_half, s); in recip_sqrt_estimate()
3056 q = float64_add(q, float64_half, s); in recip_sqrt_estimate()
/external/qemu/fpu/
Dsoftfloat-native.h299 #define float64_half (0.5) macro
Dsoftfloat.h505 #define float64_half make_float64(0x3fe0000000000000LL) macro