/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/libsepol/src/ |
D | hierarchy.c | 335 cond_av_list_t *cur_av, *expl = NULL; in check_cond_avtab_hierarchy() local 347 &expl, &expa)) { in check_cond_avtab_hierarchy() 351 args->opt_cond_list = expl; in check_cond_avtab_hierarchy() 352 for (cur_av = expl; cur_av; cur_av = cur_av->next) { in check_cond_avtab_hierarchy() 362 cond_av_list_destroy(expl); in check_cond_avtab_hierarchy() 371 &expl, &expa)) { in check_cond_avtab_hierarchy() 375 args->opt_cond_list = expl; in check_cond_avtab_hierarchy() 376 for (cur_av = expl; cur_av; cur_av = cur_av->next) { in check_cond_avtab_hierarchy() 387 cond_av_list_destroy(expl); in check_cond_avtab_hierarchy()
|
/external/stlport/stlport/stl/config/ |
D | _como.h | 91 inline long double expl(long double arg) { return exp(arg); } in expl() function 126 inline long double expl(long double arg) { return exp(arg); } in expl() function 164 inline long double expl(long double arg) { return exp(arg); } in expl() function
|
/external/checkpolicy/test/ |
D | dispol.c | 234 cond_av_list_t *av_cur, *expl = NULL; in display_cond_expressions() local 244 if (expand_cond_av_list(p, cur->true_list, &expl, &expa)) { in display_cond_expressions() 248 for (av_cur = expl; av_cur != NULL; av_cur = av_cur->next) { in display_cond_expressions() 253 cond_av_list_destroy(expl); in display_cond_expressions() 258 if (expand_cond_av_list(p, cur->false_list, &expl, &expa)) { in display_cond_expressions() 262 for (av_cur = expl; av_cur != NULL; av_cur = av_cur->next) { in display_cond_expressions() 267 cond_av_list_destroy(expl); in display_cond_expressions()
|
/external/mksh/src/ |
D | check.pl | 617 local($expl); 621 $expl = "stopped"; 623 $expl = "signal " . ($status & 0x7f); 625 $expl = "exit-code " . (($status >> 8) & 0xff); 628 "\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/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/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/llvm/include/llvm/Transforms/Utils/ |
D | VectorUtils.h | 134 case LibFunc::expl: in getIntrinsicIDForCall()
|
/external/kernel-headers/original/uapi/sound/ |
D | asound.h | 974 #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/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 218 expl, enumerator
|
/external/ltrace/etc/ |
D | libm.so.conf | 274 ldouble expl(ldouble);
|
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/ |
D | math.pxd | 102 long double expl "npy_expl"(long double x)
|
/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/Target/ |
D | TargetLibraryInfo.cpp | 439 TLI.setUnavailable(LibFunc::expl); in initialize()
|
/external/bison/m4/ |
D | math_h.m4 | 43 expf expl exp2 exp2f exp2l expm1 expm1f expm1l
|
/external/stlport/stlport/stl/ |
D | _cmath.h | 100 inline long double expl(long double v) { return __expl(v); } in expl() function
|
/external/libcxx/include/ |
D | cmath | 80 long double expl(long double x); 799 inline _LIBCPP_INLINE_VISIBILITY long double exp(long double __x) _NOEXCEPT {return expl(__x);} 1624 using ::expl;
|
/external/libcxx/test/depr/depr.c.headers/ |
D | math_h.disabled.cpp | 78 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…
|