Home
last modified time | relevance | path

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

/include/linux/
A Dmath64.h197 } rl, rm, rn, rh, a0, b0; in mul_u64_u64_shr() local
201 b0.ll = b; in mul_u64_u64_shr()
203 rl.ll = mul_u32_u32(a0.l.low, b0.l.low); in mul_u64_u64_shr()
204 rm.ll = mul_u32_u32(a0.l.low, b0.l.high); in mul_u64_u64_shr()
205 rn.ll = mul_u32_u32(a0.l.high, b0.l.low); in mul_u64_u64_shr()
206 rh.ll = mul_u32_u32(a0.l.high, b0.l.high); in mul_u64_u64_shr()
/include/
A Dec_commands.h2731 float b0; member
2740 float b0; member

Completed in 22 milliseconds