Searched refs:w (Results 1 – 2 of 2) sorted by relevance
45 double x,w; in bs_random_Gaus() local55 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() local82 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 …]
33 …@nm ${COMPONENT_OUTPUT_DIR}/${EXE_NAME} | grep -v " [U|w] " | sort | cut -d" " -f1,3 > $(COMPONENT…