Searched defs:s_float (Results 1 – 4 of 4) sorted by relevance
110 s_float(float x) : val(x) { } in s_float() function
639 LLVMValueRef s_float, t_float = NULL, r_float = NULL; in lp_build_sample_image_nearest() local1039 LLVMValueRef s_ipart, s_fpart, s_float; in lp_build_sample_image_linear() local
778 def s_float(scanner, token): return float(token) function
1685 typedef struct { char c; float x; } s_float; typedef