Home
last modified time | relevance | path

Searched defs:exp2 (Results 1 – 25 of 33) sorted by relevance

12

/third_party/optimized-routines/math/
Dexp2.c76 exp2 (double x) in exp2() function
138 strong_alias (exp2, __exp2_finite) in strong_alias() argument
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_exponential.inl93 GLM_FUNC_QUALIFIER genType exp2(genType x) function
101 GLM_FUNC_QUALIFIER vecType<T, P> exp2(vecType<T, P> const & x) function
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Df.cpp62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x) in exp2() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dexp2.c70 double exp2(double x) in exp2() function
/third_party/musl/src/math/
Dexp2.c70 double exp2(double x) in exp2() function
/third_party/skia/third_party/externals/swiftshader/src/Common/
DMath.hpp147 inline float exp2(float x) in exp2() function
152 inline int exp2(int x) in exp2() function
/third_party/vk-gl-cts/framework/common/
DtcuInterval.cpp123 Interval exp2 (const Interval& x) in exp2() function
/third_party/ffmpeg/libavutil/
Dlibm.h288 #define exp2(x) exp((x) * M_LN2) macro
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_instr_test.cpp583 ExportInstr exp2(ExportInstr::pos, 60, RegisterVec4(200)); in TEST_F() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dnumbers.cc418 int exp2; in SplitToSix() local
/third_party/astc-encoder/Source/
Dastcenc_vecmathlib.h323 static ASTCENC_SIMD_INLINE vfloat4 exp2(vfloat4 x) in exp2() function
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cProgramInterfaceQueryTests.cpp1472 std::set<GLuint> exp2; in Run() local
1885 std::set<GLuint> exp2; in Run() local
2489 std::set<GLuint> exp2; in Run() local
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h229 #define exp2(x) __tg_real(exp2, (x)) macro
/third_party/musl/include/
Dtgmath.h229 #define exp2(x) __tg_real(exp2, (x)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h229 #define exp2(x) __tg_real(exp2, (x)) macro
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cProgramInterfaceQueryTests.cpp1766 std::set<GLuint> exp2; in Run() local
2022 std::set<GLuint> exp2; in Run() local
3175 std::set<GLuint> exp2; in Run() local
/third_party/vk-gl-cts/modules/gles2/scripts/
Dgenutil.py169 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) member in GenMath
/third_party/icu/icu4c/source/test/intltest/
Dcaltest.cpp2252 UnicodeString exp2 = UNICODE_STRING_SIMPLE("Mon 1 Rajab 1433 AH, 01:47:04"); in Test3785() local
Dusettest.cpp178 const char* exp2[] = {"aa", "ab", "ac", NOT, "xy", NULL}; in TestToPattern() local
/third_party/vk-gl-cts/modules/gles31/scripts/
Dgenutil.py179 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) member in GenMath
/third_party/vk-gl-cts/modules/gles3/scripts/
Dgenutil.py179 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) member in GenMath
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler_test.cpp1265 TEST_F(ComputeTest, exp2) in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp1129 void ShaderCore::exp2(Vector4f &dst, const Vector4f &src, bool pp) in exp2() function in sw::ShaderCore
/third_party/vk-gl-cts/modules/glshared/
DglsBuiltinPrecisionTests.cpp2147 ExprP<float> exp2 (const ExprP<float>& x) { return app<Exp2>(x); } in exp2() function
/third_party/skia/third_party/externals/wuffs/release/c/
Dwuffs-v0.3.c12988 int32_t exp2, in wuffs_base__private_implementation__high_prec_dec__round_just_enough()
13498 int32_t exp2 = 0; in wuffs_base__private_implementation__high_prec_dec__to_f64() local
14043 int32_t exp2 = ((int32_t)(bits >> 52)) & 0x7FF; in wuffs_base__render_number_f64() local

12