Home
last modified time | relevance | path

Searched refs:expl (Results 1 - 25 of 46) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Dthreads_scenarii.c46 #define CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,res) \
49 .explicitsched=expl, \
59 #define CASE_POS(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,0)
60 #define CASE_NEG(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,1)
61 #define CASE_UNK(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,2)
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
H A Dthreads_scenarii.c46 #define CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,res) \
49 .explicitsched=expl, \
59 #define CASE_POS(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,0)
60 #define CASE_NEG(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,1)
61 #define CASE_UNK(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,2)
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
H A Dthreads_scenarii.c89 #define CASE(det, expl, scp, spa, sco, sta, gua, ssi, desc, res) \
92 .explicitsched = expl, \
103 #define CASE_POS(det, expl, scp, spa, sco, sta, gua, ssi, desc) \
104 CASE(det, expl, scp, spa, sco, sta, gua, ssi, desc, 0)
105 #define CASE_NEG(det, expl, scp, spa, sco, sta, gua, ssi, desc) \
106 CASE(det, expl, scp, spa, sco, sta, gua, ssi, desc, 1)
107 #define CASE_UNK(det, expl, scp, spa, sco, sta, gua, ssi, desc) \
108 CASE(det, expl, scp, spa, sco, sta, gua, ssi, desc, 2)
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
H A Dthreads_scenarii.c46 #define CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,res) \
49 .explicitsched=expl, \
59 #define CASE_POS(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,0)
60 #define CASE_NEG(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,1)
61 #define CASE_UNK(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,2)
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Dplace-dep.js495 const expl = this.explainPeerConflict(edge, dep)
496 log.warn('ERESOLVE', 'overriding peer dependency', expl)
502 const expl = this.explainPeerConflict(edge, dep)
503 throw Object.assign(new Error('could not resolve'), expl)
512 const expl = {
523 expl.current = curNode && curNode.explain(edge)
524 expl.peerConflict = this.current && this.current.explain(this.edge)
526 expl.current = curNode && curNode.explain()
532 expl.peerConflict = {
540 expl
[all...]
/third_party/node/deps/npm/test/lib/utils/
H A Dexplain-dep.js261 for (const [name, expl] of Object.entries(getCases(testdir))) {
263 t.matchSnapshot(printNode(expl, color), 'print color')
264 t.matchSnapshot(printNode(expl, noColor), 'print nocolor')
265 t.matchSnapshot(explainNode(expl, Infinity, color), 'explain color deep')
266 t.matchSnapshot(explainNode(expl, 2, noColor), 'explain nocolor shallow')
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dexpl.c23 * long double x, y, expl();
25 * y = expl( x );
71 long double expl(long double x) in expl() function
93 long double expl(long double x) in expl() function
124 long double expl(long double x) in expl() function
H A Dcoshl.c33 t = expl(x); in coshl()
38 t = expl(0.5*x); in coshl()
H A Dsinhl.c34 t = expl(0.5*absx); in sinhl()
H A Derfl.c283 return expl(-z*z - 0.5625) * expl((z - x) * (z + x) + R / S) / x; in erfc2()
/third_party/musl/src/math/
H A Dexpl.c23 * long double x, y, expl();
25 * y = expl( x );
71 long double expl(long double x) in expl() function
93 long double expl(long double x) in expl() function
124 long double expl(long double x) in expl() function
H A Dcoshl.c33 t = expl(x); in coshl()
38 t = expl(0.5*x); in coshl()
H A Dsinhl.c34 t = expl(0.5*absx); in sinhl()
H A Derfl.c283 return expl(-z*z - 0.5625) * expl((z - x) * (z + x) + R / S) / x; in erfc2()
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_exp_test.cpp67 * @tc.desc: When the parameter of expl is valid, test the return value of the function.
72 EXPECT_DOUBLE_EQ(1.0L, expl(0.0L)); in HWTEST_F()
73 EXPECT_DOUBLE_EQ(M_E, expl(1.0L)); in HWTEST_F()
/third_party/musl/src/math/x32/
H A Dexpl.s6 .global expl
7 .type expl,@function
8 expl: label
/third_party/musl/src/math/i386/
H A Dexpl.s6 .global expl
7 .type expl,@function
8 expl: label
/third_party/musl/src/math/x86_64/
H A Dexpl.s6 .global expl
7 .type expl,@function
8 expl: label
/third_party/ltp/scripts/
H A Dcheckbashisms.pl411 my $expl = $singlequote_bashisms{$re};
415 $explanation = $expl;
460 my $expl = $string_bashisms{$re};
464 $explanation = $expl;
475 my $expl = $bashisms{$re};
479 $explanation = $expl;
/third_party/ltp/tools/sparse/sparse-src/validation/
H A DWaddress-space-strict.c6 static void expl(ulong u, void *v, obj_t *o, obj_t __user *p) in expl() function
H A DWcast-to-as.c7 static void expl(ulong u, uintptr_t uip, void *v, obj_t *o, obj_t __user *p) in expl() function
H A DWaddress-space-from.c11 static void expl(obj_t __kernel *k, obj_t __iomem *o, in expl() function
H A DWaddress-space-all-attr.c12 static void expl(obj_t __kernel *k, obj_t __iomem *o, in expl() function
/third_party/FreeBSD/lib/msun/ld128/
H A Ds_erfl.c249 r = expl(-z*z-0.5625)*expl((z-ax)*(z+ax)+R/S); in erfl()
322 r = expl(-z*z-0.5625)*expl((z-ax)*(z+ax)+R/S); in erfcl()
/third_party/musl/libc-test/src/math/
H A Dexpl.c13 #include "sanity/expl.h"
14 #include "special/expl.h"
18 #include "ld128/expl.h"
39 y = expl(p->x); in main()
43 printf("%s:%d: bad fp exception: %s expl(%La)=%La, want %s", in main()
50 printf("%s:%d: %s expl(%La) want %La got %La ulperr %.3f = %a + %a\n", in main()

Completed in 10 milliseconds

12