/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | _fixes.hpp | 27 #ifdef log2 28 #undef log2
|
D | func_exponential.inl | 14 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
|
D | func_exponential.hpp | 76 GLM_FUNC_DECL vecType<T, P> log2(vecType<T, P> const & v);
|
/hardware/google/aemu/host-common/ |
D | logging_unittest.cpp | 123 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/ |
D | integer.hpp | 36 GLM_FUNC_DECL genIUType log2(genIUType x);
|
D | packing.inl | 620 float const ExpSharedP = max(-15.f - 1.f, floor(log2(MaxColor))) + 1.0f + 15.f;
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenccli_error_metrics.cpp | 255 vfloat4 log_input_color1 = log2(color1); in compute_error_metrics() 256 vfloat4 log_input_color2 = log2(color2); in compute_error_metrics()
|
D | astcenc_vecmathlib.h | 354 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/ |
D | crash_analyzer.c | 18 return log2(number ^ (number & (number - 1))); in find_rightmost_setbit_position()
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | u_math.c | 53 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/ |
D | VK_EXT_image_sliced_view_of_3d.adoc | 76 The Z coordinate range is not adjusted based on log2 reduction.
|
D | VK_KHR_fragment_shading_rate.adoc | 92 … 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/ |
D | TextureUtils.cpp | 529 level > log2(ctx->getMaxTexSize()) || in doCompressedTexImage2D()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 665 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/ |
D | spirvenv.adoc | 2335 | 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/ |
D | types.hal | 799 * Tensor[0].Dim[1] + ceil(log2(Tensor[0].Dim[0])) <= 32
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 1833 return log2(std::max(width, height) + 0.5); in maxMipmapLevel()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | textures.adoc | 3513 latexmath:[\mathbin{log2}\left( numPhases \right)] specified by
|
D | limits.adoc | 3407 linear space is equivalent to an addition of those values in log2 space.
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 1060 * Tensor[0].Dim[1] + ceil(log2(Tensor[0].Dim[0])) <= 32
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 1058 * Tensor[0].Dim[1] + ceil(log2(Tensor[0].Dim[0])) <= 32
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 12984 Clarify case of when exp' is forced to 0, avoiding log2(0) undefined
|