Searched refs:fmod (Results 1 – 5 of 5) sorted by relevance
106 TEST_FUNC_2(fmod);
279 TEST_FN_FUNC_FN_FN(fmod);
380 extern float __attribute__((overloadable)) fmod(float x, float y);381 FN_FUNC_FN_FN(fmod)
420 extern float __attribute__((overloadable)) fmod(float, float);421 FN_FUNC_FN_FN(fmod) in FN_FUNC_FN_FN() argument
469 Result.DoubleVal = ::fmod(LHS.DoubleVal, RHS.DoubleVal); in GetConstantValue()