/external/openssl/crypto/modes/ |
modes_lcl.h | 68 # pragma intrinsic(_byteswap_uint64,_byteswap_ulong)
|
/external/webp/src/enc/ |
backward_references.h | 43 #pragma intrinsic(_BitScanReverse)
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_internal_defs.h | 266 # pragma intrinsic(_ReturnAddress)
|
/external/stlport/stlport/stl/ |
_cmath.h | 340 //We have to tell the compilers that abs, acos ... math functions are not intrinsic 344 # pragma warning(disable: 4163) // not available as an intrinsic function 514 //restoration of the default intrinsic status of those functions: 515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 517 # pragma intrinsic (ceil, floor)
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 340 //We have to tell the compilers that abs, acos ... math functions are not intrinsic 344 # pragma warning(disable: 4163) // not available as an intrinsic function 514 //restoration of the default intrinsic status of those functions: 515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 517 # pragma intrinsic (ceil, floor)
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 340 //We have to tell the compilers that abs, acos ... math functions are not intrinsic 344 # pragma warning(disable: 4163) // not available as an intrinsic function 514 //restoration of the default intrinsic status of those functions: 515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 517 # pragma intrinsic (ceil, floor)
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 340 //We have to tell the compilers that abs, acos ... math functions are not intrinsic 344 # pragma warning(disable: 4163) // not available as an intrinsic function 514 //restoration of the default intrinsic status of those functions: 515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 517 # pragma intrinsic (ceil, floor)
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 340 //We have to tell the compilers that abs, acos ... math functions are not intrinsic 344 # pragma warning(disable: 4163) // not available as an intrinsic function 514 //restoration of the default intrinsic status of those functions: 515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 517 # pragma intrinsic (ceil, floor)
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 340 //We have to tell the compilers that abs, acos ... math functions are not intrinsic 344 # pragma warning(disable: 4163) // not available as an intrinsic function 514 //restoration of the default intrinsic status of those functions: 515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 517 # pragma intrinsic (ceil, floor)
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_macros.h | 239 #pragma intrinsic(_lrotr,_lrotl)
|
/external/openssl/crypto/bn/ |
bn_lcl.h | 279 # pragma intrinsic(__umulh,_umul128)
|
/bionic/libc/upstream-dlmalloc/ |
malloc.c | [all...] |
/external/eigen/unsupported/test/mpreal/ |
dlmalloc.c | [all...] |
/external/openssl/crypto/sha/ |
sha512.c | 346 # pragma intrinsic(_rotr64)
|
/external/stlport/ |
configure.bat | 173 echo to also force use of wchar_t as an intrinsic type:
|
/external/chromium/chrome/browser/resources/ |
new_new_tab.js | 462 // There is a final twist: If the intrinsic height of the expanded section is 502 // height. Otherwise, we use the intrinsic height of the expanded section. [all...] |
/external/opencv/cv/include/ |
cv.h | [all...] |
/external/bluetooth/bluedroid/stack/smp/ |
aes.c | 41 # pragma intrinsic( memcpy )
|
/external/clang/lib/CodeGen/ |
CGExprScalar.cpp | 669 Src = Builder.CreateCall(CGF.CGM.getIntrinsic(llvm::Intrinsic::convert_from_fp16), Src); 765 Res = Builder.CreateCall(CGF.CGM.getIntrinsic(llvm::Intrinsic::convert_to_fp16), Res); 2130 llvm::Function *intrinsic = CGF.CGM.getIntrinsic(IID, opTy); local [all...] |
/external/chromium/crypto/third_party/nss/ |
sha512.cc | 145 #pragma intrinsic (_lrotr, _lrotl) [all...] |
/external/v8/src/ |
v8natives.js | 1022 // We need to check for the exact property value since for intrinsic [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.mli | [all...] |