Home
last modified time | relevance | path

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

/external/bc/include/
Drand.h84 #define bc_rand_mul(a, b) (((BcRandState) (a)) * ((BcRandState) (b))) macro
108 #define bc_rand_mul(a, b) (bc_rand_multiply((a), (b))) macro
145 #define bc_rand_mul(a, b) (((BcRandState) (a)) * ((BcRandState) (b))) macro