OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:discr
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/3rdparty/openexr/Imath/
ImathSphere.h
128
T
discr
= B*B - T(4.0)*C;
local
130
if (
discr
< 0.0)
140
T sqroot = Math<T>::sqrt(
discr
);
/external/skia/src/core/
SkGeometry.cpp
572
//
discr
(I) = d0^2 * (3*d1^2 - 4*d0*d2)
574
//
discr
(I) > 0 Serpentine
575
//
discr
(I) = 0 Cusp
576
//
discr
(I) < 0 Loop
584
const SkScalar
discr
= d[0] * d[0] * (3.f * d[1] * d[1] - 4.f * d[0] * d[2]);
585
if (
discr
> SK_ScalarNearlyZero) {
587
} else if (
discr
< -SK_ScalarNearlyZero) {
[
all
...]
/external/elfutils/libdw/
known-dwarf.h
84
DWARF_ONE_KNOWN_DW_AT (
discr
, DW_AT_discr) \
[
all
...]
/external/guice/extensions/persist/lib/
hibernate-annotations.jar
Completed in 129 milliseconds