Home
last modified time | relevance | path

Searched defs:exp2 (Results 1 - 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Df.cpp62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x) in exp2() function
/third_party/musl/src/math/
H A Dexp2.c70 double exp2(double x) in exp2() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dexp2.c70 double exp2(double x) in exp2() function
/third_party/optimized-routines/math/
H A Dexp2.c76 exp2 (double x) in exp2() function
/third_party/vk-gl-cts/framework/common/
H A DtcuInterval.cpp123 Interval exp2 (const Interval& x) in exp2() function
/third_party/ffmpeg/libavutil/
H A Dlibm.h287 #undef exp2 macro
288 #define exp2(x) exp((x) * M_LN2) macro
/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib.h326 static ASTCENC_SIMD_INLINE vfloat4 exp2(vfloat4 x) in exp2() function
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DMath.hpp147 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 Dnumbers.cc418 int exp2; in SplitToSix() local
/third_party/musl/porting/uniproton/kernel/include/
H A Dtgmath.h166 #undef exp2 macro
229 #define exp2(x) __tg_real(exp2, (x)) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtgmath.h166 #undef exp2 macro
229 #define exp2(x) __tg_real(exp2, (x)) macro
/third_party/mesa3d/src/intel/tools/
H A Di965_gram.y1087 exp2: label
[all...]
/third_party/musl/include/
H A Dtgmath.h166 #undef exp2 macro
229 #define exp2(x) __tg_real(exp2, (x)) macro
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgenutil.py179 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 Dgenutil.py179 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 Dgenutil.py169 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) member in GenMath
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cProgramInterfaceQueryTests.cpp1476 std::set<GLuint> exp2; in Run() local
1889 std::set<GLuint> exp2; in Run() local
2493 std::set<GLuint> exp2; Run() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp2252 UnicodeString exp2 = UNICODE_STRING_SIMPLE("Mon 1 Rajab 1433 AH, 01:47:04"); in Test3785() local
H A Dusettest.cpp178 const char* exp2[] = {"aa", "ab", "ac", NOT, "xy", NULL}; in TestToPattern() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cProgramInterfaceQueryTests.cpp1766 std::set<GLuint> exp2; in Run() local
2022 std::set<GLuint> exp2; in Run() local
3175 std::set<GLuint> exp2; Run() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.cpp1129 void ShaderCore::exp2(Vector4f &dst, const Vector4f &src, bool pp) in exp2() function in sw::ShaderCore
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp2829 ExprP<T> exp2 (const ExprP<T>& x) { return app<Exp2< Signature<T, T> > >(x); } in exp2() function
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp2147 ExprP<float> exp2 (const ExprP<float>& x) { return app<Exp2>(x); } in exp2() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp2802 ExprP<T> exp2 (const ExprP<T>& x) { return app<Exp2< Signature<T, T> > >(x); } in exp2() function
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c12986 wuffs_base__private_implementation__high_prec_dec__round_just_enough( wuffs_base__private_implementation__high_prec_dec* h, int32_t exp2, uint64_t mantissa) wuffs_base__private_implementation__high_prec_dec__round_just_enough() argument
13498 int32_t exp2 = 0; wuffs_base__private_implementation__high_prec_dec__to_f64() local
14043 int32_t exp2 = ((int32_t)(bits >> 52)) & 0x7FF; wuffs_base__render_number_f64() local
[all...]

Completed in 148 milliseconds

12