Home
last modified time | relevance | path

Searched defs:s_float (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_script_group2_float.java39 ScriptC_float_test s_float = new ScriptC_float_test(pRS); in run() local
/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_script_group2_float.java37 ScriptC_float_test s_float = new ScriptC_float_test(pRS); in run() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c454 LLVMValueRef s_float, t_float = NULL, r_float = NULL; in lp_build_sample_image_nearest() local
756 LLVMValueRef s_ipart, s_fpart, s_float; in lp_build_sample_image_linear() local
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/
H A Dtest_pep3118.py126 s_float = "f" variable
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/
Dtest_pep3118.py123 s_float = "f" variable
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/
Dtest_pep3118.py126 s_float = "f" variable
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Ds_expression.h108 s_float(float x) : val(x) { } in s_float() function
/aosp_15_r20/external/golang-protobuf/internal/testprotos/textpb3/
H A Dtest.proto29 float s_float = 20; field
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_re.py824 def s_float(scanner, token): return float(token) function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_re.py1428 def s_float(scanner, token): return float(token) function
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
Dcfield.c1693 typedef struct { char c; float x; } s_float; typedef