Home
last modified time | relevance | path

Searched defs:fdim (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp77 Ambiguous fdim(Ambiguous, Ambiguous){ return Ambiguous(); } in fdim() function
/external/clang/lib/Headers/
Dtgmath.h711 #define fdim(__x, __y) __tg_fdim(__tg_promote2((__x), (__y))(__x), \ macro
/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp975 const int fdim = 2; in calcdfdx() local