HomeSort by relevance Sort by last modified time
    Searched defs:atan2pi (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/driver/runtime/
rs_cl.c 375 extern float __attribute__((overloadable)) atan2pi(float y, float x) { function
378 FN_FUNC_FN_FN(atan2pi)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 303 static private Target.Floaty atan2pi(float y, float x, Target t) { method in class:CoreMathVerifier
636 args.out = atan2pi(args.inY, args.inX, t);
    [all...]

Completed in 104 milliseconds