Home
last modified time | relevance | path

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

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