HomeSort by relevance Sort by last modified time
    Searched refs:Pin_real64 (Results 1 - 7 of 7) sorted by null

  /external/dng_sdk/source/
dng_xy_coord.cpp 55 temp.x = Pin_real64 (0.000001, temp.x, 0.999999);
56 temp.y = Pin_real64 (0.000001, temp.y, 0.999999);
dng_1d_function.cpp 58 real64 x2 = Pin_real64 (0.0,
141 real64 y = Pin_real64 (0.0, fFunction1.Evaluate (x), 1.0);
dng_color_spec.cpp 54 A [0] [0] = Pin_real64 (0.1, w1 [0] > 0.0 ? w2 [0] / w1 [0] : 10.0, 10.0);
55 A [1] [1] = Pin_real64 (0.1, w1 [1] > 0.0 ? w2 [1] / w1 [1] : 10.0, 10.0);
56 A [2] [2] = Pin_real64 (0.1, w1 [2] > 0.0 ? w2 [2] / w1 [2] : 10.0, 10.0);
425 fCameraWhite [j] = Pin_real64 (0.001,
dng_utils.h 425 inline real64 Pin_real64 (real64 min, real64 x, real64 max)
432 inline real64 Pin_real64 (real64 x)
435 return Pin_real64 (0.0, x, 1.0);
dng_linearization_info.cpp 365 y = Pin_real64 (0.0, y, 1.0);
dng_lens_correction.cpp 220 const real64 x2 = Pin_real64 (0.0,
    [all...]
dng_negative.cpp     [all...]

Completed in 127 milliseconds