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

1 2 3 4 5

  /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 int alignas(expl) alignas3; // expected-error {{explicit conversion}}
75 int array3[expl]; // expected-error {{non-integer type}}
83 int bitfield3 : expl; // expected-error {{explicit conversion}}
  /external/neven/Embedded/common/src/b_BasicEm/
Math.c 50 uint32 expL = 0;
51 expL += ( ( valA >> ( expL + 0x10 ) ) != 0 ) << 4;
52 expL += ( ( valA >> ( expL + 0x08 ) ) != 0 ) << 3;
53 expL += ( ( valA >> ( expL + 0x04 ) ) != 0 ) << 2;
54 expL += ( ( valA >> ( expL + 0x02 ) ) != 0 ) << 1;
55 switch( expL >> 1
    [all...]
  /external/libsepol/src/
hierarchy.c 335 cond_av_list_t *cur_av, *expl = NULL; local
347 &expl, &expa)) {
351 args->opt_cond_list = expl;
352 for (cur_av = expl; cur_av; cur_av = cur_av->next) {
362 cond_av_list_destroy(expl);
370 &expl, &expa)) {
374 args->opt_cond_list = expl;
375 for (cur_av = expl; cur_av; cur_av = cur_av->next) {
386 cond_av_list_destroy(expl);
  /external/neven/Embedded/common/src/b_TensorEm/
CompactAlt.c 190 int32 expL = inExpA;
193 expL += mapExpL;
199 if( expL == ptrA->vecExpE )
202 expL += 1;
204 else if( expL > ptrA->vecExpE )
206 int32 shrL = expL - ptrA->vecExpE;
209 expL += 1;
213 int32 shrL = ptrA->vecExpE - expL;
216 expL += 1 + shrL;
221 if( expL < -32767
    [all...]
Flt16Vec.c 293 int16 expL = 0;
299 while( ( ( normL >> -expL ) & 0xFFFE0000 ) != 0 ) expL--;
300 normL >>= -expL;
304 while( ( ( normL << expL ) & 0xFFFF0000 ) == 0 ) expL++;
305 normL <<= expL;
315 ptrA->expE = expL - 16;
338 int16 expL = expA;
365 expL += shrL
    [all...]
Mat.c 200 int16 expL = 0;
202 bts_CompactMat_map( cpA, &ptrL->matE, inVecPtrA->arrE.arrPtrE, outVecPtrA->arrE.arrPtrE, &expL );
203 outExpL += expL;
  /external/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
  /ndk/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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/checkpolicy/test/
dispol.c 234 cond_av_list_t *av_cur, *expl = NULL; local
244 if (expand_cond_av_list(p, cur->true_list, &expl, &expa)) {
248 for (av_cur = expl; av_cur != NULL; av_cur = av_cur->next) {
253 cond_av_list_destroy(expl);
258 if (expand_cond_av_list(p, cur->false_list, &expl, &expa)) {
262 for (av_cur = expl; av_cur != NULL; av_cur = av_cur->next) {
267 cond_av_list_destroy(expl);
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p1.cpp 13 // C++ [temp.expl.spec]p1:
p2-0x.cpp 14 // C++ [temp.expl.spec]p1:
p2.cpp 14 // C++ [temp.expl.spec]p1:
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 71 /// long double expl(long double x);
72 expl, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 52 "expl",
172 TLI.setUnavailable(LibFunc::expl);
  /external/clang/include/clang/Basic/
Specifiers.h 135 /// explicit specialization (C++ [temp.expl.spec]) or partial
  /external/oprofile/events/ia64/itanium2/
unit_masks 455 0x1 EXPL
463 0x1 EXPL
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
control.h 152 #define SND_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SND_CTL_NAME_##direction SND_CTL_NAME_IEC958_##what
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control.h 152 #define SND_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SND_CTL_NAME_##direction SND_CTL_NAME_IEC958_##what
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control.h 152 #define SND_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SND_CTL_NAME_##direction SND_CTL_NAME_IEC958_##what
  /external/mksh/src/
check.pl 578 local($expl);
582 $expl = "stopped";
584 $expl = "signal " . ($status & 0x7f);
586 $expl = "exit-code " . (($status >> 8) & 0xff);
589 "\tunexpected exit status $status ($expl), expected $test{'expected-exit'}\n";
    [all...]
  /external/kernel-headers/original/sound/
asound.h     [all...]
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 156 EnsureFPIntrinsicsExist(M, I, "expf", "exp", "expl");
512 ReplaceFPIntrinsicWithCall(CI, "expf", "exp", "expl");

Completed in 1433 milliseconds

1 2 3 4 5