Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_rational.cpp48 real64 y = Abs_real64 (x); in Set_real64()
Ddng_color_spec.cpp540 if (Abs_real64 (next.x - last.x) + in NeutralToXY()
541 Abs_real64 (next.y - last.y) < 0.0000001) in NeutralToXY()
Ddng_1d_function.cpp53 if (Abs_real64 (y1 - y0) < kNearZero) in EvaluateInverse()
Ddng_camera_profile.cpp574 if (Abs_real64 (xyz [0] - pcs [0]) > kThreshold || in ValidForwardMatrix()
575 Abs_real64 (xyz [1] - pcs [1]) > kThreshold || in ValidForwardMatrix()
576 Abs_real64 (xyz [2] - pcs [2]) > kThreshold) in ValidForwardMatrix()
Ddng_linearization_info.cpp1118 Abs_real64 (fBlackLevel [j] [k] [n])); in RoundBlacks()
1128 Abs_real64 (fBlackDeltaV->Buffer_real64 () [j])); in RoundBlacks()
1138 Abs_real64 (fBlackDeltaH->Buffer_real64 () [j])); in RoundBlacks()
Ddng_lens_correction.cpp215 if (Abs_real64 (y1 - y0) < kNearZero) in EvaluateInverse()
2218 const real64 maxRadius = hypot (Max_real64 (Abs_real64 (centerPixel.v - bounds.t), in Prepare()
2219 Abs_real64 (centerPixel.v - bounds.b)) * pixelScaleV, in Prepare()
2221 Max_real64 (Abs_real64 (centerPixel.h - bounds.l), in Prepare()
2222 Abs_real64 (centerPixel.h - bounds.r))); in Prepare()
Ddng_matrix.cpp893 if (Abs_real64 (det) < kNearZero) in Invert3by3()
947 if (Abs_real64 (alpha) < kNearZero) in InvertNbyN()
Ddng_shared.cpp2965 if (Abs_real64 (fAsShotWhiteXY.x - pcs.x) > 0.01 || in PostParse()
2966 Abs_real64 (fAsShotWhiteXY.y - pcs.y) > 0.01) in PostParse()
Ddng_utils.h404 inline real64 Abs_real64 (real64 x) in Abs_real64() function
Ddng_resample.cpp45 x = Abs_real64 (x); in Evaluate()
Ddng_exif.cpp2045 if (Abs_real64 (tv1 - tv2) > 0.25) in Parse_ifd0_exif()
2093 if (Abs_real64 (av1 - av2) > 0.25) in Parse_ifd0_exif()
Ddng_negative.cpp4315 DNG_ASSERT (Abs_real64 (x - (y / 16.0 + y * y * y * 15.0 / 16.0)) < 0.0000001, in Evaluate()
4325 DNG_ASSERT (Abs_real64 (x - (y / 16.0 + y * y * (15.0 / 16.0))) < 0.0000001, in Evaluate()