Home
last modified time | relevance | path

Searched defs:tab2 (Results 1 – 4 of 4) sorted by relevance

/external/arm-optimized-routines/math/
Dmath_config.h375 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS]; member
390 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS]; member
/external/v8/src/arm64/
Dsimulator-logic-arm64.cc2149 const LogicVRegister* tab2, in Table()
2178 const LogicVRegister& tab2, in tbl()
2185 const LogicVRegister& tab2, in tbl()
2193 const LogicVRegister& tab2, in tbl()
2208 const LogicVRegister& tab2, in tbx()
2215 const LogicVRegister& tab2, in tbx()
2223 const LogicVRegister& tab2, in tbx()
/external/vixl/src/aarch64/
Dlogic-aarch64.cc2624 const LogicVRegister* tab2, in Table()
2657 const LogicVRegister& tab2, in tbl()
2666 const LogicVRegister& tab2, in tbl()
2676 const LogicVRegister& tab2, in tbl()
2695 const LogicVRegister& tab2, in tbx()
2704 const LogicVRegister& tab2, in tbx()
2714 const LogicVRegister& tab2, in tbx()
/external/u-boot/lib/
Dbch.c233 const uint32_t * const tab2 = tab1 + 256*(l+1); in encode_bch() local