Home
last modified time | relevance | path

Searched refs:fmod (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs106 TEST_FUNC_2(fmod);
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
Dmath.rs279 TEST_FN_FUNC_FN_FN(fmod);
/frameworks/base/libs/rs/scriptc/
Drs_cl.rsh380 extern float __attribute__((overloadable)) fmod(float x, float y);
381 FN_FUNC_FN_FN(fmod)
/frameworks/compile/libbcc/lib/ScriptCRT/
Drs_cl.c420 extern float __attribute__((overloadable)) fmod(float, float);
421 FN_FUNC_FN_FN(fmod) in FN_FUNC_FN_FN() argument
/frameworks/compile/libbcc/lib/CodeGen/
DCodeEmitter.cpp469 Result.DoubleVal = ::fmod(LHS.DoubleVal, RHS.DoubleVal); in GetConstantValue()