/third_party/boost/boost/graph/ |
D | relax.hpp | 55 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()
|
D | sloan_ordering.hpp | 119 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()
|
D | betweenness_centrality.hpp | 90 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/ |
D | globalThisTypeIndexAccess.symbols | 2 declare const w_e: (typeof globalThis)["globalThis"] 3 >w_e : Symbol(w_e, Decl(globalThisTypeIndexAccess.ts, 0, 13))
|
D | globalThisTypeIndexAccess.types | 2 declare const w_e: (typeof globalThis)["globalThis"] 3 >w_e : typeof globalThis
|
D | globalThisTypeIndexAccess.js | 2 declare const w_e: (typeof globalThis)["globalThis"]
|
/third_party/typescript/tests/cases/conformance/es2019/ |
D | globalThisTypeIndexAccess.ts | 2 declare const w_e: (typeof globalThis)["globalThis"] constant
|
/third_party/openh264/codec/decoder/core/x86/ |
D | intra_pred.asm | 1236 ;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/ |
D | ARB_clip_control.txt | 455 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/ |
D | ARB_clip_control.txt | 465 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/ |
D | NV_fragment_program4.txt | 315 (p_1' p_2' p_3' p_4') dot (x_e y_e z_e w_e),
|
D | NV_tessellation_program5.txt | 739 (p_1' p_2' p_3' p_4') dot (x_e y_e z_e w_e),
|
D | NV_geometry_program4.txt | 778 (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/ |
D | NV_fragment_program4.txt | 315 (p_1' p_2' p_3' p_4') dot (x_e y_e z_e w_e),
|
D | NV_tessellation_program5.txt | 739 (p_1' p_2' p_3' p_4') dot (x_e y_e z_e w_e),
|
D | NV_geometry_program4.txt | 778 (p_1' p_2' p_3' p_4') dot (x_e y_e z_e w_e),
|