Searched refs:s_float (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | s_expression.cpp | 73 expr = new(ctx) s_float(INFINITY); in read_atom() 83 expr = new(ctx) s_float(f); in read_atom() 153 void s_float::print() in print()
|
D | s_expression.h | 106 class s_float : public s_number 109 s_float(float x) : val(x) { } in s_float() function
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_aos.c | 639 LLVMValueRef s_float, t_float = NULL, r_float = NULL; in lp_build_sample_image_nearest() local 654 s_float = s; t_float = t; r_float = r; in lp_build_sample_image_nearest() 695 s_ipart, s_float, in lp_build_sample_image_nearest() 1039 LLVMValueRef s_ipart, s_fpart, s_float; in lp_build_sample_image_linear() local 1060 s_float = s; t_float = t; r_float = r; in lp_build_sample_image_linear() 1142 s_ipart, &s_fpart, s_float, in lp_build_sample_image_linear()
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_pep3118.py | 123 s_float = "f" variable
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_pep3118.py | 126 s_float = "f" variable
|
/external/python/cpython3/Modules/_ctypes/ |
D | cfield.c | 1594 typedef struct { char c; float x; } s_float; typedef 1606 #define FLOAT_ALIGN (sizeof(s_float) - sizeof(float))
|
/external/python/cpython2/Modules/_ctypes/ |
D | cfield.c | 1693 typedef struct { char c; float x; } s_float; typedef 1705 #define FLOAT_ALIGN (sizeof(s_float) - sizeof(float))
|
/external/python/cpython2/Lib/test/ |
D | test_re.py | 824 def s_float(scanner, token): return float(token) function 829 (r"\d+\.\d*", s_float),
|
/external/python/cpython3/Lib/test/ |
D | test_re.py | 1226 def s_float(scanner, token): return float(token) function 1231 (r"\d+\.\d*", s_float),
|