Home
last modified time | relevance | path

Searched refs:part (Results 1 – 25 of 1821) sorted by relevance

12345678910>>...73

/l4re-core-master/uclibc/lib/contrib/uclibc/test/math/
A Dlibm-test-ulps-mips324504 Function: Real part of "cacos":
4528 Function: Real part of "casin":
4552 Function: Real part of "catan":
4576 Function: Real part of "ccos":
4588 Function: Real part of "ccosh":
4600 Function: Real part of "cexp":
4612 Function: Real part of "clog":
4664 Function: Real part of "cpow":
4674 Function: Real part of "csin":
4680 Function: Real part of "csinh":
[all …]
A Dlibm-test-ulps-arm4511 Function: Real part of "cacos":
4535 Function: Real part of "casin":
4559 Function: Real part of "catan":
4583 Function: Real part of "ccos":
4595 Function: Real part of "ccosh":
4607 Function: Real part of "cexp":
4619 Function: Real part of "clog":
4671 Function: Real part of "cpow":
4681 Function: Real part of "csin":
4687 Function: Real part of "csinh":
[all …]
A Dlibm-test-ulps-mips649037 Function: Real part of "cacos":
9069 Function: Real part of "casin":
9101 Function: Real part of "catan":
9135 Function: Real part of "ccos":
9151 Function: Real part of "ccosh":
9167 Function: Real part of "cexp":
9183 Function: Real part of "clog":
9249 Function: Real part of "cpow":
9263 Function: Real part of "csin":
9275 Function: Real part of "csinh":
[all …]
A Dlibm-test-ulps-sh786 Function: Real part of "cacos":
808 Function: Real part of "casin":
830 Function: Real part of "catan":
856 Function: Real part of "ccos":
866 Function: Real part of "ccosh":
878 Function: Real part of "cexp":
912 Function: Real part of "cpow":
928 Function: Real part of "csinh":
938 Function: Real part of "csqrt":
948 Function: Real part of "ctan":
[all …]
A Dlibm-test-ulps-s390990 Function: Real part of "casin":
1016 Function: Real part of "catan":
1046 Function: Real part of "ccos":
1060 Function: Real part of "ccosh":
1074 Function: Real part of "cexp":
1086 Function: Real part of "clog":
1118 Function: Real part of "cpow":
1134 Function: Real part of "csin":
1142 Function: Real part of "csinh":
1154 Function: Real part of "csqrt":
[all …]
A Dlibm-test-ulps-sparc32982 Function: Real part of "casin":
1008 Function: Real part of "catan":
1038 Function: Real part of "ccos":
1052 Function: Real part of "ccosh":
1066 Function: Real part of "cexp":
1078 Function: Real part of "clog":
1110 Function: Real part of "cpow":
1126 Function: Real part of "csin":
1134 Function: Real part of "csinh":
1146 Function: Real part of "csqrt":
[all …]
A Dlibm-test-ulps-sparc64982 Function: Real part of "casin":
1008 Function: Real part of "catan":
1038 Function: Real part of "ccos":
1052 Function: Real part of "ccosh":
1066 Function: Real part of "cexp":
1078 Function: Real part of "clog":
1110 Function: Real part of "cpow":
1126 Function: Real part of "csin":
1134 Function: Real part of "csinh":
1146 Function: Real part of "csqrt":
[all …]
A Dlibm-test-ulps-ia64846 Function: Real part of "casin":
888 Function: Real part of "ccos":
900 Function: Real part of "ccosh":
914 Function: Real part of "cexp":
924 Function: Real part of "clog":
954 Function: Real part of "cpow":
970 Function: Real part of "csin":
980 Function: Real part of "csinh":
996 Function: Real part of "csqrt":
1000 Function: Real part of "ctan":
[all …]
A Dlibm-test-ulps-x86_64984 Function: Real part of "casin":
1014 Function: Real part of "catan":
1040 Function: Real part of "ccos":
1054 Function: Real part of "ccosh":
1068 Function: Real part of "cexp":
1078 Function: Real part of "clog":
1112 Function: Real part of "cpow":
1128 Function: Real part of "csin":
1138 Function: Real part of "csinh":
1154 Function: Real part of "csqrt":
[all …]
A Dlibm-test-ulps-powerpc944 Function: Real part of "cacos":
966 Function: Real part of "casin":
994 Function: Real part of "catan":
1022 Function: Real part of "ccos":
1036 Function: Real part of "ccosh":
1050 Function: Real part of "cexp":
1062 Function: Real part of "clog":
1100 Function: Real part of "cpow":
1120 Function: Real part of "csin":
1124 Function: Real part of "csinh":
[all …]
A Dlibm-test-ulps-i386932 Function: Real part of "cacosh":
948 Function: Real part of "casin":
996 Function: Real part of "ccos":
1008 Function: Real part of "ccosh":
1022 Function: Real part of "cexp":
1030 Function: Real part of "clog":
1063 Function: Real part of "cpow":
1079 Function: Real part of "csin":
1089 Function: Real part of "csinh":
1105 Function: Real part of "ctan":
[all …]
/l4re-core-master/l4re/util/libs/
A Dname_space_svr.cc52 cxx::String part; in find_iter() local
54 part = name.head(sep); in find_iter()
56 part = name; in find_iter()
58 _dbg.cprintf(" '%.*s'", part.len(), part.start()); in find_iter()
59 Entry *o = ns->find(Name(part.start(), part.len())); in find_iter()
98 unsigned long part; in op_query() local
100 part = sep - name.data; in op_query()
102 part = name.length; in op_query()
135 memcpy(out_name->data, name.data + part + 1, name.length - part - 1); in op_query()
269 unsigned long part; in op_unlink() local
[all …]
/l4re-core-master/moe/server/src/
A Dname_space.cc128 cxx::String part; in find_iter() local
132 part = name; in find_iter()
134 dbg.cprintf(" '%.*s'", part.len(), part.start()); in find_iter()
135 Entry *o = ns->find(Entry::Name(part.start(), part.len())); in find_iter()
207 unsigned long part; in op_unlink() local
209 part = sep - name.data; in op_unlink()
211 part = name.length; in op_unlink()
240 unsigned long part; in op_query() local
244 part = name.length; in op_query()
268 if (part < name.length) in op_query()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Daddr.c48 int part; in inet_aton() local
55 for (part = 1; part <= 4; part++) { in inet_aton()
68 if (part < 4) { in inet_aton()
/l4re-core-master/l4re/include/
A Ddma_space9 * This file is part of TUD:OS and distributed under the terms of the
13 * As a special exception, you may use this file as part of a free software
42 * part of the data space must be mapped to the DMA address space that is
54 * data-space part for the DMA address space. unmap() is responsible for the
91 * or by another map() or unmap() operation of the same part of the data
130 * Map the given part of this data space into the DMA address space.
161 * Unmap the given part of this data space from the DMA address space.
/l4re-core-master/l4sys/include/ARCH-arm/
A Dvm5 * This file is part of L4Re and distributed under the terms of the
9 * As a special exception, you may use this file as part of a free software
/l4re-core-master/l4sys/include/ARCH-arm64/
A Dvm5 * This file is part of L4Re and distributed under the terms of the
9 * As a special exception, you may use this file as part of a free software
/l4re-core-master/l4sys/include/
A Dicu11 * This file is part of TUD:OS and distributed under the terms of the
15 * As a special exception, you may use this file as part of a free software
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/po/
A DPOTFILES.in5 ## This file is part of the libstdc++ version 3 distribution.
8 ## This file is part of the GNU ISO C++ Library. This library is free
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/po/
A DPOTFILES.in5 ## This file is part of the libstdc++ version 3 distribution.
8 ## This file is part of the GNU ISO C++ Library. This library is free
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/po/
A DPOTFILES.in5 ## This file is part of the libstdc++ version 3 distribution.
8 ## This file is part of the GNU ISO C++ Library. This library is free
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/po/
A DPOTFILES.in5 ## This file is part of the libstdc++ version 3 distribution.
8 ## This file is part of the GNU ISO C++ Library. This library is free
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/po/
A DPOTFILES.in5 ## This file is part of the libstdc++ version 3 distribution.
8 ## This file is part of the GNU ISO C++ Library. This library is free
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/po/
A DPOTFILES.in5 ## This file is part of the libstdc++ version 3 distribution.
8 ## This file is part of the GNU ISO C++ Library. This library is free
/l4re-core-master/cxx/lib/tl/include/
A Darith6 * This file is part of TUD:OS and distributed under the terms of the
10 * As a special exception, you may use this file as part of a free software

Completed in 76 milliseconds

12345678910>>...73