HomeSort by relevance Sort by last modified time
    Searched full:atanpi (Results 1 - 25 of 36) sorted by null

1 2

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAtanpi.rs 24 return atanpi(inV);
28 return atanpi(inV);
32 return atanpi(inV);
36 return atanpi(inV);
40 return atanpi(inV);
44 return atanpi(inV);
48 return atanpi(inV);
52 return atanpi(inV);
  /frameworks/compile/slang/tests/P_math_fp/
math_fp.rs 84 TEST_FUNC_1(atanpi);
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
math.rs 124 TEST_FN_FUNC_FN(atanpi);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs.bak 237 TEST_FN_FUNC_FN(atanpi);
math.rs 251 TEST_FN_FUNC_FN(atanpi);
math.rs.orig 251 TEST_FN_FUNC_FN(atanpi);
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
apitest.rs 609 f = atanpi(f);
610 f2 = atanpi(f2);
611 f3 = atanpi(f3);
612 f4 = atanpi(f4);
    [all...]
math.rs 251 TEST_FN_FUNC_FN(atanpi);
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
apitest.rs 607 f = atanpi(f);
608 f2 = atanpi(f2);
609 f3 = atanpi(f3);
610 f4 = atanpi(f4);
    [all...]
math.rs 251 TEST_FN_FUNC_FN(atanpi);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
math.rs 258 TEST_FN_FUNC_FN(atanpi);
math_fp16.rs 110 TEST_HN_FUNC_HN(atanpi);
  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
math.rs 251 TEST_FN_FUNC_FN(atanpi);
  /frameworks/rs/scriptc/
rs_math.rsh 604 * atanpi: Inverse tangent divided by pi
608 * To get an inverse tangent measured in degrees, use atanpi(a) * 180.f.
613 atanpi(float v);
616 atanpi(float2 v);
619 atanpi(float3 v);
622 atanpi(float4 v);
626 atanpi(half v);
631 atanpi(half2 v);
636 atanpi(half3 v);
641 atanpi(half4 v)
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_math.rsh 604 * atanpi: Inverse tangent divided by pi
608 * To get an inverse tangent measured in degrees, use atanpi(a) * 180.f.
613 atanpi(float v);
616 atanpi(float2 v);
619 atanpi(float3 v);
622 atanpi(float4 v);
626 atanpi(half v);
631 atanpi(half2 v);
636 atanpi(half3 v);
641 atanpi(half4 v)
    [all...]
  /frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
compute_benchmark.rs 321 BENCH_FN_FUNC_FN(atanpi);
  /frameworks/rs/api/
rs_math.spec 406 function: atanpi
417 To get an inverse tangent measured in degrees, use <code>atanpi(a) * 180.f</code>.
422 function: atanpi
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 359 static private Target.Floaty atanpi(double d, Target t) { method in class:CoreMathVerifier
363 static private Target.Floaty atanpi(float f, Target t) { method in class:CoreMathVerifier
    [all...]
  /frameworks/compile/slang/tests/P_all_api_11/
all11.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_12/
all12.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_13/
all13.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_14/
all14.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_15/
all15.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_16/
all16.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_17/
all17.rs     [all...]

Completed in 4686 milliseconds

1 2