Home
last modified time | relevance | path

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

/external/bc/include/
Drand.h85 #define bc_rand_add(a, b) (((BcRandState) (a)) + ((BcRandState) (b))) macro
109 #define bc_rand_add(a, b) (bc_rand_addition((a), (b))) macro
146 #define bc_rand_add(a, b) (((BcRandState) (a)) + ((BcRandState) (b))) macro