Searched refs:split (Results 1 – 9 of 9) sorted by relevance
47 static const long double split = 0x1p32L + 1.0; in fmal() local49 static const long double split = 0x1p57L + 1.0; in fmal()145 p = xs * split; in fmal()150 p = ys * split; in fmal()
55 static const double split = 0x1p27 + 1.0; in fma() local150 p = xs * split; in fma()155 p = ys * split; in fma()
201 return_type = line[:pos_lparen].strip().split()233 syscall_params = line[pos_lparen+1:pos_rparen].split(',')249 numbers = string.split(number,',')
125 lines = content.split("\n")
124 return_type = line[:pos_lparen].strip().split()143 syscall_params = line[pos_lparen+1:pos_rparen].split(',')157 numbers = string.split(number,',')
47 wanted_archs = string.split(arg,',')
2242 lines = string.split(text, '\n')
73 fields = string.split(line)
375 __u32 split; member