Home
last modified time | relevance | path

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

/babblesim_base-3.4.0/libRandv2/src/
Dbs_rand_main.c45 double x,w; in bs_random_Gaus() local
55 w = x * x + y * y; in bs_random_Gaus()
56 } while (w >= 1 || w == 0); in bs_random_Gaus()
58 w = sqrt(-2.0 * log(w) / w); in bs_random_Gaus()
59 toreturn = x * w; in bs_random_Gaus()
60 y = y * w; in bs_random_Gaus()
75 double x, y, w; in bs_random_Gaus_c() local
82 w = x * x + y * y; in bs_random_Gaus_c()
83 } while(w >= 1 || w == 0); in bs_random_Gaus_c()
84 w = sqrt(-2.0 * log(w) / w); in bs_random_Gaus_c()
[all …]
/babblesim_base-3.4.0/common/
Dmake.device.inc33 …@nm ${COMPONENT_OUTPUT_DIR}/${EXE_NAME} | grep -v " [U|w] " | sort | cut -d" " -f1,3 > $(COMPONENT…