Home
last modified time | relevance | path

Searched +defs:G +defs:max (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/algo/
Dmod.rs138 g: G, in toposort()
247 fn with_dfs<G, F, R>(g: G, space: Option<&mut DfsSpaceType<G>>, f: F) -> R in with_dfs()
269 g: G, in has_path_connecting()
393 pub fn run<G, F>(&mut self, g: G, mut f: F) in run()
413 fn visit<G, F>(&mut self, v: G::NodeId, g: G, f: &mut F) in visit()
474 pub fn node_component_index<G>(&self, g: G, v: N) -> usize in node_component_index()
663 pub fn is_bipartite_undirected<G, N, VM>(g: G, start: N) -> bool in is_bipartite_undirected()
747 fn max() -> Self; in max() method
846 fn max() -> Self; in max() method
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/
H A Dbad_engine.verify.cpp16 struct G { struct
20 static constexpr result_type max() { return 255; } in max() function
25 G<int> badg; in test() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/
H A Dbad_engine.verify.cpp17 struct G { struct
21 static constexpr result_type max() { return 255; } in max() function
26 G<int> badg; in test() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/
H A Dbad_engine.verify.cpp17 struct G { struct
21 static constexpr result_type max() { return 255; } in max() function
26 G<int> badg; in test() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/
H A Dbad_engine.verify.cpp16 struct G { struct
20 static constexpr result_type max() { return 255; } in max() function
25 G<int> badg; in test() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/
H A Dbad_engine.verify.cpp17 struct G { struct
21 static constexpr result_type max() { return 255; } in max() function
26 G<int> badg; in test() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/
H A Dbad_engine.verify.cpp16 struct G { struct
20 static constexpr result_type max() { return 255; } in max() function
25 G<int> badg; in test() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
H A Dbad_engine.verify.cpp16 struct G { struct
20 static constexpr result_type max() { return 255; } in max() function
25 G<int> badg; in test() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/
H A Dbad_engine.verify.cpp17 struct G { struct
21 static constexpr result_type max() { return 255; } in max() function
26 G<int> badg; in test() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/
H A Dbad_engine.verify.cpp16 struct G { struct
20 static constexpr result_type max() { return 255; } in max() function
25 G<int> badg; in test() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/
H A Dbad_engine.verify.cpp16 struct G { struct
20 static constexpr result_type max() { return 255; } in max() function
25 G<int> badg; in test() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
H A Dbad_engine.verify.cpp16 struct G { struct
20 static constexpr result_type max() { return 255; } in max() function
25 G<int> badg; in test() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/
H A Dbad_engine.verify.cpp16 struct G { struct
20 static constexpr result_type max() { return 255; } in max() function
25 G<int> badg; in test() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/
H A Dbad_engine.verify.cpp16 struct G { struct
20 static constexpr result_type max() { return 255; } in max() function
25 G<int> badg; in test() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/
H A Dbad_engine.verify.cpp16 struct G { struct
20 static constexpr result_type max() { return 255; } in max() function
25 G<int> badg; in test() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Dbad_engine.verify.cpp16 struct G { struct
20 static constexpr result_type max() { return 255; } in max() function
25 G<int> badg; in test() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/
H A Dbad_engine.verify.cpp17 struct G { struct
21 static constexpr result_type max() { return 255; } in max() function
26 G<int> badg; in test() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/
H A Dbad_engine.verify.cpp16 struct G { struct
20 static constexpr result_type max() { return 255; } in max() function
25 G<int> badg; in test() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/
H A Dbad_engine.verify.cpp16 struct G { struct
20 static constexpr result_type max() { return 255; } in max() function
25 G<int> badg; in test() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/
H A Dbad_engine.verify.cpp16 struct G { struct
20 static constexpr result_type max() { return 255; } in max() function
25 G<int> badg; in test() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/
H A Dbad_engine.verify.cpp16 struct G { struct
20 static constexpr result_type max() { return 255; } in max() function
25 G<int> badg; in test() argument
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
H A DLaguerreSolver.java92 public double solve(final double min, final double max) in solve()
99 public double solve(final double min, final double max, final double initial) in solve()
122 final double min, final double max, final double initial) in solve()
146 final double min, final double max, final double initial) in solve()
191 final double min, final double max) in solve()
218 final double min, final double max) in solve()
265 protected boolean isRootOK(double min, double max, Complex z) { in isRootOK()
376 Complex G = null; in solve() local
/aosp_15_r20/external/skia/gm/
H A Dhsl.cpp49 static float max(float r, float g, float b) { return std::max(r, std::max(g, b)); } in max() function
96 G = *sg, in hue() local
109 G = dg, in saturation() local
122 G = *sg, in color() local
134 G = dg, in luminosity() local
/aosp_15_r20/external/skia/modules/skcms/src/
H A DTransform_inl.h334 const float R = tf->a, G = tf->b, in apply_hlg() local
348 const float R = tf->a, G = tf->b, in apply_hlginv() local
743 F R,G,B,A=F0; in clut() local
908 static constexpr float max = 1.25098f; in STAGE() local
918 static constexpr float max = 1.25098f; in STAGE() local
1010 G = (U16)v.val[1], in STAGE() local
1029 G = (U16)v.val[1], in STAGE() local
1120 G = m[3]*r + m[4]*g + m[5]*b, in STAGE() local
1132 G = m[4]*r + m[5]*g + m[ 6]*b + m[ 7], in STAGE() local
1314 static constexpr float max = 1.25098f; in FINAL_STAGE() local
[all …]
/aosp_15_r20/external/skia/src/opts/
H A DSkRasterPipeline_opts.h130 SI F max(F a, F b) { return fmaxf(a,b); } in max() function
131 SI I32 max(I32 a, I32 b) { return a > b ? a : b; } in max() function
132 SI U32 max(U32 a, U32 b) { return a > b ? a : b; } in max() function
1310 SI F max(F a, float b) { return max(a, F_(b)); } in max() function
1311 SI F max(float a, F b) { return max(F_(a), b); } in max() function
1783 static constexpr float max = 1.25098f; in from_1010102_xr() local
2288 G = g*a, in STAGE() local
2302 G = dg*a, in STAGE() local
2316 G = g*da, in STAGE() local
2329 G = dg*a, in STAGE() local
[all …]

12345678910>>...13