Home
last modified time | relevance | path

Searched refs:exp_s (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/System/
DHalf.hpp84 const int exp_s = in RGB9E5() local
88 floor((red_c / (pow(2.0f, exp_s - g_sharedexp_bias - g_sharedexp_mantissabits))) + 0.5f)); in RGB9E5()
90 floor((green_c / (pow(2.0f, exp_s - g_sharedexp_bias - g_sharedexp_mantissabits))) + 0.5f)); in RGB9E5()
92 floor((blue_c / (pow(2.0f, exp_s - g_sharedexp_bias - g_sharedexp_mantissabits))) + 0.5f)); in RGB9E5()
93 E = exp_s; in RGB9E5()
/external/webrtc/webrtc/base/
Drtccertificate_unittests.cc53 uint64_t exp_s = exp_ms / kNumMillisecsPerSec; in ExpiresSeconds() local
55 RTC_CHECK_EQ(exp_s * kNumMillisecsPerSec, exp_ms); in ExpiresSeconds()
56 return exp_s; in ExpiresSeconds()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/GlobalISel/
Dregbankselect-amdgcn-exp.mir8 define void @exp_s() {
21 name: exp_s
27 ; CHECK-LABEL: name: exp_s
/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp1429 GLfloat exp_s; in unpack_UNSIGNED_INT_5_9_9_9_REV() local
1432 exp_s = exp_p; in unpack_UNSIGNED_INT_5_9_9_9_REV()
1434 exp_s = exp_p + 1; in unpack_UNSIGNED_INT_5_9_9_9_REV()
1436 GLfloat red_s = deFloatFloor(red_c / deFloatPow(2.0f, exp_s - (float)B - (float)N) + 0.5f); in unpack_UNSIGNED_INT_5_9_9_9_REV()
1437 GLfloat green_s = deFloatFloor(green_c / deFloatPow(2.0f, exp_s - (float)B - (float)N) + 0.5f); in unpack_UNSIGNED_INT_5_9_9_9_REV()
1438 GLfloat blue_s = deFloatFloor(blue_c / deFloatPow(2.0f, exp_s - (float)B - (float)N) + 0.5f); in unpack_UNSIGNED_INT_5_9_9_9_REV()
1443 GLuint c4 = (static_cast<GLuint>(exp_s)) & 31; in unpack_UNSIGNED_INT_5_9_9_9_REV()