Home
last modified time | relevance | path

Searched refs:Abs_real64 (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/dcp2icc/dcp2icc-0.1/dng_sdk_1_2/dng_sdk/source/
H A Ddng_rational.cpp48 real64 y = Abs_real64 (x); in Set_real64()
H A Ddng_color_spec.cpp513 if (Abs_real64 (next.x - last.x) + in NeutralToXY()
514 Abs_real64 (next.y - last.y) < 0.0000001) in NeutralToXY()
H A Ddng_camera_profile.cpp519 if (Abs_real64 (xyz [0] - pcs [0]) > kThreshold || in ValidForwardMatrix()
520 Abs_real64 (xyz [1] - pcs [1]) > kThreshold || in ValidForwardMatrix()
521 Abs_real64 (xyz [2] - pcs [2]) > kThreshold) in ValidForwardMatrix()
H A Ddng_1d_function.cpp53 if (Abs_real64 (y1 - y0) < kNearZero) in EvaluateInverse()
H A Ddng_linearization_info.cpp1017 Abs_real64 (fBlackLevel [j] [k] [n])); in RoundBlacks()
1027 Abs_real64 (fBlackDeltaV->Buffer_real64 () [j])); in RoundBlacks()
1037 Abs_real64 (fBlackDeltaH->Buffer_real64 () [j])); in RoundBlacks()
H A Ddng_matrix.cpp849 if (Abs_real64 (det) < kNearZero) in Invert3by3()
903 if (Abs_real64 (alpha) < kNearZero) in InvertNbyN()
H A Ddng_utils.h296 inline real64 Abs_real64 (real64 x) in Abs_real64() function
H A Ddng_resample.cpp44 x = Abs_real64 (x); in Evaluate()
H A Ddng_shared.cpp2488 if (Abs_real64 (fAsShotWhiteXY.x - pcs.x) > 0.01 || in PostParse()
2489 Abs_real64 (fAsShotWhiteXY.y - pcs.y) > 0.01) in PostParse()
H A Ddng_exif.cpp1735 if (Abs_real64 (tv1 - tv2) > 0.25) in Parse_ifd0_exif()
1783 if (Abs_real64 (av1 - av2) > 0.25) in Parse_ifd0_exif()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/dng_sdk/
H A Ddng_rational.cpp41 real64 y = Abs_real64 (x); in Set_real64()
H A Ddng_color_spec.cpp526 if (Abs_real64 (next.x - last.x) + in NeutralToXY()
527 Abs_real64 (next.y - last.y) < 0.0000001) in NeutralToXY()
H A Ddng_matrix.cpp328 if (Abs_real64 (fData [j] [k] - m [j] [k]) > slop) in AlmostEqual()
1092 if (Abs_real64 (det) < kNearZero) in Invert3by3()
1156 real64 v = Abs_real64 (A [k] [i]); in InvertNbyN()
1168 if (Abs_real64 (alpha) < kNearZero) in InvertNbyN()
H A Ddng_1d_function.cpp46 if (Abs_real64 (y1 - y0) < kNearZero) in EvaluateInverse()
H A Ddng_camera_profile.cpp600 if (Abs_real64 (xyz [0] - pcs [0]) > kThreshold || in ValidForwardMatrix()
601 Abs_real64 (xyz [1] - pcs [1]) > kThreshold || in ValidForwardMatrix()
602 Abs_real64 (xyz [2] - pcs [2]) > kThreshold) in ValidForwardMatrix()
H A Ddng_lens_correction.cpp207 if (Abs_real64 (y1 - y0) < kNearZero) in EvaluateInverse()
2323 const real64 maxRadius = hypot (Max_real64 (Abs_real64 (centerPixel.v - bounds.t), in Prepare()
2324 Abs_real64 (centerPixel.v - bounds.b)) * pixelScaleV, in Prepare()
2326 Max_real64 (Abs_real64 (centerPixel.h - bounds.l), in Prepare()
2327 Abs_real64 (centerPixel.h - bounds.r))); in Prepare()
H A Ddng_linearization_info.cpp1137 Abs_real64 (fBlackLevel [j] [k] [n])); in RoundBlacks()
1147 Abs_real64 (fBlackDeltaV->Buffer_real64 () [j])); in RoundBlacks()
1157 Abs_real64 (fBlackDeltaH->Buffer_real64 () [j])); in RoundBlacks()
H A Ddng_shared.cpp3049 if (Abs_real64 (fAsShotWhiteXY.x - pcs.x) > 0.01 || in PostParse()
3050 Abs_real64 (fAsShotWhiteXY.y - pcs.y) > 0.01) in PostParse()
H A Ddng_resample.cpp38 x = Abs_real64 (x); in Evaluate()
H A Ddng_utils.h524 inline real64 Abs_real64 (real64 x) in Abs_real64() function
H A Ddng_exif.cpp2224 if (Abs_real64 (tv1 - tv2) > 0.25) in Parse_ifd0_exif()
2272 if (Abs_real64 (av1 - av2) > 0.25) in Parse_ifd0_exif()
H A Ddng_negative.cpp4770 DNG_ASSERT (Abs_real64 (x - (kSceneProxyCurveSlope * y + in SceneProxyCurve()
4790 DNG_ASSERT (Abs_real64 (x - (kOutputProxyCurveSlope * y + in OutputProxyCurve()