/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 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/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); 371 &expl, &expa)) { 375 args->opt_cond_list = expl; 376 for (cur_av = expl; cur_av; cur_av = cur_av->next) { 387 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...] |
/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/5/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/6/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/7/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/8/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/9/sources/cxx-stl/EH/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/CodeGen/ |
libcalls.c | 102 long double expl_ = expl(ld); 105 // CHECK-NO: declare x86_fp80 @expl(x86_fp80) [[NUW_RN]] 108 // CHECK-YES-NOT: declare x86_fp80 @expl(x86_fp80) [[NUW_RN]]
|
libcall-declarations.c | 27 long double expl(long double); 82 exp, expl, expf, exp2, exp2l, exp2f, fabs, fabsl, fabsf, floor, floorl, 111 // CHECK-NOERRNO: declare x86_fp80 @expl(x86_fp80) [[NUW]]
|
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
p1.cpp | 14 // C++ [temp.expl.spec]p1:
|
/ndk/sources/android/support/include/ |
math.h | 51 long double expl(long double);
|
/external/chromium_org/chrome/app/resources/terms/ |
terms_ca.html | 54 <p>5.3 Tret que se li hagi permès fer-ho explícitament en un acord diferent amb Google, vostè es compromet a no reproduir, duplicar, copiar, vendre, negociar ni revendre els Serveis per a cap finalitat.</p> 61 <p>7.2 Cal que tingui en compte que el Contingut que se li ofereix com a part dels Serveis, inclosos, a títol enunciatiu, la publicitat i el Contingut patrocinat dels Serveis, pot estar protegit per drets de propietat intel·lectual que pertanyen als patrocinadors o als anunciants que ofereixen aquest Contingut a Google (o a d'altres persones físiques o jurídiques en nom seu). En conseqüència, vostè no pot modificar, llogar, arrendar, oferir en préstec, vendre, distribuir ni crear obres derivades a partir d'aquest Contingut (ni totalment ni parcialment), tret que Google o els propietaris del Contingut li hagin indicat explícitament que pot fer-ho en un altre acord.</p> 62 <p>7.3 Google es reserva el dret (però no la obligació) de previsualitzar, revisar, marcar, filtrar, modificar, rebutjar o eliminar una part o bé tot el Contingut d'un Servei. Per a alguns Serveis, Google pot proporcionar eines per filtrar el contingut sexual explícit. Aquestes eines inclouen la configuració de preferències SafeSearch (consulti http://www.google.cat/help/customize.html#safe). A més, hi ha programes i serveis disponibles al mercat per limitar l'accés al material que consideri censurable.</p> 68 <p>8.3 Si se li ha concedit explícitament el dret a utilitzar algun d'aquests signes distintius de marca en un altre contracte escrit amb Google, accepta que la utilització d'aquests signes haurà de respectar aquest acord, totes les disposicions de les Condicions aplicables i les directrius per utilitzar els signes de marca de Google, que s'actualitzen periòdicament. Pot visualitzar aquestes directrius en línia a l'adreça http://www.google.cat/permissions/guidelines.html (o en un altre URL que Google pugui proporcionar de tant en tant amb aquesta finalitat).</p> 71 <p>8.6 Tret que Google l'hagi autoritzat explícitament per escrit per fer-ho, accepta que, en utilitzar els Serveis, no utilitzarà cap marca registrada, marca de servei, nom comercial ni logotip de cap empresa o organització de manera que es pugui o pretengui crear confusió respecte al propietari o usuari autoritzat d'aquestes marques, noms o logotips.</p> 92 <p>13.2 VOSTÈ RECONEIX I ACCEPTA EXPLÍCITAMENT QUE L'ÚS QUE FACI DEL SERVEI CORRE EXCLUSIVAMENT A RISC SEU I QUE EL SERVEI SE SUBMINISTRA EN "L'ESTAT EN QUÈ ES TROBA" I "SUBJECTE A LA SEVA DISPONIBILITAT".</p> 100 <p>13.6 GOOGLE NO ATORGA CAP GARANTIA DE CAP NATURALESA, JA SIGUI EXPLÍCITA O IMPLÍCITA, INCLOSES, ENTRE D'ALTRES, LES GARANTIES IMPLÍCITES DE COMERCIALITZACIÓ, D'IDONEÏTAT PER A UN FI CONCRET I DE NO INFRACCIÓ.</p> 102 <p>14.1 SUBJECTE A LA DISPOSICIÓ GENERAL RECOLLIDA AL PARÀGRAF 13.1 ANTERIOR, VOSTÈ RECONEIX I ACCEPTA EXPLÍCITAMENT QUE EN CAP CAS GOOGLE, LES SEVES FILIALS I AFILIADES I ELS SEUS LLICENCIADORS NO S'HAN DE CONSIDERAR RESPONSABLES DAVANT SEU PER:</p> 154 <p>(e) El programari de Chrome Reader, excepte les especificacions tècniques permeses explícitament, no pot desactivar funcions subministrades per Adobe al Programari d'Adobe, incloses, entre d'altres, la compatibilitat dels formats PDF i EPUB i Adobe DRM.</p> [all...] |
/external/bison/darwin-lib/ |
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 macro 868 _GL_WARN_ON_USE (expl, "expl is unportable - " 869 "use gnulib module expl for portability"); [all...] |
/external/bison/lib/ |
math.in.h | 548 # undef expl macro 549 _GL_FUNCDECL_SYS (expl, long double, (long double x)); 551 _GL_CXXALIAS_SYS (expl, long double, (long double x)); 552 _GL_CXXALIASWARN (expl); variable 554 # undef expl macro 556 _GL_WARN_ON_USE (expl, "expl is unportable - " 557 "use gnulib module expl for portability"); [all...] |
/external/bison/linux-lib/ |
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 macro 868 _GL_WARN_ON_USE (expl, "expl is unportable - " 869 "use gnulib module expl for portability"); [all...] |
/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
|