/external/clang/test/CXX/expr/expr.const/ |
D | p5-0x.cpp | 30 } constexpr expl; variable 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}}
|
/external/mksh/src/ |
D | 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";
|
/external/clang/test/CodeGen/ |
D | libcalls.c | 107 long double expl_ = expl(ld); in test_builtins()
|
D | libcall-declarations.c | 78 long double expl(long double); 277 F(erfcl), F(exp), F(expf), F(expl), F(exp2),
|
/external/bison/lib/ |
D | math.in.h | 548 # undef expl 549 _GL_FUNCDECL_SYS (expl, long double, (long double x)); 551 _GL_CXXALIAS_SYS (expl, long double, (long double x)); 552 _GL_CXXALIASWARN (expl); 554 # undef expl 556 _GL_WARN_ON_USE (expl, "expl is unportable - "
|
/external/bison/darwin-lib/ |
D | math.h | 860 # undef expl 861 _GL_FUNCDECL_SYS (expl, long double, (long double x)); 863 _GL_CXXALIAS_SYS (expl, long double, (long double x)); 864 _GL_CXXALIASWARN (expl); 866 # undef expl 868 _GL_WARN_ON_USE (expl, "expl is unportable - "
|
/external/bison/linux-lib/ |
D | math.h | 860 # undef expl 861 _GL_FUNCDECL_SYS (expl, long double, (long double x)); 863 _GL_CXXALIAS_SYS (expl, long double, (long double x)); 864 _GL_CXXALIASWARN (expl); 866 # undef expl 868 _GL_WARN_ON_USE (expl, "expl is unportable - "
|
/external/kernel-headers/original/uapi/sound/ |
D | asound.h | 1015 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_… argument
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64-f128.ll | 294 ; ALL: ld $25, %call16(expl) 299 %call = tail call fp128 @expl(fp128 %0) nounwind 303 declare fp128 @expl(fp128) #2
|
/external/ltrace/etc/ |
D | libm.so.conf | 274 ldouble expl(ldouble);
|
/external/llvm/test/CodeGen/AArch64/ |
D | illegal-float-ops.ll | 46 ; CHECK: bl expl
|
D | arm64-illegal-float-ops.ll | 46 ; CHECK: bl expl
|
/external/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 161 case LibFunc::expl: in getIntrinsicIDForCall()
|
D | TargetLibraryInfo.cpp | 132 TLI.setUnavailable(LibFunc::expl); in initialize()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 417 /// long double expl(long double x); 418 TLI_DEFINE_ENUM_INTERNAL(expl) 419 TLI_DEFINE_STRING_INTERNAL("expl")
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-libcall.ll | 105 ; CHECK: brasl %r14, expl@PLT
|
/external/bison/m4/ |
D | math_h.m4 | 43 expf expl exp2 exp2f exp2l expm1 expm1f expm1l
|
/external/libcxx/include/ |
D | cmath | 80 long double expl(long double x); 803 inline _LIBCPP_INLINE_VISIBILITY long double exp(long double __lcpp_x) _NOEXCEPT {return expl(__lcp… 1636 using ::expl;
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 80 static_assert((std::is_same<decltype(expl(0)), long double>::value), ""); in test_exp()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 423 __tg_exp(long double __x) {return expl(__x);} in __tg_exp()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_kpr.pkb | 1 ….fa.R.dRichtigkeitdiefür.fEuer.ewExzellenz.exzExemplar.explexklusiv.exklexk…
|
/external/clang/test/ |
D | cxx-sections.data | 251 12.6.1 [class.expl.init] 331 14.8.3 [temp.expl.spec]
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 955 LIBBUILTIN(expl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 263 static_assert((std::is_same<decltype(std::expl(0)), long double>::value), ""); in test_exp()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1651 fun:expl=uninstrumented
|