HomeSort by relevance Sort by last modified time
    Searched refs:eBias (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/VEX/
test_main.c     [all...]
  /external/deqp/framework/common/
tcuTexture.cpp 390 const int eBias = 15;
392 const float maxVal = (float)(((1<<mBits) - 1) * (1<<(eMax-eBias))) / (float)(1<<mBits);
398 int expp = de::max(-eBias - 1, deFloorFloatToInt32(deFloatLog2(maxc))) + 1 + eBias;
399 float e = deFloatPow(2.0f, (float)(expp-eBias-mBits));
418 const int eBias = 15;
425 float e = deFloatPow(2.0f, (float)((int)exp - eBias - mBits));
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]

Completed in 204 milliseconds