Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/plc/
Dsbc_plc.c50 } float_int; in SqrtByCarmack() local
56 float_int.y = x; in SqrtByCarmack()
58 float_int.i = 0x5f375a86 - (float_int.i >> 1); in SqrtByCarmack()
59 float_int.y = float_int.y * (threehalfs - (x2 * float_int.y * float_int.y)); in SqrtByCarmack()
63 return (x * float_int.y); in SqrtByCarmack()