Searched refs:float64_half (Results 1 – 3 of 3) sorted by relevance
/external/qemu/target-arm/ |
D | helper.c | 2954 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/ |
D | softfloat-native.h | 299 #define float64_half (0.5) macro
|
D | softfloat.h | 505 #define float64_half make_float64(0x3fe0000000000000LL) macro
|