Searched refs:origin (Results 1 – 3 of 3) sorted by relevance
72 [ "$FORMAT_REMOTE" ] || FORMAT_REMOTE=origin
142 origin of the Work and reproducing the content of the NOTICE file.
5209 double AddNoise(double origin, double noise_ratio) { in AddNoise() argument5211 return origin; in AddNoise()5215 if (origin + delta < 0) { in AddNoise()5216 return origin; in AddNoise()5218 return (origin + delta); in AddNoise()