Home
last modified time | relevance | path

Searched defs:s_double (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_script_group2_pointwise.java37 ScriptC_double s_double = new ScriptC_double(pRS); in run() local
H A DUT_script_group2_nochain.java38 ScriptC_double s_double = new ScriptC_double(pRS); in run() local
/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_script_group2_pointwise.java39 ScriptC_double s_double = new ScriptC_double(pRS); in run() local
H A DUT_script_group2_nochain.java40 ScriptC_double s_double = new ScriptC_double(pRS); in run() local
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/
H A Dtest_pep3118.py127 s_double = "d" variable
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/
Dtest_pep3118.py124 s_double = "d" variable
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/
Dtest_pep3118.py127 s_double = "d" variable
/aosp_15_r20/external/golang-protobuf/internal/testprotos/textpb3/
H A Dtest.proto30 double s_double = 21; field
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/
H A DScriptGroupTest.java364 ScriptC_double s_double = new ScriptC_double(mRS); in testBuilder2PointWiseKernelToKernelDependency() local
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
Dcfield.c1694 typedef struct { char c; double x; } s_double; typedef