Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/ctypes/test/
Dtest_pep3118.py123 s_float = "f" variable
/external/python/cpython3/Lib/ctypes/test/
Dtest_pep3118.py126 s_float = "f" variable
/external/mesa3d/src/compiler/glsl/
Ds_expression.h109 s_float(float x) : val(x) { } in s_float() function
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_aos.c639 LLVMValueRef s_float, t_float = NULL, r_float = NULL; in lp_build_sample_image_nearest() local
1039 LLVMValueRef s_ipart, s_fpart, s_float; in lp_build_sample_image_linear() local
/external/python/cpython2/Lib/test/
Dtest_re.py824 def s_float(scanner, token): return float(token) function
/external/python/cpython3/Lib/test/
Dtest_re.py1226 def s_float(scanner, token): return float(token) function
/external/python/cpython2/Modules/_ctypes/
Dcfield.c1693 typedef struct { char c; float x; } s_float; typedef
/external/python/cpython3/Modules/_ctypes/
Dcfield.c1594 typedef struct { char c; float x; } s_float; typedef