Searched refs:split (Results 1 - 9 of 9) sorted by relevance

/bionic/libm/src/
H A Ds_fmal.c47 static const long double split = 0x1p32L + 1.0; local
49 static const long double split = 0x1p57L + 1.0;
145 p = xs * split;
150 p = ys * split;
H A Ds_fma.c55 static const double split = 0x1p27 + 1.0; local
150 p = xs * split;
155 p = ys * split;
/bionic/libc/tools/
H A Dbionic_utils.py201 return_type = line[:pos_lparen].strip().split()
233 syscall_params = line[pos_lparen+1:pos_rparen].split(',')
249 numbers = string.split(number,',')
H A Dgenerate-NOTICE.py125 lines = content.split("\n")
/bionic/libc/kernel/tools/
H A Dutils.py124 return_type = line[:pos_lparen].strip().split()
143 syscall_params = line[pos_lparen+1:pos_rparen].split(',')
157 numbers = string.split(number,',')
H A Dfind_headers.py47 wanted_archs = string.split(arg,',')
H A Dcpp.py2242 lines = string.split(text, '\n')
/bionic/libc/tools/zoneinfo/
H A Dgenerate73 fields = string.split(line)
/bionic/libc/kernel/common/linux/
H A Dpkt_sched.h375 __u32 split; member in struct:tc_cbq_fopt

Completed in 132 milliseconds