Home
last modified time | relevance | path

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

/aosp_15_r20/external/bc/include/
H A Drand.h124 #define bc_rand_mul2(a, b) (((BcRandState) (a)) * ((BcRandState) (b))) macro
213 #define bc_rand_mul2(a, b) (bc_rand_multiply2((a), (b))) macro
334 #define bc_rand_mul2(a, b) (((BcRandState) (a)) * ((BcRandState) (b))) macro