Home
last modified time | relevance | path

Searched refs:expl (Results 1 – 25 of 29) sorted by relevance

12

/external/clang/test/CXX/expr/expr.const/
Dp5-0x.cpp30 } 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/
Dcheck.pl620 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/
Dlibcalls.c107 long double expl_ = expl(ld); in test_builtins()
Dlibcall-declarations.c78 long double expl(long double);
277 F(erfcl), F(exp), F(expf), F(expl), F(exp2),
/external/bison/lib/
Dmath.in.h548 # 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/
Dmath.h860 # 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/
Dmath.h860 # 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/
Dasound.h1015 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_… argument
/external/llvm/test/CodeGen/Mips/
Dmips64-f128.ll294 ; ALL: ld $25, %call16(expl)
299 %call = tail call fp128 @expl(fp128 %0) nounwind
303 declare fp128 @expl(fp128) #2
/external/ltrace/etc/
Dlibm.so.conf274 ldouble expl(ldouble);
/external/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll46 ; CHECK: bl expl
Darm64-illegal-float-ops.ll46 ; CHECK: bl expl
/external/llvm/lib/Analysis/
DVectorUtils.cpp161 case LibFunc::expl: in getIntrinsicIDForCall()
DTargetLibraryInfo.cpp132 TLI.setUnavailable(LibFunc::expl); in initialize()
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def417 /// long double expl(long double x);
418 TLI_DEFINE_ENUM_INTERNAL(expl)
419 TLI_DEFINE_STRING_INTERNAL("expl")
/external/llvm/test/CodeGen/SystemZ/
Dfp-libcall.ll105 ; CHECK: brasl %r14, expl@PLT
/external/bison/m4/
Dmath_h.m443 expf expl exp2 exp2f exp2l expm1 expm1f expm1l
/external/libcxx/include/
Dcmath80 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/
Dmath_h.pass.cpp80 static_assert((std::is_same<decltype(expl(0)), long double>::value), ""); in test_exp()
/external/clang/lib/Headers/
Dtgmath.h423 __tg_exp(long double __x) {return expl(__x);} in __tg_exp()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_kpr.pkb1 ….�fa�.�R�.�d�Richtigkeit�die�für�.�f�Euer�.�ew�Exzellenz�.�exz�Exemplar�.�expl�exklusiv�.�exkl�exk…
/external/clang/test/
Dcxx-sections.data251 12.6.1 [class.expl.init]
331 14.8.3 [temp.expl.spec]
/external/clang/include/clang/Basic/
DBuiltins.def955 LIBBUILTIN(expl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp263 static_assert((std::is_same<decltype(std::expl(0)), long double>::value), ""); in test_exp()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1651 fun:expl=uninstrumented

12