| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | f.cpp | 62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x) in exp2() function
|
| /kernel/linux/linux-5.10/arch/x86/math-emu/ |
| H A D | poly_sin.c | 204 long int exponent, exp2, echange; in poly_cos() local
|
| /kernel/linux/linux-6.6/arch/x86/math-emu/ |
| H A D | poly_sin.c | 204 long int exponent, exp2, echange; in poly_cos() local
|
| /third_party/musl/src/math/ |
| H A D | exp2.c | 70 double exp2(double x) in exp2() function
|
| /third_party/musl/porting/liteos_a/kernel/src/math/ |
| H A D | exp2.c | 70 double exp2(double x) in exp2() function
|
| /third_party/optimized-routines/math/ |
| H A D | exp2.c | 76 exp2 (double x) in exp2() function
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuInterval.cpp | 123 Interval exp2 (const Interval& x) in exp2() function
|
| /foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/multiple_capturer_test/src/ |
| H A D | multiple_audio_capturer_unit_test.cpp | 59 TestUnitFunc(SourceType s1, SourceType s2, FOCUS_RULING exp1, SourceType s3, FOCUS_RULING exp2) TestUnitFunc() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | cse.h | 123 static inline bool NotSameExp(Exp exp1, Exp exp2) in NotSameExp() argument [all...] |
| /third_party/ffmpeg/libavutil/ |
| H A D | libm.h | 287 #undef exp2 macro 288 #define exp2(x) exp((x) * M_LN2) macro
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_vecmathlib.h | 326 static ASTCENC_SIMD_INLINE vfloat4 exp2(vfloat4 x) in exp2() function
|
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| H A D | Math.hpp | 147 inline float exp2(float x) in exp2() function 152 inline int exp2(int x) in exp2() function
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | numbers.cc | 418 int exp2; in SplitToSix() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
| H A D | hyperv_tlb_flush.c | 184 static inline void post_test(struct test_data *data, u64 exp1, u64 exp2) in post_test() argument
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
| H A D | tgmath.h | 165 #undef exp2 macro 228 #define exp2(x) __tg_real(exp2, (x)) macro
|
| /third_party/musl/porting/uniproton/kernel/include/ |
| H A D | tgmath.h | 166 #undef exp2 macro 229 #define exp2(x) __tg_real(exp2, (x)) macro
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| H A D | tgmath.h | 166 #undef exp2 macro 229 #define exp2(x) __tg_real(exp2, (x)) macro
|
| /third_party/mesa3d/src/intel/tools/ |
| H A D | i965_gram.y | 1087 exp2: label [all...] |
| /third_party/musl/include/ |
| H A D | tgmath.h | 166 #undef exp2 macro 229 #define exp2(x) __tg_real(exp2, (x)) macro
|
| /third_party/vk-gl-cts/modules/gles3/scripts/ |
| H A D | genutil.py | 179 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) member in GenMath
|
| /third_party/vk-gl-cts/modules/gles31/scripts/ |
| H A D | genutil.py | 179 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) member in GenMath
|
| /third_party/vk-gl-cts/modules/gles2/scripts/ |
| H A D | genutil.py | 169 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) member in GenMath
|
| /device/soc/rockchip/rk2206/sdk_liteos/platform/system/ |
| H A D | printf.c | 590 int exp2 = (int)((conv.U >> exp2_eff1) & exp2_eff2) - exp2_eff3_int; // effectively log2 in _etoa() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cProgramInterfaceQueryTests.cpp | 1476 std::set<GLuint> exp2; in Run() local 1889 std::set<GLuint> exp2; in Run() local 2493 std::set<GLuint> exp2; Run() local [all...] |
| /kernel/linux/linux-5.10/fs/nfsd/ |
| H A D | vfs.c | 62 struct svc_export *exp = *expp, *exp2 = NULL; in nfsd_cross_mnt() local 126 struct svc_export *exp2; in nfsd_lookup_parent() local [all...] |