Searched refs:split (Results 1 – 7 of 7) 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(',')247 numbers = string.split(number,',')
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')
375 __u32 split; member