/third_party/optimized-routines/math/ |
D | exp2.c | 76 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/ |
D | func_exponential.inl | 93 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/ |
D | f.cpp | 62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x) in exp2() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | exp2.c | 70 double exp2(double x) in exp2() function
|
/third_party/musl/src/math/ |
D | exp2.c | 70 double exp2(double x) in exp2() function
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | Math.hpp | 147 inline float exp2(float x) in exp2() function 152 inline int exp2(int x) in exp2() function
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuInterval.cpp | 123 Interval exp2 (const Interval& x) in exp2() function
|
/third_party/ffmpeg/libavutil/ |
D | libm.h | 288 #define exp2(x) exp((x) * M_LN2) macro
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
D | sfn_instr_test.cpp | 583 ExportInstr exp2(ExportInstr::pos, 60, RegisterVec4(200)); in TEST_F() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | numbers.cc | 418 int exp2; in SplitToSix() local
|
/third_party/astc-encoder/Source/ |
D | astcenc_vecmathlib.h | 323 static ASTCENC_SIMD_INLINE vfloat4 exp2(vfloat4 x) in exp2() function
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cProgramInterfaceQueryTests.cpp | 1472 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/ |
D | tgmath.h | 229 #define exp2(x) __tg_real(exp2, (x)) macro
|
/third_party/musl/include/ |
D | tgmath.h | 229 #define exp2(x) __tg_real(exp2, (x)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | tgmath.h | 229 #define exp2(x) __tg_real(exp2, (x)) macro
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cProgramInterfaceQueryTests.cpp | 1766 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/ |
D | genutil.py | 169 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) member in GenMath
|
/third_party/icu/icu4c/source/test/intltest/ |
D | caltest.cpp | 2252 UnicodeString exp2 = UNICODE_STRING_SIMPLE("Mon 1 Rajab 1433 AH, 01:47:04"); in Test3785() local
|
D | usettest.cpp | 178 const char* exp2[] = {"aa", "ab", "ac", NOT, "xy", NULL}; in TestToPattern() local
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
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/gles3/scripts/ |
D | genutil.py | 179 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) member in GenMath
|
/third_party/mesa3d/src/microsoft/clc/ |
D | clc_compiler_test.cpp | 1265 TEST_F(ComputeTest, exp2) in TEST_F() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 1129 void ShaderCore::exp2(Vector4f &dst, const Vector4f &src, bool pp) in exp2() function in sw::ShaderCore
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 2147 ExprP<float> exp2 (const ExprP<float>& x) { return app<Exp2>(x); } in exp2() function
|
/third_party/skia/third_party/externals/wuffs/release/c/ |
D | wuffs-v0.3.c | 12988 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
|