Home
last modified time | relevance | path

Searched refs:expl (Results 1 – 25 of 33) 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/libsepol/src/
Dhierarchy.c335 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.h91 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/
Ddispol.c234 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/
Dcheck.pl617 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/
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/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/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/llvm/include/llvm/Transforms/Utils/
DVectorUtils.h134 case LibFunc::expl: in getIntrinsicIDForCall()
/external/kernel-headers/original/uapi/sound/
Dasound.h974 #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/llvm/include/llvm/Target/
DTargetLibraryInfo.h218 expl, enumerator
/external/ltrace/etc/
Dlibm.so.conf274 ldouble expl(ldouble);
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
Dmath.pxd102 long double expl "npy_expl"(long double x)
/external/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll46 ; CHECK: bl expl
Darm64-illegal-float-ops.ll46 ; CHECK: bl expl
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp439 TLI.setUnavailable(LibFunc::expl); in initialize()
/external/bison/m4/
Dmath_h.m443 expf expl exp2 exp2f exp2l expm1 expm1f expm1l
/external/stlport/stlport/stl/
D_cmath.h100 inline long double expl(long double v) { return __expl(v); } in expl() function
/external/libcxx/include/
Dcmath80 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/
Dmath_h.disabled.cpp78 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…

12