Home
last modified time | relevance | path

Searched refs:log2 (Results 1 – 22 of 22) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/detail/
D_fixes.hpp27 #ifdef log2
28 #undef log2
Dfunc_exponential.inl14 using std::log2;
17 genType log2(genType Value)
28 return detail::functor1<T, T, P, vecType>::call(log2, vec);
106 // log2, ln2 = 0.69314718055994530941723212145818f
108 GLM_FUNC_QUALIFIER genType log2(genType x) function
110 return log2(tvec1<genType>(x)).x;
114 GLM_FUNC_QUALIFIER vecType<T, P> log2(vecType<T, P> const & x) function
Dfunc_exponential.hpp76 GLM_FUNC_DECL vecType<T, P> log2(vecType<T, P> const & v);
/hardware/google/aemu/host-common/
Dlogging_unittest.cpp123 std::string log2 = GetCapturedStderr(); in TEST() local
126 std::string tid2 = log2.substr(21, 9); in TEST()
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dinteger.hpp36 GLM_FUNC_DECL genIUType log2(genIUType x);
Dpacking.inl620 float const ExpSharedP = max(-15.f - 1.f, floor(log2(MaxColor))) + 1.0f + 15.f;
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_error_metrics.cpp255 vfloat4 log_input_color1 = log2(color1); in compute_error_metrics()
256 vfloat4 log_input_color2 = log2(color2); in compute_error_metrics()
Dastcenc_vecmathlib.h354 static ASTCENC_SIMD_INLINE vfloat4 log2(vfloat4 x) in log2() function
388 vfloat4 estimate = exp2(log2(x) * y); in pow()
/hardware/knowles/athletico/sound_trigger_hal/tests/
Dcrash_analyzer.c18 return log2(number ^ (number & (number - 1))); in find_rightmost_setbit_position()
/hardware/google/gfxstream/guest/mesa/src/util/
Du_math.c53 log2_table[i] = (float) log2(1.0 + i * (1.0 / LOG2_TABLE_SCALE)); in init_log2_table()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_image_sliced_view_of_3d.adoc76 The Z coordinate range is not adjusted based on log2 reduction.
DVK_KHR_fragment_shading_rate.adoc92 … DirectX Variable Rate Shading specification defines it as an addition in log2 space using bit fla…
323 …usion about the meaning of the final combiner operation as an addition of log2 values, so the choi…
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp529 level > log2(ctx->getMaxTexSize()) || in doCompressedTexImage2D()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp665 return log2(std::max(width, height) + 0.5); in maxMipmapLevel()
757 SET_ERROR_IF(level < 0 || level > log2(ctx->getMaxTexSize()),GL_INVALID_VALUE) in glCompressedTexSubImage2D()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc2335 | code:log(), code:log2()
2339 2+| Inherited from code:exp2(y {times} code:log2(x)).
2456 | code:log(), code:log2() | 3 ULP outside the range [eq]#[0.5, 2.0]#. Absolute error < [eq]#2^-2…
2457 | code:pow(x, y) | Inherited from code:exp2(y {times} code:log2(x)).
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal799 * Tensor[0].Dim[1] + ceil(log2(Tensor[0].Dim[0])) <= 32
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp1833 return log2(std::max(width, height) + 0.5); in maxMipmapLevel()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dtextures.adoc3513 latexmath:[\mathbin{log2}\left( numPhases \right)] specified by
Dlimits.adoc3407 linear space is equivalent to an addition of those values in log2 space.
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal1060 * Tensor[0].Dim[1] + ceil(log2(Tensor[0].Dim[0])) <= 32
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal1058 * Tensor[0].Dim[1] + ceil(log2(Tensor[0].Dim[0])) <= 32
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc12984 Clarify case of when exp' is forced to 0, avoiding log2(0) undefined