HomeSort by relevance Sort by last modified time
    Searched refs:expl (Results 1 - 25 of 224) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/test/CXX/expr/expr.const/
p5-0x.cpp 30 } constexpr expl; variable in typeref:struct:Explicit
38 constexpr int test_explicit(expl); // ok
49 auto new3 = new int[1][expl]; // expected-error {{explicit conversion}}
57 enum3 = expl, // expected-error {{explicit conversion}}
66 alignas(expl) int alignas3; // expected-error {{explicit conversion}}
75 int array3[expl]; // expected-error {{non-integer type}}
83 int bitfield3 : expl; // expected-error {{explicit conversion}}
  /bionic/libm/upstream-netbsd/lib/libm/complex/
cexpl.c 44 r = expl(x);
cpowl.c 52 r = r * expl(-y * arga);
cephes_subrl.c 48 e = expl(x);
  /prebuilts/ndk/r10/sources/android/support/include/
math.h 53 long double expl(long double);
  /prebuilts/ndk/r11/sources/android/support/include/
math.h 53 long double expl(long double);
  /prebuilts/ndk/r13/sources/android/support/include/
math.h 53 long double expl(long double);
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 91 inline long double expl(long double arg) { return exp(arg); } function
126 inline long double expl(long double arg) { return exp(arg); } function
164 inline long double expl(long double arg) { return exp(arg); } function
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 91 inline long double expl(long double arg) { return exp(arg); } function
126 inline long double expl(long double arg) { return exp(arg); } function
164 inline long double expl(long double arg) { return exp(arg); } function
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 91 inline long double expl(long double arg) { return exp(arg); } function
126 inline long double expl(long double arg) { return exp(arg); } function
164 inline long double expl(long double arg) { return exp(arg); } function
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
threads_scenarii.c 89 #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)
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
threads_scenarii.c 46 #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)
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
threads_scenarii.c 46 #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)
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
threads_scenarii.c 46 #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)
  /external/clang/test/CodeGen/
libcalls.c 107 long double expl_ = expl(ld);
110 // CHECK-NO: declare x86_fp80 @expl(x86_fp80) [[NUW_RN]]
113 // CHECK-YES-NOT: declare x86_fp80 @expl(x86_fp80) [[NUW_RN]]
libcall-declarations.c 78 long double expl(long double);
277 F(erfcl), F(exp), F(expf), F(expl), F(exp2),
377 // CHECK-NOERRNO: declare x86_fp80 @expl(x86_fp80) [[NUW]]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_exp.c 163 __weak_reference(exp, expl);
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_erfl.c 251 r = expl(-z*z-0.5625)*expl((z-ax)*(z+ax)+R/S);
324 r = expl(-z*z-0.5625)*expl((z-ax)*(z+ax)+R/S);
  /prebuilts/ndk/r11/sources/android/support/src/
math_support.c 60 __attribute__((weak)) long double expl(long double x) { return exp((double)x); } function
  /prebuilts/ndk/r13/sources/android/support/src/
math_support.c 60 __attribute__((weak)) long double expl(long double x) { return exp((double)x); } function
  /external/mksh/src/
check.pl 620 local($expl);
624 $expl = "stopped";
626 $expl = "signal " . ($status & 0x7f);
628 $expl = "exit-code " . (($status >> 8) & 0xff);
631 "\tunexpected exit status $status ($expl), expected $test{'expected-exit'}\n";
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
s-c1.c 633 - expl((_q_o[2] / _d_o[2]) * Table[r]._x +
638 - expl((_q_c[2] / _d_c[2]) * Table[r]._x +
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
s-c1.c 638 - expl((_q_o[2] / _d_o[2]) * Table[r]._x + LnYavg_o));
642 - expl((_q_c[2] / _d_c[2]) * Table[r]._x + LnYavg_c));
  /bionic/libc/include/
math.h 269 long double expl(long double) __INTRODUCED_IN(21);
  /bionic/libm/x86/
e_exp.S 260 ALIAS_SYMBOL(expl, exp);

Completed in 2166 milliseconds

1 2 3 4 5 6 7 8 9