OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chord
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp
33
//
Chord
- An edge not in the spanning tree.
251
// Depth first algorithm for determining the
chord
increments.f
542
BLInstrumentationEdge*
chord
;
local
545
chord
= (BLInstrumentationEdge*) *chordEdge;
546
chord
->setIncrement(
chord
->getIncrement() +
chord
->getWeight());
851
// Depth first algorithm for determining the
chord
increments.
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
bezier.c
138
VGfloat
chord
; /*
chord
length */
local
144
chord
= line_length(bez->x1, bez->y1, bez->x4, bez->y4);
146
if ((len-
chord
) > error) {
/external/mesa3d/src/gallium/state_trackers/vega/
bezier.c
138
VGfloat
chord
; /*
chord
length */
local
144
chord
= line_length(bez->x1, bez->y1, bez->x4, bez->y4);
146
if ((len-
chord
) > error) {
Completed in 624 milliseconds