Home
last modified time | relevance | path

Searched defs:exp2 (Results 1 – 25 of 35) 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/rust/crates/num-traits/src/
Dreal.rs320 fn exp2(self) -> Self; in exp2() method
Dfloat.rs1407 fn exp2(self) -> Self; in exp2() method
/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/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/include/
Dtgmath.h229 #define exp2(x) __tg_real(exp2, (x)) macro
/third_party/musl/ndk_musl_include/
Dtgmath.h229 #define exp2(x) __tg_real(exp2, (x)) macro
/third_party/musl/porting/uniproton/kernel/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/jsoncpp/src/test_lib_json/
Dmain.cpp1864 Json::String exp2 = "\n"; in JSONTEST_FIXTURE_LOCAL() local
1876 Json::String exp2 = "\n"; in JSONTEST_FIXTURE_LOCAL() local
1890 Json::String exp2; in JSONTEST_FIXTURE_LOCAL() 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/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/icu/icu4c/source/test/intltest/
Dcaltest.cpp2252 UnicodeString exp2 = UNICODE_STRING_SIMPLE("Mon 1 Rajab 1433 AH, 01:47:04"); in Test3785() local
Dusettest.cpp176 const char* exp2[] = {"aa", "ab", "ac", NOT, "xy", NULL}; in TestToPattern() local
/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

12