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

1 2 3

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestPowr.rs 26 return powr(inBase, inExponent);
31 return powr(inBase, inExponent);
36 return powr(inBase, inExponent);
41 return powr(inBase, inExponent);
46 return powr(inBase, inExponent);
51 return powr(inBase, inExponent);
56 return powr(inBase, inExponent);
61 return powr(inBase, inExponent);
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/
__init__.py 26 'powr' : Power_Suite,
39 'powr' : ('SystemEvents.Power_Suite', 'Power_Suite'),
Power_Suite.py 11 _code = 'powr'
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
__init__.py 26 'powr' : Power_Suite,
39 'powr' : ('SystemEvents.Power_Suite', 'Power_Suite'),
Power_Suite.py 11 _code = 'powr'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
__init__.py 26 'powr' : Power_Suite,
39 'powr' : ('SystemEvents.Power_Suite', 'Power_Suite'),
Power_Suite.py 11 _code = 'powr'
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
artistic1.rs 52 //float pdist = powr(dist, 2.7f * 0.5f);
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
artistic1.rs 52 //float pdist = powr(dist, 2.7f * 0.5f);
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
artistic1.rs 52 //float pdist = powr(dist, 2.7f * 0.5f);
  /frameworks/compile/slang/tests/P_math_fp/
math_fp.rs 126 TEST_FUNC_2(powr);
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVExtInst.h 111 add(OpenCLLIB::Powr, "powr");
OpenCL.std.h 86 Powr = 50,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
OpenCL.std.h 86 Powr = 50,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
OpenCL.std.h 86 Powr = 50,
  /frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
math.rs 166 TEST_FN_FUNC_FN_FN(powr);
  /frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
math.rs.bak 293 TEST_FN_FUNC_FN_FN(powr);
math.rs 307 TEST_FN_FUNC_FN_FN(powr);
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
apitest.rs 810 f = powr(f, f);
811 f2 = powr(f2, f2);
812 f3 = powr(f3, f3);
813 f4 = powr(f4, f4);
    [all...]
math.rs 307 TEST_FN_FUNC_FN_FN(powr);
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
math.rs 330 TEST_FN_FUNC_FN_FN(powr);
math_fp16.rs 232 TEST_HN_FUNC_HN_HN(powr);
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
apitest.rs 828 f = powr(f, f);
829 f2 = powr(f2, f2);
830 f3 = powr(f3, f3);
831 f4 = powr(f4, f4);
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
apitest.rs 830 f = powr(f, f);
831 f2 = powr(f2, f2);
832 f3 = powr(f3, f3);
833 f4 = powr(f4, f4);
    [all...]
math.rs 332 TEST_FN_FUNC_FN_FN(powr);

Completed in 252 milliseconds

1 2 3