OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:solveCubic
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/3rdparty/openexr/Imath/
ImathRoots.h
59
//
solveCubic
(a, b, c, d, x) a * x*x*x + b * x*x + c * x + d == 0
87
template <class T> int
solveCubic
(T a, T b, T c, T d, T x[3]);
204
solveCubic
(T a, T b, T c, T d, T x[3])
/external/fonttools/Lib/fontTools/misc/
bezierTools.py
16
"
solveCubic
",
157
solutions =
solveCubic
(a[isHorizontal], b[isHorizontal], c[isHorizontal],
282
def
solveCubic
(a, b, c, d):
295
# don't just test for zero; for very small values of 'a'
solveCubic
()
/external/opencv3/modules/java/src/
core+Core.java
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 596 milliseconds