Home
last modified time | relevance | path

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

/external/bison/lib/
Dmath.in.h891 # define fmod rpl_fmod macro
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp46 Ambiguous fmod(Ambiguous, Ambiguous){ return Ambiguous(); } in fmod() function
/external/clang/lib/Headers/
Dtgmath.h805 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro