HomeSort by relevance Sort by last modified time
    Searched refs:vrand (Results 1 - 4 of 4) sorted by null

  /external/eigen/test/
stable_norm.cpp 69 vrand = MatrixType::Random(rows, cols), local
77 VERIFY_IS_APPROX(vrand.stableNorm(), vrand.norm());
78 VERIFY_IS_APPROX(vrand.blueNorm(), vrand.norm());
79 VERIFY_IS_APPROX(vrand.hypotNorm(), vrand.norm());
102 VERIFY_IS_APPROX(vrand.colwise().stableNorm(), vrand.colwise().norm());
103 VERIFY_IS_APPROX(vrand.colwise().blueNorm(), vrand.colwise().norm())
    [all...]
  /prebuilts/go/darwin-x86/src/math/rand/
gen_cooked.go 65 func vrand() int64 { func
82 vrand()
84 fmt.Printf("rngVec after 7.8e12 calls to vrand:\n%#v\n", rngVec)
88 fmt.Printf("lower 63bit of rngVec after 7.8e12 calls to vrand:\n%#v\n", rngVec)
  /prebuilts/go/linux-x86/src/math/rand/
gen_cooked.go 65 func vrand() int64 { func
82 vrand()
84 fmt.Printf("rngVec after 7.8e12 calls to vrand:\n%#v\n", rngVec)
88 fmt.Printf("lower 63bit of rngVec after 7.8e12 calls to vrand:\n%#v\n", rngVec)
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 2813 vchar_t *vrand; local
    [all...]

Completed in 604 milliseconds