Home
last modified time | relevance | path

Searched refs:w_e (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/boost/graph/
Drelax.hpp55 const W& w_e = get(w, e); in relax() local
61 if (compare(combine(d_u, w_e), d_v)) in relax()
63 put(d, v, combine(d_u, w_e)); in relax()
74 else if (is_undirected && compare(combine(d_v, w_e), d_u)) in relax()
76 put(d, u, combine(d_v, w_e)); in relax()
104 const W& w_e = get(w, e); in relax_target() local
110 if (compare(combine(d_u, w_e), d_v)) in relax_target()
112 put(d, v, combine(d_u, w_e)); in relax_target()
Dsloan_ordering.hpp119 Degree dummy, h_i, h_s, w_i, w_e; in sloan_start_end_vertices() local
204 w_e = (std::numeric_limits< Degree >::max)(); in sloan_start_end_vertices()
232 if ((h_i > h_s) && (w_i < w_e)) in sloan_start_end_vertices()
240 else if (w_i < w_e) in sloan_start_end_vertices()
242 w_e = w_i; in sloan_start_end_vertices()
Dbetweenness_centrality.hpp90 weight_type w_e = get(weight, e); in edge_not_relaxed() local
93 if (d_w == combine(d_v, w_e)) in edge_not_relaxed()
/third_party/typescript/tests/baselines/reference/
DglobalThisTypeIndexAccess.symbols2 declare const w_e: (typeof globalThis)["globalThis"]
3 >w_e : Symbol(w_e, Decl(globalThisTypeIndexAccess.ts, 0, 13))
DglobalThisTypeIndexAccess.types2 declare const w_e: (typeof globalThis)["globalThis"]
3 >w_e : typeof globalThis
DglobalThisTypeIndexAccess.js2 declare const w_e: (typeof globalThis)["globalThis"]
/third_party/typescript/tests/cases/conformance/es2019/
DglobalThisTypeIndexAccess.ts2 declare const w_e: (typeof globalThis)["globalThis"] constant
/third_party/openh264/codec/decoder/core/x86/
Dintra_pred.asm1236 ;paddw xmm0, xmm1 ; w_o w_e w_o w_e w_o w_e w_o w_e (w_o=1+3+5+7, w_e=0+2+4+6)
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_clip_control.txt455 Zc = -0.5 = 0*x_e + 0*y_e + ((2+1000)/(2-1000))*z_e + (2*1000/(2-1000))*w_e
457 solving for z_e when w_e is one, means z_e equals -1.498
/third_party/openGLES/extensions/ARB/
DARB_clip_control.txt465 Zc = -0.5 = 0*x_e + 0*y_e + ((2+1000)/(2-1000))*z_e + (2*1000/(2-1000))*w_e
467 solving for z_e when w_e is one, means z_e equals -1.498
/third_party/openGLES/extensions/NV/
DNV_fragment_program4.txt315 (p_1' p_2' p_3' p_4') dot (x_e y_e z_e w_e),
DNV_tessellation_program5.txt739 (p_1' p_2' p_3' p_4') dot (x_e y_e z_e w_e),
DNV_geometry_program4.txt778 (p_1' p_2' p_3' p_4') dot (x_e y_e z_e w_e),
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_fragment_program4.txt315 (p_1' p_2' p_3' p_4') dot (x_e y_e z_e w_e),
DNV_tessellation_program5.txt739 (p_1' p_2' p_3' p_4') dot (x_e y_e z_e w_e),
DNV_geometry_program4.txt778 (p_1' p_2' p_3' p_4') dot (x_e y_e z_e w_e),