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

1 2 3

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAcospi.rs 24 return acospi(inV);
28 return acospi(inV);
32 return acospi(inV);
36 return acospi(inV);
40 return acospi(inV);
44 return acospi(inV);
48 return acospi(inV);
52 return acospi(inV);
  /frameworks/compile/slang/tests/P_math_fp/
math_fp.rs 77 TEST_FUNC_1(acospi);
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVExtInst.h 63 add(OpenCLLIB::Acospi, "acospi");
OpenCL.std.h 38 Acospi = 2,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
OpenCL.std.h 38 Acospi = 2,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
OpenCL.std.h 38 Acospi = 2,
  /frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
math.rs 117 TEST_FN_FUNC_FN(acospi);
  /frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
math.rs.bak 230 TEST_FN_FUNC_FN(acospi);
math.rs 244 TEST_FN_FUNC_FN(acospi);
math.rs.orig 244 TEST_FN_FUNC_FN(acospi);
  /frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
apitest.rs 583 f = acospi(f);
584 f2 = acospi(f2);
585 f3 = acospi(f3);
586 f4 = acospi(f4);
    [all...]
math.rs 244 TEST_FN_FUNC_FN(acospi);
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
apitest.rs 581 f = acospi(f);
582 f2 = acospi(f2);
583 f3 = acospi(f3);
584 f4 = acospi(f4);
    [all...]
math.rs 244 TEST_FN_FUNC_FN(acospi);
  /frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
math.rs 251 TEST_FN_FUNC_FN(acospi);
math_fp16.rs 100 TEST_HN_FUNC_HN(acospi);
  /frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
math.rs 244 TEST_FN_FUNC_FN(acospi);
  /frameworks/rs/tests/lldb/tests/harness/
RS_funs.py 56 float acospi(float v);
57 float2 acospi(float2 v);
58 float3 acospi(float3 v);
59 float4 acospi(float4 v);
    [all...]
  /frameworks/rs/script_api/include/
rs_math.rsh 278 * acospi: Inverse cosine divided by pi
282 * To get an inverse cosine measured in degrees, use acospi(a) * 180.f.
287 acospi(float v);
290 acospi(float2 v);
293 acospi(float3 v);
296 acospi(float4 v);
300 acospi(half v);
305 acospi(half2 v);
310 acospi(half3 v);
315 acospi(half4 v)
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_math.rsh 278 * acospi: Inverse cosine divided by pi
282 * To get an inverse cosine measured in degrees, use acospi(a) * 180.f.
287 acospi(float v);
290 acospi(float2 v);
293 acospi(float3 v);
296 acospi(float4 v);
300 acospi(half v);
305 acospi(half2 v);
310 acospi(half3 v);
315 acospi(half4 v)
    [all...]
  /frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
compute_benchmark.rs 314 BENCH_FN_FUNC_FN(acospi);
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
extinst-1.0.opencl.std.grammar.json 43 "opname" : "acospi",
  /frameworks/rs/script_api/
rs_math.spec 226 function: acospi
237 To get an inverse cosine measured in degrees, use <code>acospi(a) * 180.f</code>.
242 function: acospi
1864 To get an inverse cosine measured in degrees, use <code>acospi(a) * 180.f</code>.
1868 See also @acospi().
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 275 static private Target.Floaty acospi(double d, Target t) { method in class:CoreMathVerifier
279 static private Target.Floaty acospi(float f, Target t) { method in class:CoreMathVerifier
    [all...]
  /external/clang/lib/Headers/
opencl-c.h     [all...]

Completed in 4026 milliseconds

1 2 3